Skip to content

Commit f3f83ff

Browse files
committed
wip
1 parent 5d37aed commit f3f83ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/design.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ The operator is designed to avoid imposing any arbitrary restriction on how WebL
2424

2525
The operator learns of WebLogic domains through instances of a domain Kubernetes resource. When the operator is installed, it creates a Kubernetes [Custom Resource Definition](https://kubernetes.io/docs/concepts/api-extension/custom-resources/). This custom resource definition defines the domain resource type. After this type is defined, you can manage domain resources using `kubectl` just like any other resource type. For instance, `kubectl get domain` or `kubectl edit domain domain1`.
2626

27+
**TODO** RYAN these json files don't exist in the source tree
28+
2729
Schema for domain resources:
2830
* [Domain](../model/src/main/resources/schema/domain.json)
2931
* [DomainSpec](../model/src/main/resources/schema/spec.json)

0 commit comments

Comments
 (0)