You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -53,6 +54,7 @@ Currently, the project provides five single-purpose tools, all exposed as shell
53
54
- The [Discover Domain Tool](site/discover.md) (`discoverDomain`) introspects an existing domain and creates a model file describing the domain and an archive file of the binaries deployed to the domain.
54
55
- The [Encrypt Model Tool](site/encrypt.md) (`encryptModel`) encrypts the passwords in a model (or its variable file) using a user-provided passphrase.
55
56
- The [Validate Model Tool](site/validate.md) (`validateModel`) provides both standalone validation of a model as well as model usage information to help users write or edit their models.
57
+
- The [Extract Domain Resource Tool](site/kubernetes.md) (`extractDomainResource`) generates a domain resource YAML for use with the Oracle WebLogic Server Kubernetes Operator.
56
58
57
59
As new use cases are discovered, new tools will likely be added to cover those operations but all will use the metadata model to describe what needs to be done.
58
60
@@ -90,6 +92,7 @@ The tooling has four top-level model sections:
90
92
-`topology` - The location where servers, clusters, machines, server templates, and other domain-level configuration is specified.
91
93
-`resources` - The location where resources and services are specified (for example, data sources, JMS, WLDF).
92
94
-`appDeployments` - The location where shared libraries and applications are specified.
95
+
-`kubernetes` - The location where the WLS Kubernetes Operator domain configuration is specified.
93
96
94
97
##### Simple Example
95
98
Here is a simple example of a model to deploy an application and its data source:
0 commit comments