Skip to content

Commit c96ffa2

Browse files
authored
Merge pull request #152 from oracle/standardize-names
Standardize names
2 parents ebbfc62 + b580efa commit c96ffa2

File tree

70 files changed

+7217
-1426
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+7217
-1426
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ In this documentation, several important terms are used and are intended to have
3636
| Secret | A Kubernetes secret is a named object that can store secret information like usernames, passwords, X.509 certificates, or any other arbitrary data. |
3737
|Service | A Kubernetes service exposes application endpoints inside a pod to other pods, or outside the Kubernetes cluster. A service may also provide additional features like load balancing. |
3838

39-
4039
# Getting Started
4140

4241
Before using the operator, it is highly recommended to read the [design philosophy](site/design.md) to develop an understanding of the operator's design, and the [architectural overview](site/architecture.md) to understand its architecture, including how WebLogic domains are deployed in Kubernetes using the operator. It is also worth reading the details of the [Kubernetes RBAC definitions](site/rbac.md) required by the operator.
@@ -192,6 +191,11 @@ Replace `NAMESPACE` with the namespace that the operator is running in.
192191
To remove more than one operator, repeat these steps for each operator namespace.
193192

194193

194+
# Recent Changes
195+
196+
See [Recent changes](site/recent-changes.md) for recent changes to the operator, including any backwards incompatible changes.
197+
198+
195199
# Developer guide
196200

197201
Developers interested in this project are encouraged to read the [Developer guide](site/developer.md) to learn how to build the project, run tests, and so on. The Developer guide also provides details about the structure of the code, coding standards, and the Asynchronous Call facility used in the code to manage calls to the Kuberentes API.

0 commit comments

Comments
 (0)