From de302f59dec81df09a6c7ea916c913478112ec78 Mon Sep 17 00:00:00 2001 From: Ryan Eberhard Date: Wed, 25 Oct 2023 09:20:30 -0400 Subject: [PATCH] Update v8 schema --- kubernetes/crd/domain-crdv8.yaml | 6 +- .../schema/domain-crd-schemav8-3.yaml | 1544 ++++++++--------- 2 files changed, 775 insertions(+), 775 deletions(-) diff --git a/kubernetes/crd/domain-crdv8.yaml b/kubernetes/crd/domain-crdv8.yaml index c1dd7c68220..f43d7b88f4a 100644 --- a/kubernetes/crd/domain-crdv8.yaml +++ b/kubernetes/crd/domain-crdv8.yaml @@ -5,7 +5,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - weblogic.sha256: 3a51e19dfa34958e8f7f4580691c8b0b98cf6873d7bbe4a666a808194434a63e + weblogic.sha256: 9400fe5d76d156397fafc65dbe20c5084bcdbf81ad497921cc3bff436cb448f7 name: domains.weblogic.oracle spec: group: weblogic.oracle @@ -39,7 +39,7 @@ spec: properties: image: description: The WebLogic Monitoring Exporter sidecar container - image name. Defaults to ghcr.io/oracle/weblogic-monitoring-exporter:2.1.3 + image name. Defaults to ghcr.io/oracle/weblogic-monitoring-exporter:2.1.8 type: string imagePullPolicy: description: The image pull policy for the WebLogic Monitoring @@ -293,7 +293,7 @@ spec: pod will have the fluentd sidecar or not, as appropriate properties: image: - description: The Fluentd container image name. Defaults to fluent/fluentd-kubernetes-daemonset:v1.14.5-debian-elasticsearch7-1.1 + description: The Fluentd container image name. Defaults to fluent/fluentd-kubernetes-daemonset:v1.16.1-debian-elasticsearch7-1.2 type: string imagePullPolicy: description: The image pull policy for the Fluentd sidecar container diff --git a/operator/src/main/resources/schema/domain-crd-schemav8-3.yaml b/operator/src/main/resources/schema/domain-crd-schemav8-3.yaml index 9cfb4119ff4..49349d5cb10 100644 --- a/operator/src/main/resources/schema/domain-crd-schemav8-3.yaml +++ b/operator/src/main/resources/schema/domain-crd-schemav8-3.yaml @@ -19,7 +19,7 @@ openAPIV3Schema: properties: image: description: The WebLogic Monitoring Exporter sidecar container - image name. Defaults to ghcr.io/oracle/weblogic-monitoring-exporter:2.1.3 + image name. Defaults to ghcr.io/oracle/weblogic-monitoring-exporter:2.1.8 type: string imagePullPolicy: description: The image pull policy for the WebLogic Monitoring @@ -27,9 +27,9 @@ openAPIV3Schema: and IfNotPresent. Defaults to Always if image ends in :latest; IfNotPresent, otherwise. enum: - - Always - - Never - - IfNotPresent + - Always + - Never + - IfNotPresent type: string configuration: description: The configuration for the WebLogic Monitoring Exporter. @@ -77,8 +77,8 @@ openAPIV3Schema: to restart when there are updated configuration overrides available. See also `domains.spec.introspectVersion`. Defaults to DYNAMIC. enum: - - DYNAMIC - - ON_RESTART + - DYNAMIC + - ON_RESTART type: string opss: description: Settings for OPSS security. @@ -109,9 +109,9 @@ openAPIV3Schema: description: 'WebLogic Deploy Tooling domain type. Legal values: WLS, RestrictedJRF, JRF. Defaults to WLS.' enum: - - WLS - - RestrictedJRF - - JRF + - WLS + - RestrictedJRF + - JRF type: string configMap: description: Name of a ConfigMap containing the WebLogic Deploy @@ -141,8 +141,8 @@ openAPIV3Schema: \ restarts. \n\n For more information, see the runtime\ \ update section of the Model in Image user guide." enum: - - CommitUpdateAndRoll - - CommitUpdateOnly + - CommitUpdateAndRoll + - CommitUpdateOnly type: string enabled: description: Enable online update. Default is 'false'. @@ -273,16 +273,16 @@ openAPIV3Schema: pod will have the fluentd sidecar or not, as appropriate properties: image: - description: The Fluentd container image name. Defaults to fluent/fluentd-kubernetes-daemonset:v1.14.5-debian-elasticsearch7-1.1 + description: The Fluentd container image name. Defaults to fluent/fluentd-kubernetes-daemonset:v1.16.1-debian-elasticsearch7-1.2 type: string imagePullPolicy: description: The image pull policy for the Fluentd sidecar container image. Legal values are Always, Never, and IfNotPresent. Defaults to Always if image ends in :latest; IfNotPresent, otherwise. enum: - - Always - - Never - - IfNotPresent + - Always + - Never + - IfNotPresent type: string fluentdConfiguration: description: The fluentd configuration text, specify your own @@ -335,7 +335,7 @@ openAPIV3Schema: key: type: string required: - - key + - key resourceFieldRef: type: object properties: @@ -346,7 +346,7 @@ openAPIV3Schema: containerName: type: string required: - - resource + - resource configMapKeyRef: type: object properties: @@ -357,7 +357,7 @@ openAPIV3Schema: key: type: string required: - - key + - key fieldRef: type: object properties: @@ -366,9 +366,9 @@ openAPIV3Schema: fieldPath: type: string required: - - fieldPath + - fieldPath required: - - name + - name type: array volumeMounts: description: Volume mounts for fluentd container @@ -388,8 +388,8 @@ openAPIV3Schema: subPathExpr: type: string required: - - mountPath - - name + - mountPath + - name type: array type: object domainUID: @@ -440,9 +440,9 @@ openAPIV3Schema: the value of `domainHomeInImage`. If both fields are unspecified, then `domainHomeSourceType` defaults to Image.' enum: - - Image - - PersistentVolume - - FromModel + - Image + - PersistentVolume + - FromModel type: string httpAccessLogInLogHome: description: Specifies whether the server HTTP access log files will @@ -471,8 +471,8 @@ openAPIV3Schema: to be started. Use ADMIN if the server should start in the admin state. Defaults to RUNNING. enum: - - RUNNING - - ADMIN + - RUNNING + - ADMIN type: string serverService: description: Customization affecting the generation of ClusterIP @@ -515,7 +515,7 @@ openAPIV3Schema: conditionType: type: string required: - - conditionType + - conditionType type: array serviceAccountName: description: Name of the ServiceAccount to be used to run @@ -552,7 +552,7 @@ openAPIV3Schema: type: type: string required: - - type + - type type: object windowsOptions: properties: @@ -584,8 +584,8 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value type: array type: object priorityClassName: @@ -642,8 +642,8 @@ openAPIV3Schema: subPathExpr: type: string required: - - mountPath - - name + - mountPath + - name type: array runtimeClassName: description: 'RuntimeClassName refers to a RuntimeClass object @@ -744,7 +744,7 @@ openAPIV3Schema: type: type: string required: - - type + - type type: object windowsOptions: properties: @@ -825,8 +825,8 @@ openAPIV3Schema: group: type: string required: - - registry - - volume + - registry + - volume azureFile: type: object properties: @@ -837,8 +837,8 @@ openAPIV3Schema: shareName: type: string required: - - secretName - - shareName + - secretName + - shareName flexVolume: type: object properties: @@ -858,7 +858,7 @@ openAPIV3Schema: fsType: type: string required: - - driver + - driver ephemeral: type: object properties: @@ -907,10 +907,10 @@ openAPIV3Schema: blockOwnerDeletion: type: boolean required: - - apiVersion - - kind - - name - - uid + - apiVersion + - kind + - name + - uid selfLink: type: string deletionGracePeriodSeconds: @@ -961,8 +961,8 @@ openAPIV3Schema: name: type: string required: - - kind - - name + - kind + - name volumeName: type: string resources: @@ -993,8 +993,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -1013,12 +1013,12 @@ openAPIV3Schema: name: type: string required: - - kind - - name + - kind + - name volumeMode: type: string required: - - spec + - spec secret: type: object properties: @@ -1040,8 +1040,8 @@ openAPIV3Schema: key: type: string required: - - key - - path + - key + - path projected: type: object properties: @@ -1072,7 +1072,7 @@ openAPIV3Schema: containerName: type: string required: - - resource + - resource fieldRef: type: object properties: @@ -1081,9 +1081,9 @@ openAPIV3Schema: fieldPath: type: string required: - - fieldPath + - fieldPath required: - - path + - path configMap: type: object properties: @@ -1103,8 +1103,8 @@ openAPIV3Schema: key: type: string required: - - key - - path + - key + - path secret: type: object properties: @@ -1124,8 +1124,8 @@ openAPIV3Schema: key: type: string required: - - key - - path + - key + - path serviceAccountToken: type: object properties: @@ -1136,7 +1136,7 @@ openAPIV3Schema: expirationSeconds: type: number required: - - path + - path defaultMode: type: number cephfs: @@ -1160,7 +1160,7 @@ openAPIV3Schema: items: type: string required: - - monitors + - monitors scaleIO: type: object properties: @@ -1188,9 +1188,9 @@ openAPIV3Schema: gateway: type: string required: - - gateway - - secretRef - - system + - gateway + - secretRef + - system emptyDir: type: object properties: @@ -1208,8 +1208,8 @@ openAPIV3Schema: readOnly: type: boolean required: - - endpoints - - path + - endpoints + - path gcePersistentDisk: type: object properties: @@ -1222,7 +1222,7 @@ openAPIV3Schema: fsType: type: string required: - - pdName + - pdName photonPersistentDisk: type: object properties: @@ -1231,7 +1231,7 @@ openAPIV3Schema: fsType: type: string required: - - pdID + - pdID azureDisk: type: object properties: @@ -1248,8 +1248,8 @@ openAPIV3Schema: fsType: type: string required: - - diskName - - diskURI + - diskName + - diskURI cinder: type: object properties: @@ -1265,7 +1265,7 @@ openAPIV3Schema: fsType: type: string required: - - volumeID + - volumeID downwardAPI: type: object properties: @@ -1290,7 +1290,7 @@ openAPIV3Schema: containerName: type: string required: - - resource + - resource fieldRef: type: object properties: @@ -1299,9 +1299,9 @@ openAPIV3Schema: fieldPath: type: string required: - - fieldPath + - fieldPath required: - - path + - path awsElasticBlockStore: type: object properties: @@ -1314,7 +1314,7 @@ openAPIV3Schema: fsType: type: string required: - - volumeID + - volumeID flocker: type: object properties: @@ -1353,9 +1353,9 @@ openAPIV3Schema: targetPortal: type: string required: - - iqn - - lun - - targetPortal + - iqn + - lun + - targetPortal rbd: type: object properties: @@ -1381,8 +1381,8 @@ openAPIV3Schema: items: type: string required: - - image - - monitors + - image + - monitors configMap: type: object properties: @@ -1404,8 +1404,8 @@ openAPIV3Schema: key: type: string required: - - key - - path + - key + - path storageos: type: object properties: @@ -1441,7 +1441,7 @@ openAPIV3Schema: type: string type: object required: - - driver + - driver name: type: string nfs: @@ -1454,8 +1454,8 @@ openAPIV3Schema: readOnly: type: boolean required: - - path - - server + - path + - server persistentVolumeClaim: type: object properties: @@ -1464,7 +1464,7 @@ openAPIV3Schema: readOnly: type: boolean required: - - claimName + - claimName gitRepo: type: object properties: @@ -1475,7 +1475,7 @@ openAPIV3Schema: revision: type: string required: - - repository + - repository portworxVolume: type: object properties: @@ -1486,7 +1486,7 @@ openAPIV3Schema: fsType: type: string required: - - volumeID + - volumeID vsphereVolume: type: object properties: @@ -1499,7 +1499,7 @@ openAPIV3Schema: fsType: type: string required: - - volumePath + - volumePath fc: type: object properties: @@ -1525,9 +1525,9 @@ openAPIV3Schema: type: type: string required: - - path + - path required: - - name + - name type: array resources: description: Memory and CPU minimum requirements and limits @@ -1567,7 +1567,7 @@ openAPIV3Schema: key: type: string required: - - key + - key resourceFieldRef: type: object properties: @@ -1578,7 +1578,7 @@ openAPIV3Schema: containerName: type: string required: - - resource + - resource configMapKeyRef: type: object properties: @@ -1589,7 +1589,7 @@ openAPIV3Schema: key: type: string required: - - key + - key fieldRef: type: object properties: @@ -1598,9 +1598,9 @@ openAPIV3Schema: fieldPath: type: string required: - - fieldPath + - fieldPath required: - - name + - name type: array restartPolicy: description: 'Restart policy for all containers within the @@ -1643,9 +1643,9 @@ openAPIV3Schema: otherwise. type: string enum: - - Always - - Never - - IfNotPresent + - Always + - Never + - IfNotPresent command: description: The command for this init container. Defaults to `cp -R $AUXILIARY_IMAGE_PATH/* $TARGET_MOUNT_PATH`. @@ -1676,8 +1676,8 @@ openAPIV3Schema: name: type: string required: - - devicePath - - name + - devicePath + - name image: type: string imagePullPolicy: @@ -1699,7 +1699,7 @@ openAPIV3Schema: host: type: string required: - - port + - port timeoutSeconds: type: number successThreshold: @@ -1721,7 +1721,7 @@ openAPIV3Schema: service: type: string required: - - port + - port httpGet: type: object properties: @@ -1743,10 +1743,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port stdin: type: boolean terminationMessagePolicy: @@ -1803,7 +1803,7 @@ openAPIV3Schema: type: type: string required: - - type + - type windowsOptions: type: object properties: @@ -1842,7 +1842,7 @@ openAPIV3Schema: host: type: string required: - - port + - port timeoutSeconds: type: number successThreshold: @@ -1864,7 +1864,7 @@ openAPIV3Schema: service: type: string required: - - port + - port httpGet: type: object properties: @@ -1886,10 +1886,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port env: type: array items: @@ -1912,7 +1912,7 @@ openAPIV3Schema: key: type: string required: - - key + - key resourceFieldRef: type: object properties: @@ -1923,7 +1923,7 @@ openAPIV3Schema: containerName: type: string required: - - resource + - resource configMapKeyRef: type: object properties: @@ -1934,7 +1934,7 @@ openAPIV3Schema: key: type: string required: - - key + - key fieldRef: type: object properties: @@ -1943,9 +1943,9 @@ openAPIV3Schema: fieldPath: type: string required: - - fieldPath + - fieldPath required: - - name + - name ports: type: array items: @@ -1962,7 +1962,7 @@ openAPIV3Schema: hostPort: type: number required: - - containerPort + - containerPort command: type: array items: @@ -1985,8 +1985,8 @@ openAPIV3Schema: subPathExpr: type: string required: - - mountPath - - name + - mountPath + - name args: type: array items: @@ -2005,7 +2005,7 @@ openAPIV3Schema: host: type: string required: - - port + - port exec: type: object properties: @@ -2034,10 +2034,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port preStop: type: object properties: @@ -2049,7 +2049,7 @@ openAPIV3Schema: host: type: string required: - - port + - port exec: type: object properties: @@ -2078,10 +2078,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port name: type: string tty: @@ -2103,7 +2103,7 @@ openAPIV3Schema: host: type: string required: - - port + - port timeoutSeconds: type: number successThreshold: @@ -2125,7 +2125,7 @@ openAPIV3Schema: service: type: string required: - - port + - port httpGet: type: object properties: @@ -2147,10 +2147,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port stdinOnce: type: boolean envFrom: @@ -2175,7 +2175,7 @@ openAPIV3Schema: optional: type: boolean required: - - name + - name type: array initContainers: description: Initialization containers to be included in the @@ -2193,8 +2193,8 @@ openAPIV3Schema: name: type: string required: - - devicePath - - name + - devicePath + - name image: type: string imagePullPolicy: @@ -2216,7 +2216,7 @@ openAPIV3Schema: host: type: string required: - - port + - port timeoutSeconds: type: number successThreshold: @@ -2238,7 +2238,7 @@ openAPIV3Schema: service: type: string required: - - port + - port httpGet: type: object properties: @@ -2260,10 +2260,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port stdin: type: boolean terminationMessagePolicy: @@ -2320,7 +2320,7 @@ openAPIV3Schema: type: type: string required: - - type + - type windowsOptions: type: object properties: @@ -2359,7 +2359,7 @@ openAPIV3Schema: host: type: string required: - - port + - port timeoutSeconds: type: number successThreshold: @@ -2381,7 +2381,7 @@ openAPIV3Schema: service: type: string required: - - port + - port httpGet: type: object properties: @@ -2403,10 +2403,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port env: type: array items: @@ -2429,7 +2429,7 @@ openAPIV3Schema: key: type: string required: - - key + - key resourceFieldRef: type: object properties: @@ -2440,7 +2440,7 @@ openAPIV3Schema: containerName: type: string required: - - resource + - resource configMapKeyRef: type: object properties: @@ -2451,7 +2451,7 @@ openAPIV3Schema: key: type: string required: - - key + - key fieldRef: type: object properties: @@ -2460,9 +2460,9 @@ openAPIV3Schema: fieldPath: type: string required: - - fieldPath + - fieldPath required: - - name + - name ports: type: array items: @@ -2479,7 +2479,7 @@ openAPIV3Schema: hostPort: type: number required: - - containerPort + - containerPort command: type: array items: @@ -2502,8 +2502,8 @@ openAPIV3Schema: subPathExpr: type: string required: - - mountPath - - name + - mountPath + - name args: type: array items: @@ -2522,7 +2522,7 @@ openAPIV3Schema: host: type: string required: - - port + - port exec: type: object properties: @@ -2551,10 +2551,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port preStop: type: object properties: @@ -2566,7 +2566,7 @@ openAPIV3Schema: host: type: string required: - - port + - port exec: type: object properties: @@ -2595,10 +2595,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port name: type: string tty: @@ -2620,7 +2620,7 @@ openAPIV3Schema: host: type: string required: - - port + - port timeoutSeconds: type: number successThreshold: @@ -2642,7 +2642,7 @@ openAPIV3Schema: service: type: string required: - - port + - port httpGet: type: object properties: @@ -2664,10 +2664,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port stdinOnce: type: boolean envFrom: @@ -2692,7 +2692,7 @@ openAPIV3Schema: optional: type: boolean required: - - name + - name type: array shutdown: description: Configures how the operator should shut down @@ -2707,8 +2707,8 @@ openAPIV3Schema: description: Specifies how the operator will shut down server instances. Defaults to graceful shutdown. enum: - - Graceful - - Forced + - Graceful + - Forced type: string timeoutSeconds: description: For graceful shutdown only, number of seconds @@ -2742,8 +2742,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchFields: type: array items: @@ -2758,11 +2758,11 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator type: array required: - - nodeSelectorTerms + - nodeSelectorTerms type: object preferredDuringSchedulingIgnoredDuringExecution: items: @@ -2785,8 +2785,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchFields: type: array items: @@ -2801,13 +2801,13 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator weight: type: number required: - - preference - - weight + - preference + - weight type: array type: object podAffinity: @@ -2833,8 +2833,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -2856,8 +2856,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -2869,7 +2869,7 @@ openAPIV3Schema: items: type: string required: - - topologyKey + - topologyKey type: array preferredDuringSchedulingIgnoredDuringExecution: items: @@ -2895,8 +2895,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -2918,8 +2918,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -2931,12 +2931,12 @@ openAPIV3Schema: items: type: string required: - - topologyKey + - topologyKey weight: type: number required: - - podAffinityTerm - - weight + - podAffinityTerm + - weight type: array type: object podAntiAffinity: @@ -2962,8 +2962,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -2985,8 +2985,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -2998,7 +2998,7 @@ openAPIV3Schema: items: type: string required: - - topologyKey + - topologyKey type: array preferredDuringSchedulingIgnoredDuringExecution: items: @@ -3024,8 +3024,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -3047,8 +3047,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -3060,12 +3060,12 @@ openAPIV3Schema: items: type: string required: - - topologyKey + - topologyKey weight: type: number required: - - podAffinityTerm - - weight + - podAffinityTerm + - weight type: array type: object type: object @@ -3083,9 +3083,9 @@ openAPIV3Schema: Server instance. Legal values are ALWAYS, NEVER, or IF_NEEDED. Defaults to IF_NEEDED. More info: https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-domains/domain-lifecycle/startup/#starting-and-stopping-servers.' enum: - - ALWAYS - - NEVER - - IF_NEEDED + - ALWAYS + - NEVER + - IF_NEEDED type: string adminService: description: Customization affecting the generation of a NodePort @@ -3126,7 +3126,7 @@ openAPIV3Schema: the WebLogic channel. type: number required: - - channelName + - channelName type: array annotations: additionalProperties: @@ -3173,8 +3173,8 @@ openAPIV3Schema: the admin state. Defaults to RUNNING. type: string enum: - - RUNNING - - ADMIN + - RUNNING + - ADMIN serverService: description: Customization affecting the generation of ClusterIP Services for WebLogic Server instances. @@ -3260,7 +3260,7 @@ openAPIV3Schema: conditionType: type: string required: - - conditionType + - conditionType serviceAccountName: description: Name of the ServiceAccount to be used to run this Pod. If it is not set, default ServiceAccount will @@ -3298,7 +3298,7 @@ openAPIV3Schema: type: type: string required: - - type + - type windowsOptions: type: object properties: @@ -3330,8 +3330,8 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value priorityClassName: description: If specified, indicates the Pod's priority. "system-node-critical" and "system-cluster-critical" are @@ -3389,8 +3389,8 @@ openAPIV3Schema: subPathExpr: type: string required: - - mountPath - - name + - mountPath + - name runtimeClassName: description: 'RuntimeClassName refers to a RuntimeClass object in the node.k8s.io group, which should be used @@ -3493,7 +3493,7 @@ openAPIV3Schema: type: type: string required: - - type + - type windowsOptions: type: object properties: @@ -3575,8 +3575,8 @@ openAPIV3Schema: group: type: string required: - - registry - - volume + - registry + - volume azureFile: type: object properties: @@ -3587,8 +3587,8 @@ openAPIV3Schema: shareName: type: string required: - - secretName - - shareName + - secretName + - shareName flexVolume: type: object properties: @@ -3608,7 +3608,7 @@ openAPIV3Schema: fsType: type: string required: - - driver + - driver ephemeral: type: object properties: @@ -3657,10 +3657,10 @@ openAPIV3Schema: blockOwnerDeletion: type: boolean required: - - apiVersion - - kind - - name - - uid + - apiVersion + - kind + - name + - uid selfLink: type: string deletionGracePeriodSeconds: @@ -3711,8 +3711,8 @@ openAPIV3Schema: name: type: string required: - - kind - - name + - kind + - name volumeName: type: string resources: @@ -3743,8 +3743,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -3763,12 +3763,12 @@ openAPIV3Schema: name: type: string required: - - kind - - name + - kind + - name volumeMode: type: string required: - - spec + - spec secret: type: object properties: @@ -3790,8 +3790,8 @@ openAPIV3Schema: key: type: string required: - - key - - path + - key + - path projected: type: object properties: @@ -3822,7 +3822,7 @@ openAPIV3Schema: containerName: type: string required: - - resource + - resource fieldRef: type: object properties: @@ -3831,9 +3831,9 @@ openAPIV3Schema: fieldPath: type: string required: - - fieldPath + - fieldPath required: - - path + - path configMap: type: object properties: @@ -3853,8 +3853,8 @@ openAPIV3Schema: key: type: string required: - - key - - path + - key + - path secret: type: object properties: @@ -3874,8 +3874,8 @@ openAPIV3Schema: key: type: string required: - - key - - path + - key + - path serviceAccountToken: type: object properties: @@ -3886,7 +3886,7 @@ openAPIV3Schema: expirationSeconds: type: number required: - - path + - path defaultMode: type: number cephfs: @@ -3910,7 +3910,7 @@ openAPIV3Schema: items: type: string required: - - monitors + - monitors scaleIO: type: object properties: @@ -3938,9 +3938,9 @@ openAPIV3Schema: gateway: type: string required: - - gateway - - secretRef - - system + - gateway + - secretRef + - system emptyDir: type: object properties: @@ -3958,8 +3958,8 @@ openAPIV3Schema: readOnly: type: boolean required: - - endpoints - - path + - endpoints + - path gcePersistentDisk: type: object properties: @@ -3972,7 +3972,7 @@ openAPIV3Schema: fsType: type: string required: - - pdName + - pdName photonPersistentDisk: type: object properties: @@ -3981,7 +3981,7 @@ openAPIV3Schema: fsType: type: string required: - - pdID + - pdID azureDisk: type: object properties: @@ -3998,8 +3998,8 @@ openAPIV3Schema: fsType: type: string required: - - diskName - - diskURI + - diskName + - diskURI cinder: type: object properties: @@ -4015,7 +4015,7 @@ openAPIV3Schema: fsType: type: string required: - - volumeID + - volumeID downwardAPI: type: object properties: @@ -4040,7 +4040,7 @@ openAPIV3Schema: containerName: type: string required: - - resource + - resource fieldRef: type: object properties: @@ -4049,9 +4049,9 @@ openAPIV3Schema: fieldPath: type: string required: - - fieldPath + - fieldPath required: - - path + - path awsElasticBlockStore: type: object properties: @@ -4064,7 +4064,7 @@ openAPIV3Schema: fsType: type: string required: - - volumeID + - volumeID flocker: type: object properties: @@ -4103,9 +4103,9 @@ openAPIV3Schema: targetPortal: type: string required: - - iqn - - lun - - targetPortal + - iqn + - lun + - targetPortal rbd: type: object properties: @@ -4131,8 +4131,8 @@ openAPIV3Schema: items: type: string required: - - image - - monitors + - image + - monitors configMap: type: object properties: @@ -4154,8 +4154,8 @@ openAPIV3Schema: key: type: string required: - - key - - path + - key + - path storageos: type: object properties: @@ -4191,7 +4191,7 @@ openAPIV3Schema: type: string type: object required: - - driver + - driver name: type: string nfs: @@ -4204,8 +4204,8 @@ openAPIV3Schema: readOnly: type: boolean required: - - path - - server + - path + - server persistentVolumeClaim: type: object properties: @@ -4214,7 +4214,7 @@ openAPIV3Schema: readOnly: type: boolean required: - - claimName + - claimName gitRepo: type: object properties: @@ -4225,7 +4225,7 @@ openAPIV3Schema: revision: type: string required: - - repository + - repository portworxVolume: type: object properties: @@ -4236,7 +4236,7 @@ openAPIV3Schema: fsType: type: string required: - - volumeID + - volumeID vsphereVolume: type: object properties: @@ -4249,7 +4249,7 @@ openAPIV3Schema: fsType: type: string required: - - volumePath + - volumePath fc: type: object properties: @@ -4275,9 +4275,9 @@ openAPIV3Schema: type: type: string required: - - path + - path required: - - name + - name resources: description: Memory and CPU minimum requirements and limits for the WebLogic Server instance. See `kubectl explain @@ -4318,7 +4318,7 @@ openAPIV3Schema: key: type: string required: - - key + - key resourceFieldRef: type: object properties: @@ -4329,7 +4329,7 @@ openAPIV3Schema: containerName: type: string required: - - resource + - resource configMapKeyRef: type: object properties: @@ -4340,7 +4340,7 @@ openAPIV3Schema: key: type: string required: - - key + - key fieldRef: type: object properties: @@ -4349,9 +4349,9 @@ openAPIV3Schema: fieldPath: type: string required: - - fieldPath + - fieldPath required: - - name + - name restartPolicy: description: 'Restart policy for all containers within the Pod. One of Always, OnFailure, Never. Default to Always. @@ -4394,9 +4394,9 @@ openAPIV3Schema: otherwise. type: string enum: - - Always - - Never - - IfNotPresent + - Always + - Never + - IfNotPresent command: description: The command for this init container. Defaults to `cp -R $AUXILIARY_IMAGE_PATH/* $TARGET_MOUNT_PATH`. @@ -4427,8 +4427,8 @@ openAPIV3Schema: name: type: string required: - - devicePath - - name + - devicePath + - name image: type: string imagePullPolicy: @@ -4450,7 +4450,7 @@ openAPIV3Schema: host: type: string required: - - port + - port timeoutSeconds: type: number successThreshold: @@ -4472,7 +4472,7 @@ openAPIV3Schema: service: type: string required: - - port + - port httpGet: type: object properties: @@ -4494,10 +4494,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port stdin: type: boolean terminationMessagePolicy: @@ -4554,7 +4554,7 @@ openAPIV3Schema: type: type: string required: - - type + - type windowsOptions: type: object properties: @@ -4593,7 +4593,7 @@ openAPIV3Schema: host: type: string required: - - port + - port timeoutSeconds: type: number successThreshold: @@ -4615,7 +4615,7 @@ openAPIV3Schema: service: type: string required: - - port + - port httpGet: type: object properties: @@ -4637,10 +4637,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port env: type: array items: @@ -4663,7 +4663,7 @@ openAPIV3Schema: key: type: string required: - - key + - key resourceFieldRef: type: object properties: @@ -4674,7 +4674,7 @@ openAPIV3Schema: containerName: type: string required: - - resource + - resource configMapKeyRef: type: object properties: @@ -4685,7 +4685,7 @@ openAPIV3Schema: key: type: string required: - - key + - key fieldRef: type: object properties: @@ -4694,9 +4694,9 @@ openAPIV3Schema: fieldPath: type: string required: - - fieldPath + - fieldPath required: - - name + - name ports: type: array items: @@ -4713,7 +4713,7 @@ openAPIV3Schema: hostPort: type: number required: - - containerPort + - containerPort command: type: array items: @@ -4736,8 +4736,8 @@ openAPIV3Schema: subPathExpr: type: string required: - - mountPath - - name + - mountPath + - name args: type: array items: @@ -4756,7 +4756,7 @@ openAPIV3Schema: host: type: string required: - - port + - port exec: type: object properties: @@ -4785,10 +4785,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port preStop: type: object properties: @@ -4800,7 +4800,7 @@ openAPIV3Schema: host: type: string required: - - port + - port exec: type: object properties: @@ -4829,10 +4829,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port name: type: string tty: @@ -4854,7 +4854,7 @@ openAPIV3Schema: host: type: string required: - - port + - port timeoutSeconds: type: number successThreshold: @@ -4876,7 +4876,7 @@ openAPIV3Schema: service: type: string required: - - port + - port httpGet: type: object properties: @@ -4898,10 +4898,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port stdinOnce: type: boolean envFrom: @@ -4926,7 +4926,7 @@ openAPIV3Schema: optional: type: boolean required: - - name + - name initContainers: description: Initialization containers to be included in the server Pod. See `kubectl explain pods.spec.initContainers`. @@ -4944,8 +4944,8 @@ openAPIV3Schema: name: type: string required: - - devicePath - - name + - devicePath + - name image: type: string imagePullPolicy: @@ -4967,7 +4967,7 @@ openAPIV3Schema: host: type: string required: - - port + - port timeoutSeconds: type: number successThreshold: @@ -4989,7 +4989,7 @@ openAPIV3Schema: service: type: string required: - - port + - port httpGet: type: object properties: @@ -5011,10 +5011,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port stdin: type: boolean terminationMessagePolicy: @@ -5071,7 +5071,7 @@ openAPIV3Schema: type: type: string required: - - type + - type windowsOptions: type: object properties: @@ -5110,7 +5110,7 @@ openAPIV3Schema: host: type: string required: - - port + - port timeoutSeconds: type: number successThreshold: @@ -5132,7 +5132,7 @@ openAPIV3Schema: service: type: string required: - - port + - port httpGet: type: object properties: @@ -5154,10 +5154,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port env: type: array items: @@ -5180,7 +5180,7 @@ openAPIV3Schema: key: type: string required: - - key + - key resourceFieldRef: type: object properties: @@ -5191,7 +5191,7 @@ openAPIV3Schema: containerName: type: string required: - - resource + - resource configMapKeyRef: type: object properties: @@ -5202,7 +5202,7 @@ openAPIV3Schema: key: type: string required: - - key + - key fieldRef: type: object properties: @@ -5211,9 +5211,9 @@ openAPIV3Schema: fieldPath: type: string required: - - fieldPath + - fieldPath required: - - name + - name ports: type: array items: @@ -5230,7 +5230,7 @@ openAPIV3Schema: hostPort: type: number required: - - containerPort + - containerPort command: type: array items: @@ -5253,8 +5253,8 @@ openAPIV3Schema: subPathExpr: type: string required: - - mountPath - - name + - mountPath + - name args: type: array items: @@ -5273,7 +5273,7 @@ openAPIV3Schema: host: type: string required: - - port + - port exec: type: object properties: @@ -5302,10 +5302,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port preStop: type: object properties: @@ -5317,7 +5317,7 @@ openAPIV3Schema: host: type: string required: - - port + - port exec: type: object properties: @@ -5346,10 +5346,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port name: type: string tty: @@ -5371,7 +5371,7 @@ openAPIV3Schema: host: type: string required: - - port + - port timeoutSeconds: type: number successThreshold: @@ -5393,7 +5393,7 @@ openAPIV3Schema: service: type: string required: - - port + - port httpGet: type: object properties: @@ -5415,10 +5415,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port stdinOnce: type: boolean envFrom: @@ -5443,7 +5443,7 @@ openAPIV3Schema: optional: type: boolean required: - - name + - name shutdown: description: Configures how the operator should shut down the server instance. @@ -5459,8 +5459,8 @@ openAPIV3Schema: server instances. Defaults to graceful shutdown. type: string enum: - - Graceful - - Forced + - Graceful + - Forced timeoutSeconds: description: For graceful shutdown only, number of seconds to wait before aborting in-flight work and shutting @@ -5496,8 +5496,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchFields: type: array items: @@ -5512,10 +5512,10 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator required: - - nodeSelectorTerms + - nodeSelectorTerms preferredDuringSchedulingIgnoredDuringExecution: type: array items: @@ -5538,8 +5538,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchFields: type: array items: @@ -5554,13 +5554,13 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator weight: type: number required: - - preference - - weight + - preference + - weight podAffinity: type: object properties: @@ -5586,8 +5586,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -5609,8 +5609,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -5622,7 +5622,7 @@ openAPIV3Schema: items: type: string required: - - topologyKey + - topologyKey preferredDuringSchedulingIgnoredDuringExecution: type: array items: @@ -5648,8 +5648,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -5671,8 +5671,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -5684,12 +5684,12 @@ openAPIV3Schema: items: type: string required: - - topologyKey + - topologyKey weight: type: number required: - - podAffinityTerm - - weight + - podAffinityTerm + - weight podAntiAffinity: type: object properties: @@ -5715,8 +5715,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -5738,8 +5738,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -5751,7 +5751,7 @@ openAPIV3Schema: items: type: string required: - - topologyKey + - topologyKey preferredDuringSchedulingIgnoredDuringExecution: type: array items: @@ -5777,8 +5777,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -5800,8 +5800,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -5813,12 +5813,12 @@ openAPIV3Schema: items: type: string required: - - topologyKey + - topologyKey weight: type: number required: - - podAffinityTerm - - weight + - podAffinityTerm + - weight clusterService: description: Customization affecting Kubernetes Service generated for this WebLogic cluster. @@ -5831,8 +5831,8 @@ openAPIV3Schema: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies' type: string enum: - - ClientIP - - None + - ClientIP + - None annotations: description: The annotations to be added to generated resources. additionalProperties: @@ -5858,8 +5858,8 @@ openAPIV3Schema: to IF_NEEDED. More info: https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-domains/domain-lifecycle/startup/#starting-and-stopping-servers.' type: string enum: - - NEVER - - IF_NEEDED + - NEVER + - IF_NEEDED maxConcurrentStartup: description: The maximum number of Managed Servers instances that the operator will start in parallel for this cluster @@ -5875,15 +5875,15 @@ openAPIV3Schema: WebLogic Server instances. More info: https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-domains/domain-lifecycle/startup/#restarting-servers.' type: string required: - - clusterName + - clusterName type: array serverStartState: description: The WebLogic runtime state in which the server is to be started. Use ADMIN if the server should start in the admin state. Defaults to RUNNING. enum: - - RUNNING - - ADMIN + - RUNNING + - ADMIN type: string image: description: The WebLogic Server image; required when `domainHomeSourceType` @@ -5894,9 +5894,9 @@ openAPIV3Schema: Legal values are Always, Never, and IfNotPresent. Defaults to Always if image ends in :latest; IfNotPresent, otherwise. enum: - - Always - - Never - - IfNotPresent + - Always + - Never + - IfNotPresent type: string maxClusterConcurrentStartup: description: The maximum number of cluster member Managed Server instances @@ -5946,9 +5946,9 @@ openAPIV3Schema: Server instance. Legal values are ADMIN_ONLY, NEVER, or IF_NEEDED. Defaults to IF_NEEDED. More info: https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-domains/domain-lifecycle/startup/#starting-and-stopping-servers.' enum: - - NEVER - - IF_NEEDED - - ADMIN_ONLY + - NEVER + - IF_NEEDED + - ADMIN_ONLY type: string livenessProbeCustomScript: description: Full path of an optional liveness probe custom script @@ -6023,7 +6023,7 @@ openAPIV3Schema: conditionType: type: string required: - - conditionType + - conditionType type: array serviceAccountName: description: Name of the ServiceAccount to be used to run this @@ -6060,7 +6060,7 @@ openAPIV3Schema: type: type: string required: - - type + - type type: object windowsOptions: properties: @@ -6092,8 +6092,8 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value type: array type: object priorityClassName: @@ -6149,8 +6149,8 @@ openAPIV3Schema: subPathExpr: type: string required: - - mountPath - - name + - mountPath + - name type: array runtimeClassName: description: 'RuntimeClassName refers to a RuntimeClass object @@ -6248,7 +6248,7 @@ openAPIV3Schema: type: type: string required: - - type + - type type: object windowsOptions: properties: @@ -6328,8 +6328,8 @@ openAPIV3Schema: group: type: string required: - - registry - - volume + - registry + - volume azureFile: type: object properties: @@ -6340,8 +6340,8 @@ openAPIV3Schema: shareName: type: string required: - - secretName - - shareName + - secretName + - shareName flexVolume: type: object properties: @@ -6361,7 +6361,7 @@ openAPIV3Schema: fsType: type: string required: - - driver + - driver ephemeral: type: object properties: @@ -6410,10 +6410,10 @@ openAPIV3Schema: blockOwnerDeletion: type: boolean required: - - apiVersion - - kind - - name - - uid + - apiVersion + - kind + - name + - uid selfLink: type: string deletionGracePeriodSeconds: @@ -6464,8 +6464,8 @@ openAPIV3Schema: name: type: string required: - - kind - - name + - kind + - name volumeName: type: string resources: @@ -6496,8 +6496,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -6516,12 +6516,12 @@ openAPIV3Schema: name: type: string required: - - kind - - name + - kind + - name volumeMode: type: string required: - - spec + - spec secret: type: object properties: @@ -6543,8 +6543,8 @@ openAPIV3Schema: key: type: string required: - - key - - path + - key + - path projected: type: object properties: @@ -6575,7 +6575,7 @@ openAPIV3Schema: containerName: type: string required: - - resource + - resource fieldRef: type: object properties: @@ -6584,9 +6584,9 @@ openAPIV3Schema: fieldPath: type: string required: - - fieldPath + - fieldPath required: - - path + - path configMap: type: object properties: @@ -6606,8 +6606,8 @@ openAPIV3Schema: key: type: string required: - - key - - path + - key + - path secret: type: object properties: @@ -6627,8 +6627,8 @@ openAPIV3Schema: key: type: string required: - - key - - path + - key + - path serviceAccountToken: type: object properties: @@ -6639,7 +6639,7 @@ openAPIV3Schema: expirationSeconds: type: number required: - - path + - path defaultMode: type: number cephfs: @@ -6663,7 +6663,7 @@ openAPIV3Schema: items: type: string required: - - monitors + - monitors scaleIO: type: object properties: @@ -6691,9 +6691,9 @@ openAPIV3Schema: gateway: type: string required: - - gateway - - secretRef - - system + - gateway + - secretRef + - system emptyDir: type: object properties: @@ -6711,8 +6711,8 @@ openAPIV3Schema: readOnly: type: boolean required: - - endpoints - - path + - endpoints + - path gcePersistentDisk: type: object properties: @@ -6725,7 +6725,7 @@ openAPIV3Schema: fsType: type: string required: - - pdName + - pdName photonPersistentDisk: type: object properties: @@ -6734,7 +6734,7 @@ openAPIV3Schema: fsType: type: string required: - - pdID + - pdID azureDisk: type: object properties: @@ -6751,8 +6751,8 @@ openAPIV3Schema: fsType: type: string required: - - diskName - - diskURI + - diskName + - diskURI cinder: type: object properties: @@ -6768,7 +6768,7 @@ openAPIV3Schema: fsType: type: string required: - - volumeID + - volumeID downwardAPI: type: object properties: @@ -6793,7 +6793,7 @@ openAPIV3Schema: containerName: type: string required: - - resource + - resource fieldRef: type: object properties: @@ -6802,9 +6802,9 @@ openAPIV3Schema: fieldPath: type: string required: - - fieldPath + - fieldPath required: - - path + - path awsElasticBlockStore: type: object properties: @@ -6817,7 +6817,7 @@ openAPIV3Schema: fsType: type: string required: - - volumeID + - volumeID flocker: type: object properties: @@ -6856,9 +6856,9 @@ openAPIV3Schema: targetPortal: type: string required: - - iqn - - lun - - targetPortal + - iqn + - lun + - targetPortal rbd: type: object properties: @@ -6884,8 +6884,8 @@ openAPIV3Schema: items: type: string required: - - image - - monitors + - image + - monitors configMap: type: object properties: @@ -6907,8 +6907,8 @@ openAPIV3Schema: key: type: string required: - - key - - path + - key + - path storageos: type: object properties: @@ -6944,7 +6944,7 @@ openAPIV3Schema: type: string type: object required: - - driver + - driver name: type: string nfs: @@ -6957,8 +6957,8 @@ openAPIV3Schema: readOnly: type: boolean required: - - path - - server + - path + - server persistentVolumeClaim: type: object properties: @@ -6967,7 +6967,7 @@ openAPIV3Schema: readOnly: type: boolean required: - - claimName + - claimName gitRepo: type: object properties: @@ -6978,7 +6978,7 @@ openAPIV3Schema: revision: type: string required: - - repository + - repository portworxVolume: type: object properties: @@ -6989,7 +6989,7 @@ openAPIV3Schema: fsType: type: string required: - - volumeID + - volumeID vsphereVolume: type: object properties: @@ -7002,7 +7002,7 @@ openAPIV3Schema: fsType: type: string required: - - volumePath + - volumePath fc: type: object properties: @@ -7028,9 +7028,9 @@ openAPIV3Schema: type: type: string required: - - path + - path required: - - name + - name type: array resources: description: Memory and CPU minimum requirements and limits for @@ -7069,7 +7069,7 @@ openAPIV3Schema: key: type: string required: - - key + - key resourceFieldRef: type: object properties: @@ -7080,7 +7080,7 @@ openAPIV3Schema: containerName: type: string required: - - resource + - resource configMapKeyRef: type: object properties: @@ -7091,7 +7091,7 @@ openAPIV3Schema: key: type: string required: - - key + - key fieldRef: type: object properties: @@ -7100,9 +7100,9 @@ openAPIV3Schema: fieldPath: type: string required: - - fieldPath + - fieldPath required: - - name + - name type: array restartPolicy: description: 'Restart policy for all containers within the Pod. @@ -7143,9 +7143,9 @@ openAPIV3Schema: to Always if image ends in :latest; IfNotPresent, otherwise. type: string enum: - - Always - - Never - - IfNotPresent + - Always + - Never + - IfNotPresent command: description: The command for this init container. Defaults to `cp -R $AUXILIARY_IMAGE_PATH/* $TARGET_MOUNT_PATH`. @@ -7175,8 +7175,8 @@ openAPIV3Schema: name: type: string required: - - devicePath - - name + - devicePath + - name image: type: string imagePullPolicy: @@ -7198,7 +7198,7 @@ openAPIV3Schema: host: type: string required: - - port + - port timeoutSeconds: type: number successThreshold: @@ -7220,7 +7220,7 @@ openAPIV3Schema: service: type: string required: - - port + - port httpGet: type: object properties: @@ -7242,10 +7242,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port stdin: type: boolean terminationMessagePolicy: @@ -7302,7 +7302,7 @@ openAPIV3Schema: type: type: string required: - - type + - type windowsOptions: type: object properties: @@ -7341,7 +7341,7 @@ openAPIV3Schema: host: type: string required: - - port + - port timeoutSeconds: type: number successThreshold: @@ -7363,7 +7363,7 @@ openAPIV3Schema: service: type: string required: - - port + - port httpGet: type: object properties: @@ -7385,10 +7385,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port env: type: array items: @@ -7411,7 +7411,7 @@ openAPIV3Schema: key: type: string required: - - key + - key resourceFieldRef: type: object properties: @@ -7422,7 +7422,7 @@ openAPIV3Schema: containerName: type: string required: - - resource + - resource configMapKeyRef: type: object properties: @@ -7433,7 +7433,7 @@ openAPIV3Schema: key: type: string required: - - key + - key fieldRef: type: object properties: @@ -7442,9 +7442,9 @@ openAPIV3Schema: fieldPath: type: string required: - - fieldPath + - fieldPath required: - - name + - name ports: type: array items: @@ -7461,7 +7461,7 @@ openAPIV3Schema: hostPort: type: number required: - - containerPort + - containerPort command: type: array items: @@ -7484,8 +7484,8 @@ openAPIV3Schema: subPathExpr: type: string required: - - mountPath - - name + - mountPath + - name args: type: array items: @@ -7504,7 +7504,7 @@ openAPIV3Schema: host: type: string required: - - port + - port exec: type: object properties: @@ -7533,10 +7533,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port preStop: type: object properties: @@ -7548,7 +7548,7 @@ openAPIV3Schema: host: type: string required: - - port + - port exec: type: object properties: @@ -7577,10 +7577,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port name: type: string tty: @@ -7602,7 +7602,7 @@ openAPIV3Schema: host: type: string required: - - port + - port timeoutSeconds: type: number successThreshold: @@ -7624,7 +7624,7 @@ openAPIV3Schema: service: type: string required: - - port + - port httpGet: type: object properties: @@ -7646,10 +7646,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port stdinOnce: type: boolean envFrom: @@ -7674,7 +7674,7 @@ openAPIV3Schema: optional: type: boolean required: - - name + - name type: array initContainers: description: Initialization containers to be included in the server @@ -7692,8 +7692,8 @@ openAPIV3Schema: name: type: string required: - - devicePath - - name + - devicePath + - name image: type: string imagePullPolicy: @@ -7715,7 +7715,7 @@ openAPIV3Schema: host: type: string required: - - port + - port timeoutSeconds: type: number successThreshold: @@ -7737,7 +7737,7 @@ openAPIV3Schema: service: type: string required: - - port + - port httpGet: type: object properties: @@ -7759,10 +7759,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port stdin: type: boolean terminationMessagePolicy: @@ -7819,7 +7819,7 @@ openAPIV3Schema: type: type: string required: - - type + - type windowsOptions: type: object properties: @@ -7858,7 +7858,7 @@ openAPIV3Schema: host: type: string required: - - port + - port timeoutSeconds: type: number successThreshold: @@ -7880,7 +7880,7 @@ openAPIV3Schema: service: type: string required: - - port + - port httpGet: type: object properties: @@ -7902,10 +7902,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port env: type: array items: @@ -7928,7 +7928,7 @@ openAPIV3Schema: key: type: string required: - - key + - key resourceFieldRef: type: object properties: @@ -7939,7 +7939,7 @@ openAPIV3Schema: containerName: type: string required: - - resource + - resource configMapKeyRef: type: object properties: @@ -7950,7 +7950,7 @@ openAPIV3Schema: key: type: string required: - - key + - key fieldRef: type: object properties: @@ -7959,9 +7959,9 @@ openAPIV3Schema: fieldPath: type: string required: - - fieldPath + - fieldPath required: - - name + - name ports: type: array items: @@ -7978,7 +7978,7 @@ openAPIV3Schema: hostPort: type: number required: - - containerPort + - containerPort command: type: array items: @@ -8001,8 +8001,8 @@ openAPIV3Schema: subPathExpr: type: string required: - - mountPath - - name + - mountPath + - name args: type: array items: @@ -8021,7 +8021,7 @@ openAPIV3Schema: host: type: string required: - - port + - port exec: type: object properties: @@ -8050,10 +8050,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port preStop: type: object properties: @@ -8065,7 +8065,7 @@ openAPIV3Schema: host: type: string required: - - port + - port exec: type: object properties: @@ -8094,10 +8094,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port name: type: string tty: @@ -8119,7 +8119,7 @@ openAPIV3Schema: host: type: string required: - - port + - port timeoutSeconds: type: number successThreshold: @@ -8141,7 +8141,7 @@ openAPIV3Schema: service: type: string required: - - port + - port httpGet: type: object properties: @@ -8163,10 +8163,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port stdinOnce: type: boolean envFrom: @@ -8191,7 +8191,7 @@ openAPIV3Schema: optional: type: boolean required: - - name + - name type: array shutdown: description: Configures how the operator should shut down the @@ -8206,8 +8206,8 @@ openAPIV3Schema: description: Specifies how the operator will shut down server instances. Defaults to graceful shutdown. enum: - - Graceful - - Forced + - Graceful + - Forced type: string timeoutSeconds: description: For graceful shutdown only, number of seconds @@ -8241,8 +8241,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchFields: type: array items: @@ -8257,11 +8257,11 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator type: array required: - - nodeSelectorTerms + - nodeSelectorTerms type: object preferredDuringSchedulingIgnoredDuringExecution: items: @@ -8284,8 +8284,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchFields: type: array items: @@ -8300,13 +8300,13 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator weight: type: number required: - - preference - - weight + - preference + - weight type: array type: object podAffinity: @@ -8332,8 +8332,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -8355,8 +8355,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -8368,7 +8368,7 @@ openAPIV3Schema: items: type: string required: - - topologyKey + - topologyKey type: array preferredDuringSchedulingIgnoredDuringExecution: items: @@ -8394,8 +8394,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -8417,8 +8417,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -8430,12 +8430,12 @@ openAPIV3Schema: items: type: string required: - - topologyKey + - topologyKey weight: type: number required: - - podAffinityTerm - - weight + - podAffinityTerm + - weight type: array type: object podAntiAffinity: @@ -8461,8 +8461,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -8484,8 +8484,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -8497,7 +8497,7 @@ openAPIV3Schema: items: type: string required: - - topologyKey + - topologyKey type: array preferredDuringSchedulingIgnoredDuringExecution: items: @@ -8523,8 +8523,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -8546,8 +8546,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -8559,12 +8559,12 @@ openAPIV3Schema: items: type: string required: - - topologyKey + - topologyKey weight: type: number required: - - podAffinityTerm - - weight + - podAffinityTerm + - weight type: array type: object type: object @@ -8612,8 +8612,8 @@ openAPIV3Schema: the admin state. Defaults to RUNNING. type: string enum: - - RUNNING - - ADMIN + - RUNNING + - ADMIN serverService: description: Customization affecting the generation of ClusterIP Services for WebLogic Server instances. @@ -8666,7 +8666,7 @@ openAPIV3Schema: conditionType: type: string required: - - conditionType + - conditionType serviceAccountName: description: Name of the ServiceAccount to be used to run this Pod. If it is not set, default ServiceAccount will @@ -8704,7 +8704,7 @@ openAPIV3Schema: type: type: string required: - - type + - type windowsOptions: type: object properties: @@ -8736,8 +8736,8 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value priorityClassName: description: If specified, indicates the Pod's priority. "system-node-critical" and "system-cluster-critical" are @@ -8795,8 +8795,8 @@ openAPIV3Schema: subPathExpr: type: string required: - - mountPath - - name + - mountPath + - name runtimeClassName: description: 'RuntimeClassName refers to a RuntimeClass object in the node.k8s.io group, which should be used @@ -8899,7 +8899,7 @@ openAPIV3Schema: type: type: string required: - - type + - type windowsOptions: type: object properties: @@ -8981,8 +8981,8 @@ openAPIV3Schema: group: type: string required: - - registry - - volume + - registry + - volume azureFile: type: object properties: @@ -8993,8 +8993,8 @@ openAPIV3Schema: shareName: type: string required: - - secretName - - shareName + - secretName + - shareName flexVolume: type: object properties: @@ -9014,7 +9014,7 @@ openAPIV3Schema: fsType: type: string required: - - driver + - driver ephemeral: type: object properties: @@ -9063,10 +9063,10 @@ openAPIV3Schema: blockOwnerDeletion: type: boolean required: - - apiVersion - - kind - - name - - uid + - apiVersion + - kind + - name + - uid selfLink: type: string deletionGracePeriodSeconds: @@ -9117,8 +9117,8 @@ openAPIV3Schema: name: type: string required: - - kind - - name + - kind + - name volumeName: type: string resources: @@ -9149,8 +9149,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -9169,12 +9169,12 @@ openAPIV3Schema: name: type: string required: - - kind - - name + - kind + - name volumeMode: type: string required: - - spec + - spec secret: type: object properties: @@ -9196,8 +9196,8 @@ openAPIV3Schema: key: type: string required: - - key - - path + - key + - path projected: type: object properties: @@ -9228,7 +9228,7 @@ openAPIV3Schema: containerName: type: string required: - - resource + - resource fieldRef: type: object properties: @@ -9237,9 +9237,9 @@ openAPIV3Schema: fieldPath: type: string required: - - fieldPath + - fieldPath required: - - path + - path configMap: type: object properties: @@ -9259,8 +9259,8 @@ openAPIV3Schema: key: type: string required: - - key - - path + - key + - path secret: type: object properties: @@ -9280,8 +9280,8 @@ openAPIV3Schema: key: type: string required: - - key - - path + - key + - path serviceAccountToken: type: object properties: @@ -9292,7 +9292,7 @@ openAPIV3Schema: expirationSeconds: type: number required: - - path + - path defaultMode: type: number cephfs: @@ -9316,7 +9316,7 @@ openAPIV3Schema: items: type: string required: - - monitors + - monitors scaleIO: type: object properties: @@ -9344,9 +9344,9 @@ openAPIV3Schema: gateway: type: string required: - - gateway - - secretRef - - system + - gateway + - secretRef + - system emptyDir: type: object properties: @@ -9364,8 +9364,8 @@ openAPIV3Schema: readOnly: type: boolean required: - - endpoints - - path + - endpoints + - path gcePersistentDisk: type: object properties: @@ -9378,7 +9378,7 @@ openAPIV3Schema: fsType: type: string required: - - pdName + - pdName photonPersistentDisk: type: object properties: @@ -9387,7 +9387,7 @@ openAPIV3Schema: fsType: type: string required: - - pdID + - pdID azureDisk: type: object properties: @@ -9404,8 +9404,8 @@ openAPIV3Schema: fsType: type: string required: - - diskName - - diskURI + - diskName + - diskURI cinder: type: object properties: @@ -9421,7 +9421,7 @@ openAPIV3Schema: fsType: type: string required: - - volumeID + - volumeID downwardAPI: type: object properties: @@ -9446,7 +9446,7 @@ openAPIV3Schema: containerName: type: string required: - - resource + - resource fieldRef: type: object properties: @@ -9455,9 +9455,9 @@ openAPIV3Schema: fieldPath: type: string required: - - fieldPath + - fieldPath required: - - path + - path awsElasticBlockStore: type: object properties: @@ -9470,7 +9470,7 @@ openAPIV3Schema: fsType: type: string required: - - volumeID + - volumeID flocker: type: object properties: @@ -9509,9 +9509,9 @@ openAPIV3Schema: targetPortal: type: string required: - - iqn - - lun - - targetPortal + - iqn + - lun + - targetPortal rbd: type: object properties: @@ -9537,8 +9537,8 @@ openAPIV3Schema: items: type: string required: - - image - - monitors + - image + - monitors configMap: type: object properties: @@ -9560,8 +9560,8 @@ openAPIV3Schema: key: type: string required: - - key - - path + - key + - path storageos: type: object properties: @@ -9597,7 +9597,7 @@ openAPIV3Schema: type: string type: object required: - - driver + - driver name: type: string nfs: @@ -9610,8 +9610,8 @@ openAPIV3Schema: readOnly: type: boolean required: - - path - - server + - path + - server persistentVolumeClaim: type: object properties: @@ -9620,7 +9620,7 @@ openAPIV3Schema: readOnly: type: boolean required: - - claimName + - claimName gitRepo: type: object properties: @@ -9631,7 +9631,7 @@ openAPIV3Schema: revision: type: string required: - - repository + - repository portworxVolume: type: object properties: @@ -9642,7 +9642,7 @@ openAPIV3Schema: fsType: type: string required: - - volumeID + - volumeID vsphereVolume: type: object properties: @@ -9655,7 +9655,7 @@ openAPIV3Schema: fsType: type: string required: - - volumePath + - volumePath fc: type: object properties: @@ -9681,9 +9681,9 @@ openAPIV3Schema: type: type: string required: - - path + - path required: - - name + - name resources: description: Memory and CPU minimum requirements and limits for the WebLogic Server instance. See `kubectl explain @@ -9724,7 +9724,7 @@ openAPIV3Schema: key: type: string required: - - key + - key resourceFieldRef: type: object properties: @@ -9735,7 +9735,7 @@ openAPIV3Schema: containerName: type: string required: - - resource + - resource configMapKeyRef: type: object properties: @@ -9746,7 +9746,7 @@ openAPIV3Schema: key: type: string required: - - key + - key fieldRef: type: object properties: @@ -9755,9 +9755,9 @@ openAPIV3Schema: fieldPath: type: string required: - - fieldPath + - fieldPath required: - - name + - name restartPolicy: description: 'Restart policy for all containers within the Pod. One of Always, OnFailure, Never. Default to Always. @@ -9800,9 +9800,9 @@ openAPIV3Schema: otherwise. type: string enum: - - Always - - Never - - IfNotPresent + - Always + - Never + - IfNotPresent command: description: The command for this init container. Defaults to `cp -R $AUXILIARY_IMAGE_PATH/* $TARGET_MOUNT_PATH`. @@ -9833,8 +9833,8 @@ openAPIV3Schema: name: type: string required: - - devicePath - - name + - devicePath + - name image: type: string imagePullPolicy: @@ -9856,7 +9856,7 @@ openAPIV3Schema: host: type: string required: - - port + - port timeoutSeconds: type: number successThreshold: @@ -9878,7 +9878,7 @@ openAPIV3Schema: service: type: string required: - - port + - port httpGet: type: object properties: @@ -9900,10 +9900,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port stdin: type: boolean terminationMessagePolicy: @@ -9960,7 +9960,7 @@ openAPIV3Schema: type: type: string required: - - type + - type windowsOptions: type: object properties: @@ -9999,7 +9999,7 @@ openAPIV3Schema: host: type: string required: - - port + - port timeoutSeconds: type: number successThreshold: @@ -10021,7 +10021,7 @@ openAPIV3Schema: service: type: string required: - - port + - port httpGet: type: object properties: @@ -10043,10 +10043,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port env: type: array items: @@ -10069,7 +10069,7 @@ openAPIV3Schema: key: type: string required: - - key + - key resourceFieldRef: type: object properties: @@ -10080,7 +10080,7 @@ openAPIV3Schema: containerName: type: string required: - - resource + - resource configMapKeyRef: type: object properties: @@ -10091,7 +10091,7 @@ openAPIV3Schema: key: type: string required: - - key + - key fieldRef: type: object properties: @@ -10100,9 +10100,9 @@ openAPIV3Schema: fieldPath: type: string required: - - fieldPath + - fieldPath required: - - name + - name ports: type: array items: @@ -10119,7 +10119,7 @@ openAPIV3Schema: hostPort: type: number required: - - containerPort + - containerPort command: type: array items: @@ -10142,8 +10142,8 @@ openAPIV3Schema: subPathExpr: type: string required: - - mountPath - - name + - mountPath + - name args: type: array items: @@ -10162,7 +10162,7 @@ openAPIV3Schema: host: type: string required: - - port + - port exec: type: object properties: @@ -10191,10 +10191,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port preStop: type: object properties: @@ -10206,7 +10206,7 @@ openAPIV3Schema: host: type: string required: - - port + - port exec: type: object properties: @@ -10235,10 +10235,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port name: type: string tty: @@ -10260,7 +10260,7 @@ openAPIV3Schema: host: type: string required: - - port + - port timeoutSeconds: type: number successThreshold: @@ -10282,7 +10282,7 @@ openAPIV3Schema: service: type: string required: - - port + - port httpGet: type: object properties: @@ -10304,10 +10304,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port stdinOnce: type: boolean envFrom: @@ -10332,7 +10332,7 @@ openAPIV3Schema: optional: type: boolean required: - - name + - name initContainers: description: Initialization containers to be included in the server Pod. See `kubectl explain pods.spec.initContainers`. @@ -10350,8 +10350,8 @@ openAPIV3Schema: name: type: string required: - - devicePath - - name + - devicePath + - name image: type: string imagePullPolicy: @@ -10373,7 +10373,7 @@ openAPIV3Schema: host: type: string required: - - port + - port timeoutSeconds: type: number successThreshold: @@ -10395,7 +10395,7 @@ openAPIV3Schema: service: type: string required: - - port + - port httpGet: type: object properties: @@ -10417,10 +10417,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port stdin: type: boolean terminationMessagePolicy: @@ -10477,7 +10477,7 @@ openAPIV3Schema: type: type: string required: - - type + - type windowsOptions: type: object properties: @@ -10516,7 +10516,7 @@ openAPIV3Schema: host: type: string required: - - port + - port timeoutSeconds: type: number successThreshold: @@ -10538,7 +10538,7 @@ openAPIV3Schema: service: type: string required: - - port + - port httpGet: type: object properties: @@ -10560,10 +10560,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port env: type: array items: @@ -10586,7 +10586,7 @@ openAPIV3Schema: key: type: string required: - - key + - key resourceFieldRef: type: object properties: @@ -10597,7 +10597,7 @@ openAPIV3Schema: containerName: type: string required: - - resource + - resource configMapKeyRef: type: object properties: @@ -10608,7 +10608,7 @@ openAPIV3Schema: key: type: string required: - - key + - key fieldRef: type: object properties: @@ -10617,9 +10617,9 @@ openAPIV3Schema: fieldPath: type: string required: - - fieldPath + - fieldPath required: - - name + - name ports: type: array items: @@ -10636,7 +10636,7 @@ openAPIV3Schema: hostPort: type: number required: - - containerPort + - containerPort command: type: array items: @@ -10659,8 +10659,8 @@ openAPIV3Schema: subPathExpr: type: string required: - - mountPath - - name + - mountPath + - name args: type: array items: @@ -10679,7 +10679,7 @@ openAPIV3Schema: host: type: string required: - - port + - port exec: type: object properties: @@ -10708,10 +10708,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port preStop: type: object properties: @@ -10723,7 +10723,7 @@ openAPIV3Schema: host: type: string required: - - port + - port exec: type: object properties: @@ -10752,10 +10752,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port name: type: string tty: @@ -10777,7 +10777,7 @@ openAPIV3Schema: host: type: string required: - - port + - port timeoutSeconds: type: number successThreshold: @@ -10799,7 +10799,7 @@ openAPIV3Schema: service: type: string required: - - port + - port httpGet: type: object properties: @@ -10821,10 +10821,10 @@ openAPIV3Schema: value: type: string required: - - name - - value + - name + - value required: - - port + - port stdinOnce: type: boolean envFrom: @@ -10849,7 +10849,7 @@ openAPIV3Schema: optional: type: boolean required: - - name + - name shutdown: description: Configures how the operator should shut down the server instance. @@ -10865,8 +10865,8 @@ openAPIV3Schema: server instances. Defaults to graceful shutdown. type: string enum: - - Graceful - - Forced + - Graceful + - Forced timeoutSeconds: description: For graceful shutdown only, number of seconds to wait before aborting in-flight work and shutting @@ -10902,8 +10902,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchFields: type: array items: @@ -10918,10 +10918,10 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator required: - - nodeSelectorTerms + - nodeSelectorTerms preferredDuringSchedulingIgnoredDuringExecution: type: array items: @@ -10944,8 +10944,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchFields: type: array items: @@ -10960,13 +10960,13 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator weight: type: number required: - - preference - - weight + - preference + - weight podAffinity: type: object properties: @@ -10992,8 +10992,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -11015,8 +11015,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -11028,7 +11028,7 @@ openAPIV3Schema: items: type: string required: - - topologyKey + - topologyKey preferredDuringSchedulingIgnoredDuringExecution: type: array items: @@ -11054,8 +11054,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -11077,8 +11077,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -11090,12 +11090,12 @@ openAPIV3Schema: items: type: string required: - - topologyKey + - topologyKey weight: type: number required: - - podAffinityTerm - - weight + - podAffinityTerm + - weight podAntiAffinity: type: object properties: @@ -11121,8 +11121,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -11144,8 +11144,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -11157,7 +11157,7 @@ openAPIV3Schema: items: type: string required: - - topologyKey + - topologyKey preferredDuringSchedulingIgnoredDuringExecution: type: array items: @@ -11183,8 +11183,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -11206,8 +11206,8 @@ openAPIV3Schema: operator: type: string required: - - key - - operator + - key + - operator matchLabels: additionalProperties: type: string @@ -11219,27 +11219,27 @@ openAPIV3Schema: items: type: string required: - - topologyKey + - topologyKey weight: type: number required: - - podAffinityTerm - - weight + - podAffinityTerm + - weight serverStartPolicy: description: 'The strategy for deciding whether to start a WebLogic Server instance. Legal values are ALWAYS, NEVER, or IF_NEEDED. Defaults to IF_NEEDED. More info: https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-domains/domain-lifecycle/startup/#starting-and-stopping-servers.' type: string enum: - - ALWAYS - - NEVER - - IF_NEEDED + - ALWAYS + - NEVER + - IF_NEEDED restartVersion: description: 'Changes to this field cause the operator to restart WebLogic Server instances. More info: https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-domains/domain-lifecycle/startup/#restarting-servers.' type: string required: - - serverName + - serverName type: array type: object status: @@ -11352,10 +11352,10 @@ openAPIV3Schema: Available, Failed, and ConfigChangesPendingRestart. type: string enum: - - Progressing - - Available - - ConfigChangesPendingRestart - - Failed + - Progressing + - Available + - ConfigChangesPendingRestart + - Failed lastTransitionTime: format: date-time description: Last time the condition transitioned from one status