repository
stringclasses
528 values
commit
stringlengths
40
40
commitDate
timestamp[s]
path
stringlengths
11
149
repoStars
int64
5
94.9k
repoLastFetched
stringclasses
528 values
content
stringlengths
48
736k
license
stringclasses
14 values
language
stringclasses
7 values
aws/eks-anywhere-build-tooling
64cffc5a869c8189d488160d803e6793edd792b2
2024-01-18T18:42:35
projects/kubernetes-sigs/metrics-server/1-26/helm/schema.json
48
2024-05-28T05:39:32.291322Z
{ "$id": "http://example.com/example.json", "$schema": "https://json-schema.org/draft/2019-09/schema", "default": {}, "examples": [ { "affinity": {}, "apiService": { "create": true }, "args": [], "containerPort": 4443, "defaultArgs": [ "--cert-dir=/tmp", "--kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname", "--kubelet-use-node-status-port", "--metric-resolution=15s" ], "extraVolumeMounts": [], "extraVolumes": [], "fullnameOverride": "", "hostNetwork": { "enabled": false }, "image": { "digest": "sha256:46a80fd791bb08dfaa68728f50d086b09bd7a355cd0a16a075fd11eb876c2b80", "pullPolicy": "IfNotPresent", "repository": "metrics-server/eks-distro/kubernetes-sigs/metrics-server" }, "imagePullSecrets": [], "livenessProbe": { "failureThreshold": 3, "httpGet": { "path": "/livez", "port": "https", "scheme": "HTTPS" }, "initialDelaySeconds": 0, "periodSeconds": 10 }, "metrics": { "enabled": false }, "nameOverride": "", "nodeSelector": {}, "podAnnotations": {}, "podDisruptionBudget": { "enabled": false, "maxUnavailable": null, "minAvailable": null }, "podLabels": {}, "podSecurityContext": {}, "priorityClassName": "system-cluster-critical", "rbac": { "create": true, "pspEnabled": false }, "readinessProbe": { "failureThreshold": 3, "httpGet": { "path": "/readyz", "port": "https", "scheme": "HTTPS" }, "initialDelaySeconds": 20, "periodSeconds": 10 }, "replicas": 1, "resources": {}, "securityContext": { "allowPrivilegeEscalation": false, "readOnlyRootFilesystem": true, "runAsNonRoot": true, "runAsUser": 1000 }, "service": { "annotations": {}, "labels": {}, "port": 443, "type": "ClusterIP" }, "serviceAccount": { "annotations": {}, "create": true, "name": "" }, "serviceMonitor": { "additionalLabels": {}, "enabled": false, "interval": "1m", "scrapeTimeout": "10s" }, "sourceRegistry": "public.ecr.aws/eks-anywhere", "tolerations": [], "updateStrategy": {} } ], "properties": { "apiService": { "default": {}, "examples": [ { "create": true } ], "properties": { "annotations": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "Annotations to add to the APIService", "type": "object" }, "caBundle": { "default": "", "examples": [ "" ], "title": "PEM encoded CA bundle for TLS verification", "type": "string" }, "create": { "default": true, "examples": [ true ], "title": "The create Schema", "type": "boolean" }, "insecureSkipTLSVerify": { "default": true, "examples": [ true ], "title": "Specifies whether to skip TLS verification", "type": "boolean" } }, "required": [ "create" ], "title": "The apiService Schema", "type": "object" }, "commonLabels": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The commonLabels Schema", "type": "object" }, "fullnameOverride": { "default": "", "examples": [ "" ], "title": "The fullnameOverride Schema", "type": "string" }, "image": { "default": {}, "examples": [ { "digest": "sha256:46a80fd791bb08dfaa68728f50d086b09bd7a355cd0a16a075fd11eb876c2b80", "pullPolicy": "IfNotPresent", "repository": "metrics-server/eks-distro/kubernetes-sigs/metrics-server" } ], "properties": { "digest": { "default": "", "examples": [ "sha256:21c7e2aea0555a9889021a50637c113bb7988922649bbed5634d4e95b5aa8b5d" ], "title": "The digest Schema", "type": "string" }, "pullPolicy": { "default": "IfNotPresent", "examples": [ "IfNotPresent" ], "title": "The pullPolicy Schema", "type": "string" }, "repository": { "default": "metrics-server/eks-distro/kubernetes-sigs/metrics-server", "examples": [ "metrics-server/eks-distro/kubernetes-sigs/metrics-server" ], "title": "The repository Schema", "type": "string" } }, "required": [], "title": "The image Schema", "type": "object" }, "imagePullSecrets": { "default": [], "examples": [ [] ], "items": {}, "title": "The imagePullSecrets Schema", "type": "array" }, "nameOverride": { "default": "", "examples": [ "" ], "title": "The nameOverride Schema", "type": "string" }, "podAnnotations": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The podAnnotations Schema", "type": "object" }, "podLabels": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The podLabels Schema", "type": "object" }, "podSecurityContext": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The podSecurityContext Schema", "type": "object" }, "rbac": { "default": {}, "examples": [ { "create": true, "pspEnabled": false } ], "properties": { "create": { "default": true, "examples": [ true ], "title": "The create Schema", "type": "boolean" }, "pspEnabled": { "default": false, "examples": [ false ], "title": "The pspEnabled Schema", "type": "boolean" } }, "required": [], "title": "The rbac Schema", "type": "object" }, "securityContext": { "affinity": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The affinity Schema", "type": "object" }, "args": { "default": [], "examples": [ [] ], "items": {}, "title": "The args Schema", "type": "array" }, "containerPort": { "default": 10250, "examples": [ 10250 ], "title": "The containerPort Schema", "type": "integer" }, "default": {}, "defaultArgs": { "default": [ "--cert-dir=/tmp", "--kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname", "--kubelet-use-node-status-port", "--metric-resolution=15s" ], "examples": [ [ "--cert-dir=/tmp", "--kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname", "--kubelet-use-node-status-port", "--metric-resolution=15s" ] ], "items": { "examples": [ "--cert-dir=/tmp", "--kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname", "--kubelet-use-node-status-port", "--metric-resolution=15s" ], "title": "A Schema", "type": "string" }, "title": "The defaultArgs Schema", "type": "array" }, "deploymentAnnotations": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The deploymentAnnotations Schema", "type": "object" }, "examples": [ { "allowPrivilegeEscalation": false, "readOnlyRootFilesystem": true, "runAsNonRoot": true, "runAsUser": 1000 } ], "extraVolumeMounts": { "default": [], "examples": [ [] ], "items": {}, "title": "The extraVolumeMounts Schema", "type": "array" }, "extraVolumes": { "default": [], "examples": [ [] ], "items": {}, "title": "The extraVolumes Schema", "type": "array" }, "hostNetwork": { "default": {}, "examples": [ { "enabled": false } ], "properties": { "enabled": { "default": false, "examples": [ false ], "title": "The enabled Schema", "type": "boolean" } }, "required": [], "title": "The hostNetwork Schema", "type": "object" }, "livenessProbe": { "default": {}, "examples": [ { "failureThreshold": 3, "httpGet": { "path": "/livez", "port": "https", "scheme": "HTTPS" }, "initialDelaySeconds": 0, "periodSeconds": 10 } ], "properties": { "failureThreshold": { "default": 3, "examples": [ 3 ], "title": "The failureThreshold Schema", "type": "integer" }, "httpGet": { "default": {}, "examples": [ { "path": "/livez", "port": "https", "scheme": "HTTPS" } ], "properties": { "path": { "default": "/livez", "examples": [ "/livez" ], "title": "The path Schema", "type": "string" }, "port": { "default": "https", "examples": [ "https" ], "title": "The port Schema", "type": "string" }, "scheme": { "default": "HTTPS", "examples": [ "HTTPS" ], "title": "The scheme Schema", "type": "string" } }, "required": [ "path", "port", "scheme" ], "title": "The httpGet Schema", "type": "object" }, "initialDelaySeconds": { "default": 0, "examples": [ 0 ], "title": "The initialDelaySeconds Schema", "type": "integer" }, "periodSeconds": { "default": 10, "examples": [ 10 ], "title": "The periodSeconds Schema", "type": "integer" } }, "required": [], "title": "The livenessProbe Schema", "type": "object" }, "metrics": { "default": {}, "examples": [ { "enabled": false } ], "properties": { "enabled": { "default": false, "examples": [ false ], "title": "The enabled Schema", "type": "boolean" } }, "required": [ "enabled" ], "title": "The metrics Schema", "type": "object" }, "nodeSelector": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The nodeSelector Schema", "type": "object" }, "podDisruptionBudget": { "default": {}, "examples": [ { "enabled": false, "maxUnavailable": null, "minAvailable": null } ], "properties": { "enabled": { "default": false, "examples": [ false ], "title": "The enabled Schema", "type": "boolean" }, "maxUnavailable": { "default": 1, "examples": [ null ], "title": "The maxUnavailable Schema", "type": "integer" }, "minAvailable": { "default": 3, "examples": [ null ], "title": "The minAvailable Schema", "type": "integer" } }, "required": [], "title": "The podDisruptionBudget Schema", "type": "object" }, "priorityClassName": { "default": "system-cluster-critical", "examples": [ "system-cluster-critical" ], "title": "The priorityClassName Schema", "type": "string" }, "properties": { "allowPrivilegeEscalation": { "default": false, "examples": [ false ], "title": "The allowPrivilegeEscalation Schema", "type": "boolean" }, "capabilities": { "default": {}, "properties": { "drop": { "default": [ "ALL" ], "examples": [ [] ], "items": {}, "title": "The drop Schema", "type": "array" } }, "required": [], "title": "The seccompProfile Schema", "type": "object" }, "readOnlyRootFilesystem": { "default": true, "examples": [ true ], "title": "The readOnlyRootFilesystem Schema", "type": "boolean" }, "runAsNonRoot": { "default": true, "examples": [ true ], "title": "The runAsNonRoot Schema", "type": "boolean" }, "runAsUser": { "default": 1000, "examples": [ 1000 ], "title": "The runAsUser Schema", "type": "integer" }, "seccompProfile": { "default": {}, "examples": [ {} ], "properties": { "type": { "default": "RuntimeDefault", "examples": [ "RuntimeDefault" ], "title": "The type Schema", "type": "string" } }, "required": [], "title": "The seccompProfile Schema", "type": "object" } }, "readinessProbe": { "default": {}, "examples": [ { "failureThreshold": 3, "httpGet": { "path": "/readyz", "port": "https", "scheme": "HTTPS" }, "initialDelaySeconds": 20, "periodSeconds": 10 } ], "properties": { "failureThreshold": { "default": 3, "examples": [ 3 ], "title": "The failureThreshold Schema", "type": "integer" }, "httpGet": { "default": {}, "examples": [ { "path": "/readyz", "port": "https", "scheme": "HTTPS" } ], "properties": { "path": { "default": "/readyz", "examples": [ "/readyz" ], "title": "The path Schema", "type": "string" }, "port": { "default": "https", "examples": [ "https" ], "title": "The port Schema", "type": "string" }, "scheme": { "default": "HTTPS", "examples": [ "HTTPS" ], "title": "The scheme Schema", "type": "string" } }, "required": [ "path", "port", "scheme" ], "title": "The httpGet Schema", "type": "object" }, "initialDelaySeconds": { "default": 20, "examples": [ 20 ], "title": "The initialDelaySeconds Schema", "type": "integer" }, "periodSeconds": { "default": 10, "examples": [ 10 ], "title": "The periodSeconds Schema", "type": "integer" } }, "required": [], "title": "The readinessProbe Schema", "type": "object" }, "replicas": { "default": 1, "examples": [ 1 ], "title": "The replicas Schema", "type": "integer" }, "required": [], "resources": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The resources Schema", "type": "object" }, "schedulerName": { "default": "", "examples": [], "title": "The schedulerName Schema", "type": "string" }, "service": { "default": {}, "examples": [ { "annotations": {}, "labels": {}, "port": 443, "type": "ClusterIP" } ], "properties": { "annotations": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The annotations Schema", "type": "object" }, "labels": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The labels Schema", "type": "object" }, "port": { "default": 443, "examples": [ 443 ], "title": "The port Schema", "type": "integer" }, "type": { "default": "ClusterIP", "examples": [ "ClusterIP" ], "title": "The type Schema", "type": "string" } }, "required": [], "title": "The service Schema", "type": "object" }, "serviceMonitor": { "default": {}, "examples": [ { "additionalLabels": {}, "enabled": false, "interval": "1m", "scrapeTimeout": "10s" } ], "properties": { "additionalLabels": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The additionalLabels Schema", "type": "object" }, "enabled": { "default": false, "examples": [ false ], "title": "The enabled Schema", "type": "boolean" }, "interval": { "default": "1m", "examples": [ "1m" ], "title": "The interval Schema", "type": "string" }, "metricRelabelings": { "default": [], "examples": [ [] ], "items": {}, "title": "The metricRelabelings Schema", "type": "array" }, "relabelings": { "default": [], "examples": [ [] ], "items": {}, "title": "The relabelings Schema", "type": "array" }, "scrapeTimeout": { "default": "10s", "examples": [ "10s" ], "title": "The scrapeTimeout Schema", "type": "string" } }, "required": [ "enabled" ], "title": "The serviceMonitor Schema", "type": "object" }, "title": "The securityContext Schema", "tolerations": { "default": [], "examples": [ [] ], "items": {}, "title": "The tolerations Schema", "type": "array" }, "topologySpreadConstraints": { "default": [], "examples": [ [] ], "items": {}, "title": "The topologySpreadConstraints Schema", "type": "array" }, "type": "object", "updateStrategy": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The updateStrategy Schema", "type": "object" } }, "serviceAccount": { "default": {}, "examples": [ { "annotations": {}, "create": true, "name": "" } ], "properties": { "annotations": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The annotations Schema", "type": "object" }, "create": { "default": true, "examples": [ true ], "title": "The create Schema", "type": "boolean" }, "name": { "default": "", "examples": [ "" ], "title": "The name Schema", "type": "string" }, "secrets": { "default": [], "examples": [ [] ], "items": {}, "title": "The list of secrets mountable by this service account", "type": "array" } }, "required": [], "title": "The serviceAccount Schema", "type": "object" }, "sourceRegistry": { "description": "Override source registry of the helm chart.", "type": "string" } }, "title": "Metrics Server", "type": "object" }
Apache-2.0
en
aws/eks-anywhere-build-tooling
64cffc5a869c8189d488160d803e6793edd792b2
2024-01-18T18:42:35
projects/kubernetes-sigs/metrics-server/1-25/helm/schema.json
48
2024-05-28T05:39:32.291322Z
{ "$id": "http://example.com/example.json", "$schema": "https://json-schema.org/draft/2019-09/schema", "default": {}, "examples": [ { "affinity": {}, "apiService": { "create": true }, "args": [], "containerPort": 4443, "defaultArgs": [ "--cert-dir=/tmp", "--kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname", "--kubelet-use-node-status-port", "--metric-resolution=15s" ], "extraVolumeMounts": [], "extraVolumes": [], "fullnameOverride": "", "hostNetwork": { "enabled": false }, "image": { "digest": "sha256:46a80fd791bb08dfaa68728f50d086b09bd7a355cd0a16a075fd11eb876c2b80", "pullPolicy": "IfNotPresent", "repository": "metrics-server/eks-distro/kubernetes-sigs/metrics-server" }, "imagePullSecrets": [], "livenessProbe": { "failureThreshold": 3, "httpGet": { "path": "/livez", "port": "https", "scheme": "HTTPS" }, "initialDelaySeconds": 0, "periodSeconds": 10 }, "metrics": { "enabled": false }, "nameOverride": "", "nodeSelector": {}, "podAnnotations": {}, "podDisruptionBudget": { "enabled": false, "maxUnavailable": null, "minAvailable": null }, "podLabels": {}, "podSecurityContext": {}, "priorityClassName": "system-cluster-critical", "rbac": { "create": true, "pspEnabled": false }, "readinessProbe": { "failureThreshold": 3, "httpGet": { "path": "/readyz", "port": "https", "scheme": "HTTPS" }, "initialDelaySeconds": 20, "periodSeconds": 10 }, "replicas": 1, "resources": {}, "securityContext": { "allowPrivilegeEscalation": false, "readOnlyRootFilesystem": true, "runAsNonRoot": true, "runAsUser": 1000 }, "service": { "annotations": {}, "labels": {}, "port": 443, "type": "ClusterIP" }, "serviceAccount": { "annotations": {}, "create": true, "name": "" }, "serviceMonitor": { "additionalLabels": {}, "enabled": false, "interval": "1m", "scrapeTimeout": "10s" }, "sourceRegistry": "public.ecr.aws/eks-anywhere", "tolerations": [], "updateStrategy": {} } ], "properties": { "apiService": { "default": {}, "examples": [ { "create": true } ], "properties": { "annotations": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "Annotations to add to the APIService", "type": "object" }, "caBundle": { "default": "", "examples": [ "" ], "title": "PEM encoded CA bundle for TLS verification", "type": "string" }, "create": { "default": true, "examples": [ true ], "title": "The create Schema", "type": "boolean" }, "insecureSkipTLSVerify": { "default": true, "examples": [ true ], "title": "Specifies whether to skip TLS verification", "type": "boolean" } }, "required": [ "create" ], "title": "The apiService Schema", "type": "object" }, "commonLabels": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The commonLabels Schema", "type": "object" }, "fullnameOverride": { "default": "", "examples": [ "" ], "title": "The fullnameOverride Schema", "type": "string" }, "image": { "default": {}, "examples": [ { "digest": "sha256:46a80fd791bb08dfaa68728f50d086b09bd7a355cd0a16a075fd11eb876c2b80", "pullPolicy": "IfNotPresent", "repository": "metrics-server/eks-distro/kubernetes-sigs/metrics-server" } ], "properties": { "digest": { "default": "", "examples": [ "sha256:21c7e2aea0555a9889021a50637c113bb7988922649bbed5634d4e95b5aa8b5d" ], "title": "The digest Schema", "type": "string" }, "pullPolicy": { "default": "IfNotPresent", "examples": [ "IfNotPresent" ], "title": "The pullPolicy Schema", "type": "string" }, "repository": { "default": "metrics-server/eks-distro/kubernetes-sigs/metrics-server", "examples": [ "metrics-server/eks-distro/kubernetes-sigs/metrics-server" ], "title": "The repository Schema", "type": "string" } }, "required": [], "title": "The image Schema", "type": "object" }, "imagePullSecrets": { "default": [], "examples": [ [] ], "items": {}, "title": "The imagePullSecrets Schema", "type": "array" }, "nameOverride": { "default": "", "examples": [ "" ], "title": "The nameOverride Schema", "type": "string" }, "podAnnotations": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The podAnnotations Schema", "type": "object" }, "podLabels": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The podLabels Schema", "type": "object" }, "podSecurityContext": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The podSecurityContext Schema", "type": "object" }, "rbac": { "default": {}, "examples": [ { "create": true, "pspEnabled": false } ], "properties": { "create": { "default": true, "examples": [ true ], "title": "The create Schema", "type": "boolean" }, "pspEnabled": { "default": false, "examples": [ false ], "title": "The pspEnabled Schema", "type": "boolean" } }, "required": [], "title": "The rbac Schema", "type": "object" }, "securityContext": { "affinity": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The affinity Schema", "type": "object" }, "args": { "default": [], "examples": [ [] ], "items": {}, "title": "The args Schema", "type": "array" }, "containerPort": { "default": 10250, "examples": [ 10250 ], "title": "The containerPort Schema", "type": "integer" }, "default": {}, "defaultArgs": { "default": [ "--cert-dir=/tmp", "--kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname", "--kubelet-use-node-status-port", "--metric-resolution=15s" ], "examples": [ [ "--cert-dir=/tmp", "--kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname", "--kubelet-use-node-status-port", "--metric-resolution=15s" ] ], "items": { "examples": [ "--cert-dir=/tmp", "--kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname", "--kubelet-use-node-status-port", "--metric-resolution=15s" ], "title": "A Schema", "type": "string" }, "title": "The defaultArgs Schema", "type": "array" }, "deploymentAnnotations": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The deploymentAnnotations Schema", "type": "object" }, "examples": [ { "allowPrivilegeEscalation": false, "readOnlyRootFilesystem": true, "runAsNonRoot": true, "runAsUser": 1000 } ], "extraVolumeMounts": { "default": [], "examples": [ [] ], "items": {}, "title": "The extraVolumeMounts Schema", "type": "array" }, "extraVolumes": { "default": [], "examples": [ [] ], "items": {}, "title": "The extraVolumes Schema", "type": "array" }, "hostNetwork": { "default": {}, "examples": [ { "enabled": false } ], "properties": { "enabled": { "default": false, "examples": [ false ], "title": "The enabled Schema", "type": "boolean" } }, "required": [], "title": "The hostNetwork Schema", "type": "object" }, "livenessProbe": { "default": {}, "examples": [ { "failureThreshold": 3, "httpGet": { "path": "/livez", "port": "https", "scheme": "HTTPS" }, "initialDelaySeconds": 0, "periodSeconds": 10 } ], "properties": { "failureThreshold": { "default": 3, "examples": [ 3 ], "title": "The failureThreshold Schema", "type": "integer" }, "httpGet": { "default": {}, "examples": [ { "path": "/livez", "port": "https", "scheme": "HTTPS" } ], "properties": { "path": { "default": "/livez", "examples": [ "/livez" ], "title": "The path Schema", "type": "string" }, "port": { "default": "https", "examples": [ "https" ], "title": "The port Schema", "type": "string" }, "scheme": { "default": "HTTPS", "examples": [ "HTTPS" ], "title": "The scheme Schema", "type": "string" } }, "required": [ "path", "port", "scheme" ], "title": "The httpGet Schema", "type": "object" }, "initialDelaySeconds": { "default": 0, "examples": [ 0 ], "title": "The initialDelaySeconds Schema", "type": "integer" }, "periodSeconds": { "default": 10, "examples": [ 10 ], "title": "The periodSeconds Schema", "type": "integer" } }, "required": [], "title": "The livenessProbe Schema", "type": "object" }, "metrics": { "default": {}, "examples": [ { "enabled": false } ], "properties": { "enabled": { "default": false, "examples": [ false ], "title": "The enabled Schema", "type": "boolean" } }, "required": [ "enabled" ], "title": "The metrics Schema", "type": "object" }, "nodeSelector": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The nodeSelector Schema", "type": "object" }, "podDisruptionBudget": { "default": {}, "examples": [ { "enabled": false, "maxUnavailable": null, "minAvailable": null } ], "properties": { "enabled": { "default": false, "examples": [ false ], "title": "The enabled Schema", "type": "boolean" }, "maxUnavailable": { "default": 1, "examples": [ null ], "title": "The maxUnavailable Schema", "type": "integer" }, "minAvailable": { "default": 3, "examples": [ null ], "title": "The minAvailable Schema", "type": "integer" } }, "required": [], "title": "The podDisruptionBudget Schema", "type": "object" }, "priorityClassName": { "default": "system-cluster-critical", "examples": [ "system-cluster-critical" ], "title": "The priorityClassName Schema", "type": "string" }, "properties": { "allowPrivilegeEscalation": { "default": false, "examples": [ false ], "title": "The allowPrivilegeEscalation Schema", "type": "boolean" }, "capabilities": { "default": {}, "properties": { "drop": { "default": [ "ALL" ], "examples": [ [] ], "items": {}, "title": "The drop Schema", "type": "array" } }, "required": [], "title": "The seccompProfile Schema", "type": "object" }, "readOnlyRootFilesystem": { "default": true, "examples": [ true ], "title": "The readOnlyRootFilesystem Schema", "type": "boolean" }, "runAsNonRoot": { "default": true, "examples": [ true ], "title": "The runAsNonRoot Schema", "type": "boolean" }, "runAsUser": { "default": 1000, "examples": [ 1000 ], "title": "The runAsUser Schema", "type": "integer" }, "seccompProfile": { "default": {}, "examples": [ {} ], "properties": { "type": { "default": "RuntimeDefault", "examples": [ "RuntimeDefault" ], "title": "The type Schema", "type": "string" } }, "required": [], "title": "The seccompProfile Schema", "type": "object" } }, "readinessProbe": { "default": {}, "examples": [ { "failureThreshold": 3, "httpGet": { "path": "/readyz", "port": "https", "scheme": "HTTPS" }, "initialDelaySeconds": 20, "periodSeconds": 10 } ], "properties": { "failureThreshold": { "default": 3, "examples": [ 3 ], "title": "The failureThreshold Schema", "type": "integer" }, "httpGet": { "default": {}, "examples": [ { "path": "/readyz", "port": "https", "scheme": "HTTPS" } ], "properties": { "path": { "default": "/readyz", "examples": [ "/readyz" ], "title": "The path Schema", "type": "string" }, "port": { "default": "https", "examples": [ "https" ], "title": "The port Schema", "type": "string" }, "scheme": { "default": "HTTPS", "examples": [ "HTTPS" ], "title": "The scheme Schema", "type": "string" } }, "required": [ "path", "port", "scheme" ], "title": "The httpGet Schema", "type": "object" }, "initialDelaySeconds": { "default": 20, "examples": [ 20 ], "title": "The initialDelaySeconds Schema", "type": "integer" }, "periodSeconds": { "default": 10, "examples": [ 10 ], "title": "The periodSeconds Schema", "type": "integer" } }, "required": [], "title": "The readinessProbe Schema", "type": "object" }, "replicas": { "default": 1, "examples": [ 1 ], "title": "The replicas Schema", "type": "integer" }, "required": [], "resources": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The resources Schema", "type": "object" }, "schedulerName": { "default": "", "examples": [], "title": "The schedulerName Schema", "type": "string" }, "service": { "default": {}, "examples": [ { "annotations": {}, "labels": {}, "port": 443, "type": "ClusterIP" } ], "properties": { "annotations": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The annotations Schema", "type": "object" }, "labels": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The labels Schema", "type": "object" }, "port": { "default": 443, "examples": [ 443 ], "title": "The port Schema", "type": "integer" }, "type": { "default": "ClusterIP", "examples": [ "ClusterIP" ], "title": "The type Schema", "type": "string" } }, "required": [], "title": "The service Schema", "type": "object" }, "serviceMonitor": { "default": {}, "examples": [ { "additionalLabels": {}, "enabled": false, "interval": "1m", "scrapeTimeout": "10s" } ], "properties": { "additionalLabels": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The additionalLabels Schema", "type": "object" }, "enabled": { "default": false, "examples": [ false ], "title": "The enabled Schema", "type": "boolean" }, "interval": { "default": "1m", "examples": [ "1m" ], "title": "The interval Schema", "type": "string" }, "metricRelabelings": { "default": [], "examples": [ [] ], "items": {}, "title": "The metricRelabelings Schema", "type": "array" }, "relabelings": { "default": [], "examples": [ [] ], "items": {}, "title": "The relabelings Schema", "type": "array" }, "scrapeTimeout": { "default": "10s", "examples": [ "10s" ], "title": "The scrapeTimeout Schema", "type": "string" } }, "required": [ "enabled" ], "title": "The serviceMonitor Schema", "type": "object" }, "title": "The securityContext Schema", "tolerations": { "default": [], "examples": [ [] ], "items": {}, "title": "The tolerations Schema", "type": "array" }, "topologySpreadConstraints": { "default": [], "examples": [ [] ], "items": {}, "title": "The topologySpreadConstraints Schema", "type": "array" }, "type": "object", "updateStrategy": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The updateStrategy Schema", "type": "object" } }, "serviceAccount": { "default": {}, "examples": [ { "annotations": {}, "create": true, "name": "" } ], "properties": { "annotations": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The annotations Schema", "type": "object" }, "create": { "default": true, "examples": [ true ], "title": "The create Schema", "type": "boolean" }, "name": { "default": "", "examples": [ "" ], "title": "The name Schema", "type": "string" }, "secrets": { "default": [], "examples": [ [] ], "items": {}, "title": "The list of secrets mountable by this service account", "type": "array" } }, "required": [], "title": "The serviceAccount Schema", "type": "object" }, "sourceRegistry": { "description": "Override source registry of the helm chart.", "type": "string" } }, "title": "Metrics Server", "type": "object" }
Apache-2.0
en
aws/eks-anywhere-build-tooling
7ac6ce85afa1d33e1a1a39a7efacb6f52445ba7c
2023-04-25T21:07:27
projects/kubernetes-sigs/metrics-server/1-27/helm/schema.json
48
2024-05-28T05:39:32.291322Z
{ "$id": "http://example.com/example.json", "$schema": "https://json-schema.org/draft/2019-09/schema", "default": {}, "examples": [ { "affinity": {}, "apiService": { "create": true }, "args": [], "containerPort": 4443, "defaultArgs": [ "--cert-dir=/tmp", "--kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname", "--kubelet-use-node-status-port", "--metric-resolution=15s" ], "extraVolumeMounts": [], "extraVolumes": [], "fullnameOverride": "", "hostNetwork": { "enabled": false }, "image": { "digest": "sha256:46a80fd791bb08dfaa68728f50d086b09bd7a355cd0a16a075fd11eb876c2b80", "pullPolicy": "IfNotPresent", "repository": "metrics-server/eks-distro/kubernetes-sigs/metrics-server" }, "imagePullSecrets": [], "livenessProbe": { "failureThreshold": 3, "httpGet": { "path": "/livez", "port": "https", "scheme": "HTTPS" }, "initialDelaySeconds": 0, "periodSeconds": 10 }, "metrics": { "enabled": false }, "nameOverride": "", "nodeSelector": {}, "podAnnotations": {}, "podDisruptionBudget": { "enabled": false, "maxUnavailable": null, "minAvailable": null }, "podLabels": {}, "podSecurityContext": {}, "priorityClassName": "system-cluster-critical", "rbac": { "create": true, "pspEnabled": false }, "readinessProbe": { "failureThreshold": 3, "httpGet": { "path": "/readyz", "port": "https", "scheme": "HTTPS" }, "initialDelaySeconds": 20, "periodSeconds": 10 }, "replicas": 1, "resources": {}, "securityContext": { "allowPrivilegeEscalation": false, "readOnlyRootFilesystem": true, "runAsNonRoot": true, "runAsUser": 1000 }, "service": { "annotations": {}, "labels": {}, "port": 443, "type": "ClusterIP" }, "serviceAccount": { "annotations": {}, "create": true, "name": "" }, "serviceMonitor": { "additionalLabels": {}, "enabled": false, "interval": "1m", "scrapeTimeout": "10s" }, "sourceRegistry": "public.ecr.aws/eks-anywhere", "tolerations": [], "updateStrategy": {} } ], "properties": { "affinity": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The affinity Schema", "type": "object" }, "apiService": { "default": {}, "examples": [ { "create": true } ], "properties": { "create": { "default": true, "examples": [ true ], "title": "The create Schema", "type": "boolean" } }, "required": [ "create" ], "title": "The apiService Schema", "type": "object" }, "args": { "default": [], "examples": [ [] ], "items": {}, "title": "The args Schema", "type": "array" }, "containerPort": { "default": 4443, "examples": [ 4443 ], "title": "The containerPort Schema", "type": "integer" }, "defaultArgs": { "default": [ "--cert-dir=/tmp", "--kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname", "--kubelet-use-node-status-port", "--metric-resolution=15s" ], "examples": [ [ "--cert-dir=/tmp", "--kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname", "--kubelet-use-node-status-port", "--metric-resolution=15s" ] ], "items": { "examples": [ "--cert-dir=/tmp", "--kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname", "--kubelet-use-node-status-port", "--metric-resolution=15s" ], "title": "A Schema", "type": "string" }, "title": "The defaultArgs Schema", "type": "array" }, "extraVolumeMounts": { "default": [], "examples": [ [] ], "items": {}, "title": "The extraVolumeMounts Schema", "type": "array" }, "extraVolumes": { "default": [], "examples": [ [] ], "items": {}, "title": "The extraVolumes Schema", "type": "array" }, "fullnameOverride": { "default": "", "examples": [ "" ], "title": "The fullnameOverride Schema", "type": "string" }, "hostNetwork": { "default": {}, "examples": [ { "enabled": false } ], "properties": { "enabled": { "default": false, "examples": [ false ], "title": "The enabled Schema", "type": "boolean" } }, "required": [], "title": "The hostNetwork Schema", "type": "object" }, "image": { "default": {}, "examples": [ { "digest": "sha256:46a80fd791bb08dfaa68728f50d086b09bd7a355cd0a16a075fd11eb876c2b80", "pullPolicy": "IfNotPresent", "repository": "metrics-server/eks-distro/kubernetes-sigs/metrics-server" } ], "properties": { "digest": { "default": "", "examples": [ "sha256:21c7e2aea0555a9889021a50637c113bb7988922649bbed5634d4e95b5aa8b5d" ], "title": "The digest Schema", "type": "string" }, "pullPolicy": { "default": "IfNotPresent", "examples": [ "IfNotPresent" ], "title": "The pullPolicy Schema", "type": "string" }, "repository": { "default": "metrics-server/eks-distro/kubernetes-sigs/metrics-server", "examples": [ "metrics-server/eks-distro/kubernetes-sigs/metrics-server" ], "title": "The repository Schema", "type": "string" } }, "required": [], "title": "The image Schema", "type": "object" }, "imagePullSecrets": { "default": [], "examples": [ [] ], "items": {}, "title": "The imagePullSecrets Schema", "type": "array" }, "livenessProbe": { "default": {}, "examples": [ { "failureThreshold": 3, "httpGet": { "path": "/livez", "port": "https", "scheme": "HTTPS" }, "initialDelaySeconds": 0, "periodSeconds": 10 } ], "properties": { "failureThreshold": { "default": 3, "examples": [ 3 ], "title": "The failureThreshold Schema", "type": "integer" }, "httpGet": { "default": {}, "examples": [ { "path": "/livez", "port": "https", "scheme": "HTTPS" } ], "properties": { "path": { "default": "/livez", "examples": [ "/livez" ], "title": "The path Schema", "type": "string" }, "port": { "default": "https", "examples": [ "https" ], "title": "The port Schema", "type": "string" }, "scheme": { "default": "HTTPS", "examples": [ "HTTPS" ], "title": "The scheme Schema", "type": "string" } }, "required": [ "path", "port", "scheme" ], "title": "The httpGet Schema", "type": "object" }, "initialDelaySeconds": { "default": 0, "examples": [ 0 ], "title": "The initialDelaySeconds Schema", "type": "integer" }, "periodSeconds": { "default": 10, "examples": [ 10 ], "title": "The periodSeconds Schema", "type": "integer" } }, "required": [], "title": "The livenessProbe Schema", "type": "object" }, "metrics": { "default": {}, "examples": [ { "enabled": false } ], "properties": { "enabled": { "default": false, "examples": [ false ], "title": "The enabled Schema", "type": "boolean" } }, "required": [ "enabled" ], "title": "The metrics Schema", "type": "object" }, "nameOverride": { "default": "", "examples": [ "" ], "title": "The nameOverride Schema", "type": "string" }, "nodeSelector": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The nodeSelector Schema", "type": "object" }, "podAnnotations": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The podAnnotations Schema", "type": "object" }, "podDisruptionBudget": { "default": {}, "examples": [ { "enabled": false, "maxUnavailable": null, "minAvailable": null } ], "properties": { "enabled": { "default": false, "examples": [ false ], "title": "The enabled Schema", "type": "boolean" }, "maxUnavailable": { "default": 1, "examples": [ null ], "title": "The maxUnavailable Schema", "type": "integer" }, "minAvailable": { "default": 3, "examples": [ null ], "title": "The minAvailable Schema", "type": "integer" } }, "required": [], "title": "The podDisruptionBudget Schema", "type": "object" }, "podLabels": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The podLabels Schema", "type": "object" }, "podSecurityContext": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The podSecurityContext Schema", "type": "object" }, "priorityClassName": { "default": "system-cluster-critical", "examples": [ "system-cluster-critical" ], "title": "The priorityClassName Schema", "type": "string" }, "rbac": { "default": {}, "examples": [ { "create": true, "pspEnabled": false } ], "properties": { "create": { "default": true, "examples": [ true ], "title": "The create Schema", "type": "boolean" }, "pspEnabled": { "default": false, "examples": [ false ], "title": "The pspEnabled Schema", "type": "boolean" } }, "required": [], "title": "The rbac Schema", "type": "object" }, "readinessProbe": { "default": {}, "examples": [ { "failureThreshold": 3, "httpGet": { "path": "/readyz", "port": "https", "scheme": "HTTPS" }, "initialDelaySeconds": 20, "periodSeconds": 10 } ], "properties": { "failureThreshold": { "default": 3, "examples": [ 3 ], "title": "The failureThreshold Schema", "type": "integer" }, "httpGet": { "default": {}, "examples": [ { "path": "/readyz", "port": "https", "scheme": "HTTPS" } ], "properties": { "path": { "default": "/readyz", "examples": [ "/readyz" ], "title": "The path Schema", "type": "string" }, "port": { "default": "https", "examples": [ "https" ], "title": "The port Schema", "type": "string" }, "scheme": { "default": "HTTPS", "examples": [ "HTTPS" ], "title": "The scheme Schema", "type": "string" } }, "required": [ "path", "port", "scheme" ], "title": "The httpGet Schema", "type": "object" }, "initialDelaySeconds": { "default": 20, "examples": [ 20 ], "title": "The initialDelaySeconds Schema", "type": "integer" }, "periodSeconds": { "default": 10, "examples": [ 10 ], "title": "The periodSeconds Schema", "type": "integer" } }, "required": [], "title": "The readinessProbe Schema", "type": "object" }, "replicas": { "default": 1, "examples": [ 1 ], "title": "The replicas Schema", "type": "integer" }, "resources": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The resources Schema", "type": "object" }, "securityContext": { "default": {}, "examples": [ { "allowPrivilegeEscalation": false, "readOnlyRootFilesystem": true, "runAsNonRoot": true, "runAsUser": 1000 } ], "properties": { "allowPrivilegeEscalation": { "default": false, "examples": [ false ], "title": "The allowPrivilegeEscalation Schema", "type": "boolean" }, "readOnlyRootFilesystem": { "default": true, "examples": [ true ], "title": "The readOnlyRootFilesystem Schema", "type": "boolean" }, "runAsNonRoot": { "default": true, "examples": [ true ], "title": "The runAsNonRoot Schema", "type": "boolean" }, "runAsUser": { "default": 1000, "examples": [ 1000 ], "title": "The runAsUser Schema", "type": "integer" } }, "required": [], "title": "The securityContext Schema", "type": "object" }, "service": { "default": {}, "examples": [ { "annotations": {}, "labels": {}, "port": 443, "type": "ClusterIP" } ], "properties": { "annotations": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The annotations Schema", "type": "object" }, "labels": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The labels Schema", "type": "object" }, "port": { "default": 443, "examples": [ 443 ], "title": "The port Schema", "type": "integer" }, "type": { "default": "ClusterIP", "examples": [ "ClusterIP" ], "title": "The type Schema", "type": "string" } }, "required": [], "title": "The service Schema", "type": "object" }, "serviceAccount": { "default": {}, "examples": [ { "annotations": {}, "create": true, "name": "" } ], "properties": { "annotations": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The annotations Schema", "type": "object" }, "create": { "default": true, "examples": [ true ], "title": "The create Schema", "type": "boolean" }, "name": { "default": "", "examples": [ "" ], "title": "The name Schema", "type": "string" } }, "required": [], "title": "The serviceAccount Schema", "type": "object" }, "serviceMonitor": { "default": {}, "examples": [ { "additionalLabels": {}, "enabled": false, "interval": "1m", "scrapeTimeout": "10s" } ], "properties": { "additionalLabels": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The additionalLabels Schema", "type": "object" }, "enabled": { "default": false, "examples": [ false ], "title": "The enabled Schema", "type": "boolean" }, "interval": { "default": "1m", "examples": [ "1m" ], "title": "The interval Schema", "type": "string" }, "scrapeTimeout": { "default": "10s", "examples": [ "10s" ], "title": "The scrapeTimeout Schema", "type": "string" } }, "required": [ "enabled" ], "title": "The serviceMonitor Schema", "type": "object" }, "sourceRegistry": { "description": "Override source registry of the helm chart.", "type": "string" }, "tolerations": { "default": [], "examples": [ [] ], "items": {}, "title": "The tolerations Schema", "type": "array" }, "updateStrategy": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The updateStrategy Schema", "type": "object" } }, "title": "Metrics Server", "type": "object" }
Apache-2.0
en
aws/eks-anywhere-build-tooling
b425fb72c3459bf1ce8e27af4ac232590681920d
2023-01-05T22:55:27
projects/kubernetes/autoscaler/1-25/helm/schema.json
48
2024-05-28T05:39:32.291322Z
{ "$id": "http://example.com/example.json", "$schema": "https://json-schema.org/draft/2019-09/schema", "default": {}, "examples": [ { "additionalLabels": {}, "affinity": {}, "autoDiscovery": { "clusterName": "my-cluster", "labels": [], "roles": [ "worker" ], "tags": [ "k8s.io/cluster-autoscaler/enabled", "k8s.io/cluster-autoscaler/{{ .Values.autoDiscovery.clusterName }}" ] }, "autoscalingGroups": [], "autoscalingGroupsnamePrefix": [], "awsAccessKeyID": "", "awsRegion": "us-east-1", "awsSecretAccessKey": "", "azureClientID": "", "azureClientSecret": "", "azureClusterName": "", "azureNodeResourceGroup": "", "azureResourceGroup": "", "azureSubscriptionID": "", "azureTenantID": "", "azureUseManagedIdentityExtension": false, "azureVMType": "AKS", "cloudConfigPath": "", "cloudProvider": "clusterapi", "clusterAPICloudConfigPath": "/etc/kubernetes/mgmt-kubeconfig", "clusterAPIConfigMapsNamespace": "", "clusterAPIKubeconfigSecret": "", "clusterAPIMode": "incluster-incluster", "clusterAPIWorkloadKubeconfigPath": "/etc/kubernetes/value", "containerSecurityContext": {}, "deployment": { "annotations": {} }, "dnsPolicy": "ClusterFirst", "envFromConfigMap": "", "envFromSecret": "", "expanderPriorities": {}, "extraArgs": { "logtostderr": true, "stderrthreshold": "info", "v": 4 }, "extraEnv": {}, "extraEnvConfigMaps": {}, "extraEnvSecrets": {}, "extraVolumeMounts": [], "extraVolumeSecrets": {}, "extraVolumes": [], "fullnameOverride": "", "image": { "digest": "sha256:7264e721263a683313271d874fe80984fdbeb5b60af5e0a6c9ab2f4e8bf802c5", "pullPolicy": "IfNotPresent", "repository": "kubernetes/autoscaler" }, "imagePullSecrets": [], "kubeTargetVersionOverride": "", "magnumCABundlePath": "/etc/kubernetes/ca-bundle.crt", "magnumClusterName": "", "nameOverride": "", "nodeSelector": {}, "podAnnotations": {}, "podDisruptionBudget": { "maxUnavailable": 1 }, "podLabels": {}, "priorityClassName": "system-cluster-critical", "priorityConfigMapAnnotations": {}, "prometheusRule": { "additionalLabels": {}, "enabled": false, "interval": "10s", "namespace": "monitoring", "rules": [] }, "rbac": { "clusterScoped": true, "create": true, "pspEnabled": false, "serviceAccount": { "annotations": {}, "automountServiceAccountToken": true, "create": true, "name": "" } }, "replicaCount": 1, "resources": {}, "securityContext": {}, "service": { "annotations": {}, "create": true, "externalIPs": [], "labels": {}, "loadBalancerIP": "", "loadBalancerSourceRanges": [], "portName": "http", "servicePort": 8085, "type": "ClusterIP" }, "serviceMonitor": { "annotations": {}, "enabled": false, "interval": "10s", "metricRelabelings": {}, "namespace": "monitoring", "path": "/metrics", "selector": { "release": "prometheus-operator" } }, "sourceRegistry": "public.ecr.aws", "tolerations": [], "topologySpreadConstraints": [], "updateStrategy": {} } ], "properties": { "additionalLabels": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The additionalLabels Schema", "type": "object" }, "affinity": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The affinity Schema", "type": "object" }, "autoDiscovery": { "default": {}, "examples": [ { "clusterName": "my-cluster-name", "labels": [], "roles": [ "worker" ], "tags": [ "k8s.io/cluster-autoscaler/enabled", "k8s.io/cluster-autoscaler/{{ .Values.autoDiscovery.clusterName }}" ] } ], "properties": { "clusterName": { "default": "", "examples": [ "my-cluster-name" ], "title": "The clusterName Schema", "type": "string" }, "labels": { "default": [], "examples": [ [] ], "items": {}, "title": "The labels Schema", "type": "array" }, "roles": { "default": [], "examples": [ [ "worker" ] ], "items": { "default": "", "examples": [ "worker" ], "title": "A Schema", "type": "string" }, "title": "The roles Schema", "type": "array" }, "tags": { "default": [ "k8s.io/cluster-autoscaler/enabled", "k8s.io/cluster-autoscaler/{{ .Values.autoDiscovery.clusterName }}" ], "examples": [ [ "k8s.io/cluster-autoscaler/enabled", "k8s.io/cluster-autoscaler/{{ .Values.autoDiscovery.clusterName }}" ] ], "items": { "examples": [ "k8s.io/cluster-autoscaler/enabled", "k8s.io/cluster-autoscaler/{{ .Values.autoDiscovery.clusterName }}" ], "title": "A Schema", "type": "string" }, "title": "The tags Schema", "type": "array" } }, "required": [], "title": "The autoDiscovery Schema", "type": "object" }, "autoscalingGroups": { "default": [], "examples": [ [] ], "items": {}, "title": "The autoscalingGroups Schema", "type": "array" }, "autoscalingGroupsnamePrefix": { "default": [], "examples": [ [] ], "items": {}, "title": "The autoscalingGroupsnamePrefix Schema", "type": "array" }, "awsAccessKeyID": { "default": "", "examples": [ "" ], "title": "The awsAccessKeyID Schema", "type": "string" }, "awsRegion": { "default": "", "examples": [ "us-east-1" ], "title": "The awsRegion Schema", "type": "string" }, "awsSecretAccessKey": { "default": "", "examples": [ "" ], "title": "The awsSecretAccessKey Schema", "type": "string" }, "azureClientID": { "default": "", "examples": [ "" ], "title": "The azureClientID Schema", "type": "string" }, "azureClientSecret": { "default": "", "examples": [ "" ], "title": "The azureClientSecret Schema", "type": "string" }, "azureClusterName": { "default": "", "examples": [ "" ], "title": "The azureClusterName Schema", "type": "string" }, "azureNodeResourceGroup": { "default": "", "examples": [ "" ], "title": "The azureNodeResourceGroup Schema", "type": "string" }, "azureResourceGroup": { "default": "", "examples": [ "" ], "title": "The azureResourceGroup Schema", "type": "string" }, "azureSubscriptionID": { "default": "", "examples": [ "" ], "title": "The azureSubscriptionID Schema", "type": "string" }, "azureTenantID": { "default": "", "examples": [ "" ], "title": "The azureTenantID Schema", "type": "string" }, "azureUseManagedIdentityExtension": { "default": false, "examples": [ false ], "title": "The azureUseManagedIdentityExtension Schema", "type": "boolean" }, "azureVMType": { "default": "", "examples": [ "AKS" ], "title": "The azureVMType Schema", "type": "string" }, "cloudConfigPath": { "default": "", "examples": [ "" ], "title": "The cloudConfigPath Schema", "type": "string" }, "cloudProvider": { "default": "", "examples": [ "clusterapi" ], "title": "The cloudProvider Schema", "type": "string" }, "clusterAPICloudConfigPath": { "default": "", "examples": [ "/etc/kubernetes/mgmt-kubeconfig" ], "title": "The clusterAPICloudConfigPath Schema", "type": "string" }, "clusterAPIConfigMapsNamespace": { "default": "", "examples": [ "" ], "title": "The clusterAPIConfigMapsNamespace Schema", "type": "string" }, "clusterAPIKubeconfigSecret": { "default": "", "examples": [ "" ], "title": "The clusterAPIKubeconfigSecret Schema", "type": "string" }, "clusterAPIMode": { "default": "", "examples": [ "incluster-incluster" ], "title": "The clusterAPIMode Schema", "type": "string" }, "clusterAPIWorkloadKubeconfigPath": { "default": "", "examples": [ "/etc/kubernetes/value" ], "title": "The clusterAPIWorkloadKubeconfigPath Schema", "type": "string" }, "containerSecurityContext": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The containerSecurityContext Schema", "type": "object" }, "deployment": { "default": {}, "examples": [ { "annotations": {} } ], "properties": { "annotations": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The annotations Schema", "type": "object" } }, "required": [ "annotations" ], "title": "The deployment Schema", "type": "object" }, "dnsPolicy": { "default": "", "examples": [ "ClusterFirst" ], "title": "The dnsPolicy Schema", "type": "string" }, "envFromConfigMap": { "default": "", "examples": [ "" ], "title": "The envFromConfigMap Schema", "type": "string" }, "envFromSecret": { "default": "", "examples": [ "" ], "title": "The envFromSecret Schema", "type": "string" }, "expanderPriorities": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The expanderPriorities Schema", "type": "object" }, "extraArgs": { "default": {}, "examples": [ { "logtostderr": true, "stderrthreshold": "info", "v": 4 } ], "properties": { "logtostderr": { "default": true, "examples": [ true ], "title": "The logtostderr Schema", "type": "boolean" }, "stderrthreshold": { "default": "info", "examples": [ "info" ], "title": "The stderrthreshold Schema", "type": "string" }, "v": { "default": 4, "examples": [ 4 ], "title": "The v Schema", "type": "integer" } }, "required": [], "title": "The extraArgs Schema", "type": "object" }, "extraEnv": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The extraEnv Schema", "type": "object" }, "extraEnvConfigMaps": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The extraEnvConfigMaps Schema", "type": "object" }, "extraEnvSecrets": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The extraEnvSecrets Schema", "type": "object" }, "extraVolumeMounts": { "default": [], "examples": [ [] ], "items": {}, "title": "The extraVolumeMounts Schema", "type": "array" }, "extraVolumeSecrets": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The extraVolumeSecrets Schema", "type": "object" }, "extraVolumes": { "default": [], "examples": [ [] ], "items": {}, "title": "The extraVolumes Schema", "type": "array" }, "fullnameOverride": { "default": "", "examples": [ "" ], "title": "The fullnameOverride Schema", "type": "string" }, "image": { "default": {}, "examples": [ { "digest": "sha256:7264e721263a683313271d874fe80984fdbeb5b60af5e0a6c9ab2f4e8bf802c5", "pullPolicy": "IfNotPresent", "repository": "kubernetes/autoscaler" } ], "properties": { "digest": { "default": "", "examples": [ "sha256:7264e721263a683313271d874fe80984fdbeb5b60af5e0a6c9ab2f4e8bf802c5" ], "title": "The digest Schema", "type": "string" }, "pullPolicy": { "default": "IfNotPresent", "examples": [ "IfNotPresent" ], "title": "The pullPolicy Schema", "type": "string" }, "repository": { "default": "kubernetes/autoscaler", "examples": [ "kubernetes/autoscaler" ], "title": "The repository Schema", "type": "string" } }, "required": [], "title": "The image Schema", "type": "object" }, "imagePullSecrets": { "default": [], "examples": [ [] ], "items": {}, "title": "The imagePullSecrets Schema", "type": "array" }, "kubeTargetVersionOverride": { "default": "", "examples": [ "" ], "title": "The kubeTargetVersionOverride Schema", "type": "string" }, "magnumCABundlePath": { "default": "", "examples": [ "/etc/kubernetes/ca-bundle.crt" ], "title": "The magnumCABundlePath Schema", "type": "string" }, "magnumClusterName": { "default": "", "examples": [ "" ], "title": "The magnumClusterName Schema", "type": "string" }, "nameOverride": { "default": "", "examples": [ "" ], "title": "The nameOverride Schema", "type": "string" }, "nodeSelector": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The nodeSelector Schema", "type": "object" }, "podAnnotations": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The podAnnotations Schema", "type": "object" }, "podDisruptionBudget": { "default": {}, "examples": [ { "maxUnavailable": 1 } ], "properties": { "maxUnavailable": { "default": 1, "examples": [ 1 ], "title": "The maxUnavailable Schema", "type": "integer" } }, "required": [ "maxUnavailable" ], "title": "The podDisruptionBudget Schema", "type": "object" }, "podLabels": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The podLabels Schema", "type": "object" }, "priorityClassName": { "default": "", "examples": [ "system-cluster-critical" ], "title": "The priorityClassName Schema", "type": "string" }, "priorityConfigMapAnnotations": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The priorityConfigMapAnnotations Schema", "type": "object" }, "prometheusRule": { "default": {}, "examples": [ { "additionalLabels": {}, "enabled": false, "interval": "10s", "namespace": "monitoring", "rules": [] } ], "properties": { "additionalLabels": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The additionalLabels Schema", "type": "object" }, "enabled": { "default": false, "examples": [ false ], "title": "The enabled Schema", "type": "boolean" }, "interval": { "default": "10s", "examples": [ "10s" ], "title": "The interval Schema", "type": "string" }, "namespace": { "default": "monitoring", "examples": [ "monitoring" ], "title": "The namespace Schema", "type": "string" }, "rules": { "default": [], "examples": [ [] ], "items": {}, "title": "The rules Schema", "type": "array" } }, "required": [], "title": "The prometheusRule Schema", "type": "object" }, "rbac": { "default": {}, "examples": [ { "clusterScoped": true, "create": true, "pspEnabled": false, "serviceAccount": { "annotations": {}, "automountServiceAccountToken": true, "create": true, "name": "" } } ], "properties": { "clusterScoped": { "default": true, "examples": [ true ], "title": "The clusterScoped Schema", "type": "boolean" }, "create": { "default": true, "examples": [ true ], "title": "The create Schema", "type": "boolean" }, "pspEnabled": { "default": false, "examples": [ false ], "title": "The pspEnabled Schema", "type": "boolean" }, "serviceAccount": { "default": {}, "examples": [ { "annotations": {}, "automountServiceAccountToken": true, "create": true, "name": "" } ], "properties": { "annotations": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The annotations Schema", "type": "object" }, "automountServiceAccountToken": { "default": true, "examples": [ true ], "title": "The automountServiceAccountToken Schema", "type": "boolean" }, "create": { "default": true, "examples": [ true ], "title": "The create Schema", "type": "boolean" }, "name": { "default": "", "examples": [ "" ], "title": "The name Schema", "type": "string" } }, "required": [], "title": "The serviceAccount Schema", "type": "object" } }, "required": [ "create" ], "title": "The rbac Schema", "type": "object" }, "replicaCount": { "default": 1, "examples": [ 1 ], "title": "The replicaCount Schema", "type": "integer" }, "resources": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The resources Schema", "type": "object" }, "securityContext": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The securityContext Schema", "type": "object" }, "service": { "default": {}, "examples": [ { "annotations": {}, "create": true, "externalIPs": [], "labels": {}, "loadBalancerIP": "", "loadBalancerSourceRanges": [], "portName": "http", "servicePort": 8085, "type": "ClusterIP" } ], "properties": { "annotations": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The annotations Schema", "type": "object" }, "create": { "default": true, "examples": [ true ], "title": "The create Schema", "type": "boolean" }, "externalIPs": { "default": [], "examples": [ [] ], "items": {}, "title": "The externalIPs Schema", "type": "array" }, "labels": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The labels Schema", "type": "object" }, "loadBalancerIP": { "default": "", "examples": [ "" ], "title": "The loadBalancerIP Schema", "type": "string" }, "loadBalancerSourceRanges": { "default": [], "examples": [ [] ], "items": {}, "title": "The loadBalancerSourceRanges Schema", "type": "array" }, "portName": { "default": "http", "examples": [ "http" ], "title": "The portName Schema", "type": "string" }, "servicePort": { "default": 8085, "examples": [ 8085 ], "title": "The servicePort Schema", "type": "integer" }, "type": { "default": "ClusterIP", "examples": [ "ClusterIP" ], "title": "The type Schema", "type": "string" } }, "required": [], "title": "The service Schema", "type": "object" }, "serviceMonitor": { "default": {}, "examples": [ { "annotations": {}, "enabled": false, "interval": "10s", "metricRelabelings": {}, "namespace": "monitoring", "path": "/metrics", "selector": { "release": "prometheus-operator" } } ], "properties": { "annotations": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The annotations Schema", "type": "object" }, "enabled": { "default": false, "examples": [ false ], "title": "The enabled Schema", "type": "boolean" }, "interval": { "default": "10s", "examples": [ "10s" ], "title": "The interval Schema", "type": "string" }, "metricRelabelings": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The metricRelabelings Schema", "type": "object" }, "namespace": { "default": "monitoring", "examples": [ "monitoring" ], "title": "The namespace Schema", "type": "string" }, "path": { "default": "/metrics", "examples": [ "/metrics" ], "title": "The path Schema", "type": "string" }, "selector": { "default": {}, "examples": [ { "release": "prometheus-operator" } ], "properties": { "release": { "default": "prometheus-operator", "examples": [ "prometheus-operator" ], "title": "The release Schema", "type": "string" } }, "required": [], "title": "The selector Schema", "type": "object" } }, "required": [], "title": "The serviceMonitor Schema", "type": "object" }, "sourceRegistry": { "description": "Override source registry of the helm chart.", "type": "string" }, "tolerations": { "default": [], "examples": [ [] ], "items": {}, "title": "The tolerations Schema", "type": "array" }, "topologySpreadConstraints": { "default": [], "examples": [ [] ], "items": {}, "title": "The topologySpreadConstraints Schema", "type": "array" }, "updateStrategy": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The updateStrategy Schema", "type": "object" } }, "title": "Root Schema", "type": "object" }
Apache-2.0
en
aws/aws-application-networking-k8s
0907f59f309162316b4dbb69db9279f777968a2e
2022-11-17T18:58:29
helm/values.schema.json
152
2024-05-28T20:11:17.964123Z
{ "$schema": "https://json-schema.org/draft-07/schema#", "properties": { "deployment": { "description": "Deployment settings", "properties": { "affinity": { "type": "object" }, "annotations": { "type": "object" }, "containerPort": { "maximum": 65535, "minimum": 1, "type": "integer" }, "labels": { "type": "object" }, "nodeSelector": { "type": "object" }, "priorityClassName": { "type": "string" }, "tolerations": { "type": "array" } }, "required": [ "containerPort" ], "type": "object" }, "fullNameOverride": { "type": "string" }, "image": { "description": "Container Image", "properties": { "pullPolicy": { "enum": [ "IfNotPresent", "Always", "Never" ], "type": "string" }, "pullSecrets": { "type": "array" }, "repository": { "minLength": 1, "type": "string" }, "tag": { "minLength": 1, "type": "string" } }, "required": [ "repository", "tag", "pullPolicy" ], "type": "object" }, "installScope": { "enum": [ "cluster", "namespace" ], "type": "string" }, "log": { "description": "Logging settings", "properties": { "level": { "type": "string" } }, "type": "object" }, "metrics": { "description": "Metrics settings", "properties": { "service": { "description": "Kubernetes service settings", "properties": { "create": { "type": "boolean" }, "type": { "enum": [ "ClusterIP", "NodePort", "LoadBalancer", "ExternalName" ], "type": "string" } }, "required": [ "create", "type" ], "type": "object" } }, "required": [ "service" ], "type": "object" }, "nameOverride": { "type": "string" }, "resources": { "description": "Kubernetes resources settings", "properties": { "limits": { "description": "Kubernetes resource limits", "properties": { "cpu": { "oneOf": [ { "type": "number" }, { "type": "string" } ] }, "memory": { "oneOf": [ { "type": "number" }, { "type": "string" } ] } }, "required": [ "memory", "cpu" ], "type": "object" }, "requests": { "description": "Kubernetes resource requests", "properties": { "cpu": { "oneOf": [ { "type": "number" }, { "type": "string" } ] }, "memory": { "oneOf": [ { "type": "number" }, { "type": "string" } ] } }, "required": [ "memory", "cpu" ], "type": "object" } }, "required": [ "requests", "limits" ], "type": "object" }, "role": { "description": "Role settings", "properties": { "labels": { "type": "object" } } }, "serviceAccount": { "description": "ServiceAccount settings", "properties": { "annotations": { "type": "object" }, "create": { "type": "boolean" }, "name": { "type": "string" } }, "type": "object" } }, "required": [ "image", "deployment", "metrics", "resources", "log", "installScope", "serviceAccount" ], "title": "Values", "type": "object" }
Apache-2.0
en
solo-io/skv2
4893ca73bbf693b890afb44e73a979dea1f603e8
2024-02-05T16:26:54
codegen/test/chart/values.schema.json
19
2024-05-28T05:10:27.681258Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "customField1": { "type": "string" }, "painter": { "properties": { "customField2_renamed": { "type": "number" }, "deploymentOverrides": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "minReadySeconds": { "type": "integer" }, "paused": { "type": "boolean" }, "progressDeadlineSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "replicas": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "revisionHistoryLimit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "selector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "strategy": { "properties": { "rollingUpdate": { "anyOf": [ { "properties": { "maxSurge": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "maxUnavailable": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "template": { "properties": { "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "activeDeadlineSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "affinity": { "anyOf": [ { "properties": { "nodeAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "preference": { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchFields": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "properties": { "nodeSelectorTerms": { "anyOf": [ { "items": { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchFields": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "podAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "podAffinityTerm": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "podAntiAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "podAffinityTerm": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "automountServiceAccountToken": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "containers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "anyOf": [ { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "livenessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resizePolicy": { "anyOf": [ { "items": { "properties": { "resourceName": { "type": "string" }, "restartPolicy": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "restartPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "dnsConfig": { "anyOf": [ { "properties": { "nameservers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "options": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "searches": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "dnsPolicy": { "type": "string" }, "enableServiceLinks": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "ephemeralContainers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "livenessProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "resizePolicy": { "anyOf": [ { "items": { "properties": { "resourceName": { "type": "string" }, "restartPolicy": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "restartPolicy": { "type": "string" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "targetContainerName": { "type": "string" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "hostAliases": { "anyOf": [ { "items": { "properties": { "hostnames": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ip": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "hostIPC": { "type": "boolean" }, "hostNetwork": { "type": "boolean" }, "hostPID": { "type": "boolean" }, "hostUsers": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "hostname": { "type": "string" }, "imagePullSecrets": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "initContainers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "anyOf": [ { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "livenessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resizePolicy": { "anyOf": [ { "items": { "properties": { "resourceName": { "type": "string" }, "restartPolicy": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "restartPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "nodeName": { "type": "string" }, "nodeSelector": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "os": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "overhead": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "preemptionPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "priority": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "priorityClassName": { "type": "string" }, "readinessGates": { "anyOf": [ { "items": { "properties": { "conditionType": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceClaims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "source": { "properties": { "resourceClaimName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "resourceClaimTemplateName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "restartPolicy": { "type": "string" }, "runtimeClassName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "schedulerName": { "type": "string" }, "schedulingGates": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "securityContext": { "anyOf": [ { "properties": { "fsGroup": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "fsGroupChangePolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "runAsGroup": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "runAsNonRoot": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUser": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "seLinuxOptions": { "anyOf": [ { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "seccompProfile": { "anyOf": [ { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "supplementalGroups": { "anyOf": [ { "items": { "type": "integer" }, "type": "array" }, { "type": "null" } ] }, "sysctls": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "windowsOptions": { "anyOf": [ { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "serviceAccount": { "type": "string" }, "serviceAccountName": { "type": "string" }, "setHostnameAsFQDN": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "shareProcessNamespace": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "subdomain": { "type": "string" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "tolerations": { "anyOf": [ { "items": { "properties": { "effect": { "type": "string" }, "key": { "type": "string" }, "operator": { "type": "string" }, "tolerationSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "topologySpreadConstraints": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "matchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "maxSkew": { "type": "integer" }, "minDomains": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "nodeAffinityPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "nodeTaintsPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "topologyKey": { "type": "string" }, "whenUnsatisfiable": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumes": { "anyOf": [ { "items": { "properties": { "awsElasticBlockStore": { "properties": { "fsType": { "type": "string" }, "partition": { "type": "integer" }, "readOnly": { "type": "boolean" }, "volumeID": { "type": "string" } }, "type": "object" }, "azureDisk": { "properties": { "cachingMode": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "diskName": { "type": "string" }, "diskURI": { "type": "string" }, "fsType": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "readOnly": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, "azureFile": { "properties": { "readOnly": { "type": "boolean" }, "secretName": { "type": "string" }, "shareName": { "type": "string" } }, "type": "object" }, "cephfs": { "properties": { "monitors": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretFile": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "user": { "type": "string" } }, "type": "object" }, "cinder": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "volumeID": { "type": "string" } }, "type": "object" }, "configMap": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, "csi": { "properties": { "driver": { "type": "string" }, "fsType": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "nodePublishSecretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "readOnly": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "volumeAttributes": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "downwardAPI": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "emptyDir": { "properties": { "medium": { "type": "string" }, "sizeLimit": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "ephemeral": { "properties": { "volumeClaimTemplate": { "anyOf": [ { "properties": { "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "accessModes": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "dataSource": { "anyOf": [ { "properties": { "apiGroup": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "dataSourceRef": { "anyOf": [ { "properties": { "apiGroup": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "namespace": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "selector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "storageClassName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "volumeMode": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "volumeName": { "type": "string" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "fc": { "properties": { "fsType": { "type": "string" }, "lun": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "targetWWNs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "wwids": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "flexVolume": { "properties": { "driver": { "type": "string" }, "fsType": { "type": "string" }, "options": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "flocker": { "properties": { "datasetName": { "type": "string" }, "datasetUUID": { "type": "string" } }, "type": "object" }, "gcePersistentDisk": { "properties": { "fsType": { "type": "string" }, "partition": { "type": "integer" }, "pdName": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "gitRepo": { "properties": { "directory": { "type": "string" }, "repository": { "type": "string" }, "revision": { "type": "string" } }, "type": "object" }, "glusterfs": { "properties": { "endpoints": { "type": "string" }, "path": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "hostPath": { "properties": { "path": { "type": "string" }, "type": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "iscsi": { "properties": { "chapAuthDiscovery": { "type": "boolean" }, "chapAuthSession": { "type": "boolean" }, "fsType": { "type": "string" }, "initiatorName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "iqn": { "type": "string" }, "iscsiInterface": { "type": "string" }, "lun": { "type": "integer" }, "portals": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "targetPortal": { "type": "string" } }, "type": "object" }, "name": { "type": "string" }, "nfs": { "properties": { "path": { "type": "string" }, "readOnly": { "type": "boolean" }, "server": { "type": "string" } }, "type": "object" }, "persistentVolumeClaim": { "properties": { "claimName": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "photonPersistentDisk": { "properties": { "fsType": { "type": "string" }, "pdID": { "type": "string" } }, "type": "object" }, "portworxVolume": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "volumeID": { "type": "string" } }, "type": "object" }, "projected": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "sources": { "anyOf": [ { "items": { "properties": { "configMap": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "downwardAPI": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "secret": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "serviceAccountToken": { "anyOf": [ { "properties": { "audience": { "type": "string" }, "expirationSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "quobyte": { "properties": { "group": { "type": "string" }, "readOnly": { "type": "boolean" }, "registry": { "type": "string" }, "tenant": { "type": "string" }, "user": { "type": "string" }, "volume": { "type": "string" } }, "type": "object" }, "rbd": { "properties": { "fsType": { "type": "string" }, "image": { "type": "string" }, "keyring": { "type": "string" }, "monitors": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "pool": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "user": { "type": "string" } }, "type": "object" }, "scaleIO": { "properties": { "fsType": { "type": "string" }, "gateway": { "type": "string" }, "protectionDomain": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sslEnabled": { "type": "boolean" }, "storageMode": { "type": "string" }, "storagePool": { "type": "string" }, "system": { "type": "string" }, "volumeName": { "type": "string" } }, "type": "object" }, "secret": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "secretName": { "type": "string" } }, "type": "object" }, "storageos": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "volumeName": { "type": "string" }, "volumeNamespace": { "type": "string" } }, "type": "object" }, "vsphereVolume": { "properties": { "fsType": { "type": "string" }, "storagePolicyID": { "type": "string" }, "storagePolicyName": { "type": "string" }, "volumePath": { "type": "string" } }, "type": "object" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" } }, "type": "object" }, "status": { "properties": { "availableReplicas": { "type": "integer" }, "collisionCount": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "conditions": { "anyOf": [ { "items": { "properties": { "lastTransitionTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "lastUpdateTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "message": { "type": "string" }, "reason": { "type": "string" }, "status": { "type": "string" }, "type": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "observedGeneration": { "type": "integer" }, "readyReplicas": { "type": "integer" }, "replicas": { "type": "integer" }, "unavailableReplicas": { "type": "integer" }, "updatedReplicas": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "extraEnvs": { "properties": {}, "type": "object" }, "floatingUserId": { "type": "boolean" }, "image": { "properties": { "pullPolicy": { "type": "string" }, "pullSecret": { "type": "string" }, "registry": { "type": "string" }, "repository": { "type": "string" }, "tag": { "type": "string" } }, "type": "object" }, "ports": { "anyOf": [ { "patternProperties": { ".*": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "runAsUser": { "type": "integer" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "serviceOverrides": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "allocateLoadBalancerNodePorts": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "clusterIP": { "type": "string" }, "clusterIPs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "externalIPs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "externalName": { "type": "string" }, "externalTrafficPolicy": { "type": "string" }, "healthCheckNodePort": { "type": "integer" }, "internalTrafficPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "ipFamilies": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ipFamilyPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "loadBalancerClass": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "loadBalancerIP": { "type": "string" }, "loadBalancerSourceRanges": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ports": { "anyOf": [ { "items": { "properties": { "appProtocol": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "nodePort": { "type": "integer" }, "port": { "type": "integer" }, "protocol": { "type": "string" }, "targetPort": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "publishNotReadyAddresses": { "type": "boolean" }, "selector": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sessionAffinity": { "type": "string" }, "sessionAffinityConfig": { "anyOf": [ { "properties": { "clientIP": { "anyOf": [ { "properties": { "timeoutSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "status": { "properties": { "conditions": { "anyOf": [ { "items": { "properties": { "lastTransitionTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "message": { "type": "string" }, "observedGeneration": { "type": "integer" }, "reason": { "type": "string" }, "status": { "type": "string" }, "type": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "loadBalancer": { "properties": { "ingress": { "anyOf": [ { "items": { "properties": { "hostname": { "type": "string" }, "ip": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "error": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "port": { "type": "integer" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] }, "serviceType": { "type": "string" }, "sidecars": { "anyOf": [ { "patternProperties": { ".*": { "properties": { "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "extraEnvs": { "properties": {}, "type": "object" }, "image": { "properties": { "pullPolicy": { "type": "string" }, "pullSecret": { "type": "string" }, "registry": { "type": "string" }, "repository": { "type": "string" }, "tag": { "type": "string" } }, "type": "object" }, "resources": { "anyOf": [ { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" } } }
Apache-2.0
en
solo-io/skv2
ff4b71e3a12f190a98336d5188655946e4d78053
2023-04-21T19:33:38
codegen/test/chart-no-desc/values.schema.json
19
2024-05-28T05:10:27.681258Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "painter": { "properties": { "deploymentOverrides": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "minReadySeconds": { "type": "integer" }, "paused": { "type": "boolean" }, "progressDeadlineSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "replicas": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "revisionHistoryLimit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "selector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "strategy": { "properties": { "rollingUpdate": { "anyOf": [ { "properties": { "maxSurge": { "anyOf": [ { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "maxUnavailable": { "anyOf": [ { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "template": { "properties": { "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "activeDeadlineSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "affinity": { "anyOf": [ { "properties": { "nodeAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "preference": { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchFields": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "properties": { "nodeSelectorTerms": { "anyOf": [ { "items": { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchFields": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "podAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "podAffinityTerm": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "podAntiAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "podAffinityTerm": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "automountServiceAccountToken": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "containers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "anyOf": [ { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "livenessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "dnsConfig": { "anyOf": [ { "properties": { "nameservers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "options": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "searches": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "dnsPolicy": { "type": "string" }, "enableServiceLinks": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "ephemeralContainers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "livenessProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "targetContainerName": { "type": "string" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "hostAliases": { "anyOf": [ { "items": { "properties": { "hostnames": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ip": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "hostIPC": { "type": "boolean" }, "hostNetwork": { "type": "boolean" }, "hostPID": { "type": "boolean" }, "hostUsers": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "hostname": { "type": "string" }, "imagePullSecrets": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "initContainers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "anyOf": [ { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "livenessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "nodeName": { "type": "string" }, "nodeSelector": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "os": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "overhead": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "preemptionPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "priority": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "priorityClassName": { "type": "string" }, "readinessGates": { "anyOf": [ { "items": { "properties": { "conditionType": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceClaims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "source": { "properties": { "resourceClaimName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "resourceClaimTemplateName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "restartPolicy": { "type": "string" }, "runtimeClassName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "schedulerName": { "type": "string" }, "schedulingGates": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "securityContext": { "anyOf": [ { "properties": { "fsGroup": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "fsGroupChangePolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "runAsGroup": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "runAsNonRoot": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUser": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "seLinuxOptions": { "anyOf": [ { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "seccompProfile": { "anyOf": [ { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "supplementalGroups": { "anyOf": [ { "items": { "type": "integer" }, "type": "array" }, { "type": "null" } ] }, "sysctls": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "windowsOptions": { "anyOf": [ { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "serviceAccount": { "type": "string" }, "serviceAccountName": { "type": "string" }, "setHostnameAsFQDN": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "shareProcessNamespace": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "subdomain": { "type": "string" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "tolerations": { "anyOf": [ { "items": { "properties": { "effect": { "type": "string" }, "key": { "type": "string" }, "operator": { "type": "string" }, "tolerationSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "topologySpreadConstraints": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "matchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "maxSkew": { "type": "integer" }, "minDomains": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "nodeAffinityPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "nodeTaintsPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "topologyKey": { "type": "string" }, "whenUnsatisfiable": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumes": { "anyOf": [ { "items": { "properties": { "awsElasticBlockStore": { "properties": { "fsType": { "type": "string" }, "partition": { "type": "integer" }, "readOnly": { "type": "boolean" }, "volumeID": { "type": "string" } }, "type": "object" }, "azureDisk": { "properties": { "cachingMode": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "diskName": { "type": "string" }, "diskURI": { "type": "string" }, "fsType": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "readOnly": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, "azureFile": { "properties": { "readOnly": { "type": "boolean" }, "secretName": { "type": "string" }, "shareName": { "type": "string" } }, "type": "object" }, "cephfs": { "properties": { "monitors": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretFile": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "user": { "type": "string" } }, "type": "object" }, "cinder": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "volumeID": { "type": "string" } }, "type": "object" }, "configMap": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, "csi": { "properties": { "driver": { "type": "string" }, "fsType": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "nodePublishSecretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "readOnly": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "volumeAttributes": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "downwardAPI": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "emptyDir": { "properties": { "medium": { "type": "string" }, "sizeLimit": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "ephemeral": { "properties": { "volumeClaimTemplate": { "anyOf": [ { "properties": { "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "accessModes": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "dataSource": { "anyOf": [ { "properties": { "apiGroup": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "dataSourceRef": { "anyOf": [ { "properties": { "apiGroup": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "namespace": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "selector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "storageClassName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "volumeMode": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "volumeName": { "type": "string" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "fc": { "properties": { "fsType": { "type": "string" }, "lun": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "targetWWNs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "wwids": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "flexVolume": { "properties": { "driver": { "type": "string" }, "fsType": { "type": "string" }, "options": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "flocker": { "properties": { "datasetName": { "type": "string" }, "datasetUUID": { "type": "string" } }, "type": "object" }, "gcePersistentDisk": { "properties": { "fsType": { "type": "string" }, "partition": { "type": "integer" }, "pdName": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "gitRepo": { "properties": { "directory": { "type": "string" }, "repository": { "type": "string" }, "revision": { "type": "string" } }, "type": "object" }, "glusterfs": { "properties": { "endpoints": { "type": "string" }, "path": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "hostPath": { "properties": { "path": { "type": "string" }, "type": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "iscsi": { "properties": { "chapAuthDiscovery": { "type": "boolean" }, "chapAuthSession": { "type": "boolean" }, "fsType": { "type": "string" }, "initiatorName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "iqn": { "type": "string" }, "iscsiInterface": { "type": "string" }, "lun": { "type": "integer" }, "portals": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "targetPortal": { "type": "string" } }, "type": "object" }, "name": { "type": "string" }, "nfs": { "properties": { "path": { "type": "string" }, "readOnly": { "type": "boolean" }, "server": { "type": "string" } }, "type": "object" }, "persistentVolumeClaim": { "properties": { "claimName": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "photonPersistentDisk": { "properties": { "fsType": { "type": "string" }, "pdID": { "type": "string" } }, "type": "object" }, "portworxVolume": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "volumeID": { "type": "string" } }, "type": "object" }, "projected": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "sources": { "anyOf": [ { "items": { "properties": { "configMap": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "downwardAPI": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "secret": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "serviceAccountToken": { "anyOf": [ { "properties": { "audience": { "type": "string" }, "expirationSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "quobyte": { "properties": { "group": { "type": "string" }, "readOnly": { "type": "boolean" }, "registry": { "type": "string" }, "tenant": { "type": "string" }, "user": { "type": "string" }, "volume": { "type": "string" } }, "type": "object" }, "rbd": { "properties": { "fsType": { "type": "string" }, "image": { "type": "string" }, "keyring": { "type": "string" }, "monitors": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "pool": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "user": { "type": "string" } }, "type": "object" }, "scaleIO": { "properties": { "fsType": { "type": "string" }, "gateway": { "type": "string" }, "protectionDomain": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sslEnabled": { "type": "boolean" }, "storageMode": { "type": "string" }, "storagePool": { "type": "string" }, "system": { "type": "string" }, "volumeName": { "type": "string" } }, "type": "object" }, "secret": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "secretName": { "type": "string" } }, "type": "object" }, "storageos": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "volumeName": { "type": "string" }, "volumeNamespace": { "type": "string" } }, "type": "object" }, "vsphereVolume": { "properties": { "fsType": { "type": "string" }, "storagePolicyID": { "type": "string" }, "storagePolicyName": { "type": "string" }, "volumePath": { "type": "string" } }, "type": "object" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" } }, "type": "object" }, "status": { "properties": { "availableReplicas": { "type": "integer" }, "collisionCount": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "conditions": { "anyOf": [ { "items": { "properties": { "lastTransitionTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "lastUpdateTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "message": { "type": "string" }, "reason": { "type": "string" }, "status": { "type": "string" }, "type": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "observedGeneration": { "type": "integer" }, "readyReplicas": { "type": "integer" }, "replicas": { "type": "integer" }, "unavailableReplicas": { "type": "integer" }, "updatedReplicas": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] }, "enabled": { "type": "boolean" }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "floatingUserId": { "type": "boolean" }, "image": { "properties": { "pullPolicy": { "type": "string" }, "pullSecret": { "type": "string" }, "registry": { "type": "string" }, "repository": { "type": "string" }, "tag": { "type": "string" } }, "type": "object" }, "ports": { "anyOf": [ { "patternProperties": { ".*": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "runAsUser": { "type": "integer" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "serviceOverrides": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "allocateLoadBalancerNodePorts": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "clusterIP": { "type": "string" }, "clusterIPs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "externalIPs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "externalName": { "type": "string" }, "externalTrafficPolicy": { "type": "string" }, "healthCheckNodePort": { "type": "integer" }, "internalTrafficPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "ipFamilies": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ipFamilyPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "loadBalancerClass": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "loadBalancerIP": { "type": "string" }, "loadBalancerSourceRanges": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ports": { "anyOf": [ { "items": { "properties": { "appProtocol": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "nodePort": { "type": "integer" }, "port": { "type": "integer" }, "protocol": { "type": "string" }, "targetPort": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "publishNotReadyAddresses": { "type": "boolean" }, "selector": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sessionAffinity": { "type": "string" }, "sessionAffinityConfig": { "anyOf": [ { "properties": { "clientIP": { "anyOf": [ { "properties": { "timeoutSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "status": { "properties": { "conditions": { "anyOf": [ { "items": { "properties": { "lastTransitionTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "message": { "type": "string" }, "observedGeneration": { "type": "integer" }, "reason": { "type": "string" }, "status": { "type": "string" }, "type": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "loadBalancer": { "properties": { "ingress": { "anyOf": [ { "items": { "properties": { "hostname": { "type": "string" }, "ip": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "error": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "port": { "type": "integer" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] }, "serviceType": { "type": "string" }, "sidecars": { "anyOf": [ { "patternProperties": { ".*": { "properties": { "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "properties": { "pullPolicy": { "type": "string" }, "pullSecret": { "type": "string" }, "registry": { "type": "string" }, "repository": { "type": "string" }, "tag": { "type": "string" } }, "type": "object" }, "resources": { "anyOf": [ { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" } } }
Apache-2.0
en
solo-io/skv2
defab310ddbe278a0e956d3ffa0b9a60b2951037
2023-02-20T15:11:16
codegen/test/chart/values.schema.json
19
2024-05-28T05:10:27.681258Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "painter": { "properties": { "deploymentOverrides": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "minReadySeconds": { "type": "integer" }, "paused": { "type": "boolean" }, "progressDeadlineSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "replicas": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "revisionHistoryLimit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "selector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "strategy": { "properties": { "rollingUpdate": { "anyOf": [ { "properties": { "maxSurge": { "anyOf": [ { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "maxUnavailable": { "anyOf": [ { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "template": { "properties": { "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "activeDeadlineSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "affinity": { "anyOf": [ { "properties": { "nodeAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "preference": { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchFields": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "properties": { "nodeSelectorTerms": { "anyOf": [ { "items": { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchFields": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "podAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "podAffinityTerm": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "podAntiAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "podAffinityTerm": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "automountServiceAccountToken": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "containers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "anyOf": [ { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "livenessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "dnsConfig": { "anyOf": [ { "properties": { "nameservers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "options": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "searches": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "dnsPolicy": { "type": "string" }, "enableServiceLinks": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "ephemeralContainers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "livenessProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "resources": { "properties": { "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "targetContainerName": { "type": "string" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "hostAliases": { "anyOf": [ { "items": { "properties": { "hostnames": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ip": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "hostIPC": { "type": "boolean" }, "hostNetwork": { "type": "boolean" }, "hostPID": { "type": "boolean" }, "hostUsers": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "hostname": { "type": "string" }, "imagePullSecrets": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "initContainers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "anyOf": [ { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "livenessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "nodeName": { "type": "string" }, "nodeSelector": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "os": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "overhead": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "preemptionPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "priority": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "priorityClassName": { "type": "string" }, "readinessGates": { "anyOf": [ { "items": { "properties": { "conditionType": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "restartPolicy": { "type": "string" }, "runtimeClassName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "schedulerName": { "type": "string" }, "securityContext": { "anyOf": [ { "properties": { "fsGroup": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "fsGroupChangePolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "runAsGroup": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "runAsNonRoot": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUser": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "seLinuxOptions": { "anyOf": [ { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "seccompProfile": { "anyOf": [ { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "supplementalGroups": { "anyOf": [ { "items": { "type": "integer" }, "type": "array" }, { "type": "null" } ] }, "sysctls": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "windowsOptions": { "anyOf": [ { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "serviceAccount": { "type": "string" }, "serviceAccountName": { "type": "string" }, "setHostnameAsFQDN": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "shareProcessNamespace": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "subdomain": { "type": "string" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "tolerations": { "anyOf": [ { "items": { "properties": { "effect": { "type": "string" }, "key": { "type": "string" }, "operator": { "type": "string" }, "tolerationSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "topologySpreadConstraints": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "matchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "maxSkew": { "type": "integer" }, "minDomains": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "nodeAffinityPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "nodeTaintsPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "topologyKey": { "type": "string" }, "whenUnsatisfiable": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumes": { "anyOf": [ { "items": { "properties": { "awsElasticBlockStore": { "properties": { "fsType": { "type": "string" }, "partition": { "type": "integer" }, "readOnly": { "type": "boolean" }, "volumeID": { "type": "string" } }, "type": "object" }, "azureDisk": { "properties": { "cachingMode": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "diskName": { "type": "string" }, "diskURI": { "type": "string" }, "fsType": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "readOnly": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, "azureFile": { "properties": { "readOnly": { "type": "boolean" }, "secretName": { "type": "string" }, "shareName": { "type": "string" } }, "type": "object" }, "cephfs": { "properties": { "monitors": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretFile": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "user": { "type": "string" } }, "type": "object" }, "cinder": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "volumeID": { "type": "string" } }, "type": "object" }, "configMap": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, "csi": { "properties": { "driver": { "type": "string" }, "fsType": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "nodePublishSecretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "readOnly": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "volumeAttributes": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "downwardAPI": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "emptyDir": { "properties": { "medium": { "type": "string" }, "sizeLimit": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "ephemeral": { "properties": { "volumeClaimTemplate": { "anyOf": [ { "properties": { "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "accessModes": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "dataSource": { "anyOf": [ { "properties": { "apiGroup": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "dataSourceRef": { "anyOf": [ { "properties": { "apiGroup": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "selector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "storageClassName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "volumeMode": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "volumeName": { "type": "string" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "fc": { "properties": { "fsType": { "type": "string" }, "lun": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "targetWWNs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "wwids": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "flexVolume": { "properties": { "driver": { "type": "string" }, "fsType": { "type": "string" }, "options": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "flocker": { "properties": { "datasetName": { "type": "string" }, "datasetUUID": { "type": "string" } }, "type": "object" }, "gcePersistentDisk": { "properties": { "fsType": { "type": "string" }, "partition": { "type": "integer" }, "pdName": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "gitRepo": { "properties": { "directory": { "type": "string" }, "repository": { "type": "string" }, "revision": { "type": "string" } }, "type": "object" }, "glusterfs": { "properties": { "endpoints": { "type": "string" }, "path": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "hostPath": { "properties": { "path": { "type": "string" }, "type": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "iscsi": { "properties": { "chapAuthDiscovery": { "type": "boolean" }, "chapAuthSession": { "type": "boolean" }, "fsType": { "type": "string" }, "initiatorName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "iqn": { "type": "string" }, "iscsiInterface": { "type": "string" }, "lun": { "type": "integer" }, "portals": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "targetPortal": { "type": "string" } }, "type": "object" }, "name": { "type": "string" }, "nfs": { "properties": { "path": { "type": "string" }, "readOnly": { "type": "boolean" }, "server": { "type": "string" } }, "type": "object" }, "persistentVolumeClaim": { "properties": { "claimName": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "photonPersistentDisk": { "properties": { "fsType": { "type": "string" }, "pdID": { "type": "string" } }, "type": "object" }, "portworxVolume": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "volumeID": { "type": "string" } }, "type": "object" }, "projected": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "sources": { "anyOf": [ { "items": { "properties": { "configMap": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "downwardAPI": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "secret": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "serviceAccountToken": { "anyOf": [ { "properties": { "audience": { "type": "string" }, "expirationSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "quobyte": { "properties": { "group": { "type": "string" }, "readOnly": { "type": "boolean" }, "registry": { "type": "string" }, "tenant": { "type": "string" }, "user": { "type": "string" }, "volume": { "type": "string" } }, "type": "object" }, "rbd": { "properties": { "fsType": { "type": "string" }, "image": { "type": "string" }, "keyring": { "type": "string" }, "monitors": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "pool": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "user": { "type": "string" } }, "type": "object" }, "scaleIO": { "properties": { "fsType": { "type": "string" }, "gateway": { "type": "string" }, "protectionDomain": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sslEnabled": { "type": "boolean" }, "storageMode": { "type": "string" }, "storagePool": { "type": "string" }, "system": { "type": "string" }, "volumeName": { "type": "string" } }, "type": "object" }, "secret": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "secretName": { "type": "string" } }, "type": "object" }, "storageos": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "volumeName": { "type": "string" }, "volumeNamespace": { "type": "string" } }, "type": "object" }, "vsphereVolume": { "properties": { "fsType": { "type": "string" }, "storagePolicyID": { "type": "string" }, "storagePolicyName": { "type": "string" }, "volumePath": { "type": "string" } }, "type": "object" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" } }, "type": "object" }, "status": { "properties": { "availableReplicas": { "type": "integer" }, "collisionCount": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "conditions": { "anyOf": [ { "items": { "properties": { "lastTransitionTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "lastUpdateTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "message": { "type": "string" }, "reason": { "type": "string" }, "status": { "type": "string" }, "type": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "observedGeneration": { "type": "integer" }, "readyReplicas": { "type": "integer" }, "replicas": { "type": "integer" }, "unavailableReplicas": { "type": "integer" }, "updatedReplicas": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] }, "enabled": { "type": "boolean" }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "floatingUserId": { "type": "boolean" }, "image": { "properties": { "pullPolicy": { "type": "string" }, "pullSecret": { "type": "string" }, "registry": { "type": "string" }, "repository": { "type": "string" }, "tag": { "type": "string" } }, "type": "object" }, "ports": { "anyOf": [ { "patternProperties": { ".*": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "runAsUser": { "type": "integer" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "serviceOverrides": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "allocateLoadBalancerNodePorts": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "clusterIP": { "type": "string" }, "clusterIPs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "externalIPs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "externalName": { "type": "string" }, "externalTrafficPolicy": { "type": "string" }, "healthCheckNodePort": { "type": "integer" }, "internalTrafficPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "ipFamilies": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ipFamilyPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "loadBalancerClass": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "loadBalancerIP": { "type": "string" }, "loadBalancerSourceRanges": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ports": { "anyOf": [ { "items": { "properties": { "appProtocol": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "nodePort": { "type": "integer" }, "port": { "type": "integer" }, "protocol": { "type": "string" }, "targetPort": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "publishNotReadyAddresses": { "type": "boolean" }, "selector": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sessionAffinity": { "type": "string" }, "sessionAffinityConfig": { "anyOf": [ { "properties": { "clientIP": { "anyOf": [ { "properties": { "timeoutSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "status": { "properties": { "conditions": { "anyOf": [ { "items": { "properties": { "lastTransitionTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "message": { "type": "string" }, "observedGeneration": { "type": "integer" }, "reason": { "type": "string" }, "status": { "type": "string" }, "type": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "loadBalancer": { "properties": { "ingress": { "anyOf": [ { "items": { "properties": { "hostname": { "type": "string" }, "ip": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "error": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "port": { "type": "integer" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] }, "serviceType": { "type": "string" }, "sidecars": { "anyOf": [ { "patternProperties": { ".*": { "properties": { "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "properties": { "pullPolicy": { "type": "string" }, "pullSecret": { "type": "string" }, "registry": { "type": "string" }, "repository": { "type": "string" }, "tag": { "type": "string" } }, "type": "object" }, "resources": { "anyOf": [ { "properties": { "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" } } }
Apache-2.0
en
solo-io/skv2
cb41245e3e0700776367373ba8fcf3c28949d6ef
2023-06-02T15:23:51
codegen/test/chart/values.schema.json
19
2024-05-28T05:10:27.681258Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "customField1": { "type": "string" }, "painter": { "properties": { "customField2_renamed": { "type": "number" }, "deploymentOverrides": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "minReadySeconds": { "type": "integer" }, "paused": { "type": "boolean" }, "progressDeadlineSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "replicas": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "revisionHistoryLimit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "selector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "strategy": { "properties": { "rollingUpdate": { "anyOf": [ { "properties": { "maxSurge": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "maxUnavailable": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "template": { "properties": { "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "activeDeadlineSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "affinity": { "anyOf": [ { "properties": { "nodeAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "preference": { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchFields": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "properties": { "nodeSelectorTerms": { "anyOf": [ { "items": { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchFields": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "podAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "podAffinityTerm": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "podAntiAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "podAffinityTerm": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "automountServiceAccountToken": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "containers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "anyOf": [ { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "livenessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "dnsConfig": { "anyOf": [ { "properties": { "nameservers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "options": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "searches": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "dnsPolicy": { "type": "string" }, "enableServiceLinks": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "ephemeralContainers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "livenessProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "targetContainerName": { "type": "string" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "hostAliases": { "anyOf": [ { "items": { "properties": { "hostnames": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ip": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "hostIPC": { "type": "boolean" }, "hostNetwork": { "type": "boolean" }, "hostPID": { "type": "boolean" }, "hostUsers": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "hostname": { "type": "string" }, "imagePullSecrets": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "initContainers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "anyOf": [ { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "livenessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "nodeName": { "type": "string" }, "nodeSelector": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "os": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "overhead": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "preemptionPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "priority": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "priorityClassName": { "type": "string" }, "readinessGates": { "anyOf": [ { "items": { "properties": { "conditionType": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceClaims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "source": { "properties": { "resourceClaimName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "resourceClaimTemplateName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "restartPolicy": { "type": "string" }, "runtimeClassName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "schedulerName": { "type": "string" }, "schedulingGates": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "securityContext": { "anyOf": [ { "properties": { "fsGroup": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "fsGroupChangePolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "runAsGroup": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "runAsNonRoot": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUser": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "seLinuxOptions": { "anyOf": [ { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "seccompProfile": { "anyOf": [ { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "supplementalGroups": { "anyOf": [ { "items": { "type": "integer" }, "type": "array" }, { "type": "null" } ] }, "sysctls": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "windowsOptions": { "anyOf": [ { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "serviceAccount": { "type": "string" }, "serviceAccountName": { "type": "string" }, "setHostnameAsFQDN": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "shareProcessNamespace": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "subdomain": { "type": "string" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "tolerations": { "anyOf": [ { "items": { "properties": { "effect": { "type": "string" }, "key": { "type": "string" }, "operator": { "type": "string" }, "tolerationSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "topologySpreadConstraints": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "matchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "maxSkew": { "type": "integer" }, "minDomains": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "nodeAffinityPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "nodeTaintsPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "topologyKey": { "type": "string" }, "whenUnsatisfiable": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumes": { "anyOf": [ { "items": { "properties": { "awsElasticBlockStore": { "properties": { "fsType": { "type": "string" }, "partition": { "type": "integer" }, "readOnly": { "type": "boolean" }, "volumeID": { "type": "string" } }, "type": "object" }, "azureDisk": { "properties": { "cachingMode": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "diskName": { "type": "string" }, "diskURI": { "type": "string" }, "fsType": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "readOnly": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, "azureFile": { "properties": { "readOnly": { "type": "boolean" }, "secretName": { "type": "string" }, "shareName": { "type": "string" } }, "type": "object" }, "cephfs": { "properties": { "monitors": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretFile": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "user": { "type": "string" } }, "type": "object" }, "cinder": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "volumeID": { "type": "string" } }, "type": "object" }, "configMap": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, "csi": { "properties": { "driver": { "type": "string" }, "fsType": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "nodePublishSecretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "readOnly": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "volumeAttributes": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "downwardAPI": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "emptyDir": { "properties": { "medium": { "type": "string" }, "sizeLimit": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "ephemeral": { "properties": { "volumeClaimTemplate": { "anyOf": [ { "properties": { "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "accessModes": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "dataSource": { "anyOf": [ { "properties": { "apiGroup": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "dataSourceRef": { "anyOf": [ { "properties": { "apiGroup": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "namespace": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "selector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "storageClassName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "volumeMode": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "volumeName": { "type": "string" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "fc": { "properties": { "fsType": { "type": "string" }, "lun": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "targetWWNs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "wwids": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "flexVolume": { "properties": { "driver": { "type": "string" }, "fsType": { "type": "string" }, "options": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "flocker": { "properties": { "datasetName": { "type": "string" }, "datasetUUID": { "type": "string" } }, "type": "object" }, "gcePersistentDisk": { "properties": { "fsType": { "type": "string" }, "partition": { "type": "integer" }, "pdName": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "gitRepo": { "properties": { "directory": { "type": "string" }, "repository": { "type": "string" }, "revision": { "type": "string" } }, "type": "object" }, "glusterfs": { "properties": { "endpoints": { "type": "string" }, "path": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "hostPath": { "properties": { "path": { "type": "string" }, "type": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "iscsi": { "properties": { "chapAuthDiscovery": { "type": "boolean" }, "chapAuthSession": { "type": "boolean" }, "fsType": { "type": "string" }, "initiatorName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "iqn": { "type": "string" }, "iscsiInterface": { "type": "string" }, "lun": { "type": "integer" }, "portals": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "targetPortal": { "type": "string" } }, "type": "object" }, "name": { "type": "string" }, "nfs": { "properties": { "path": { "type": "string" }, "readOnly": { "type": "boolean" }, "server": { "type": "string" } }, "type": "object" }, "persistentVolumeClaim": { "properties": { "claimName": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "photonPersistentDisk": { "properties": { "fsType": { "type": "string" }, "pdID": { "type": "string" } }, "type": "object" }, "portworxVolume": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "volumeID": { "type": "string" } }, "type": "object" }, "projected": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "sources": { "anyOf": [ { "items": { "properties": { "configMap": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "downwardAPI": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "secret": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "serviceAccountToken": { "anyOf": [ { "properties": { "audience": { "type": "string" }, "expirationSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "quobyte": { "properties": { "group": { "type": "string" }, "readOnly": { "type": "boolean" }, "registry": { "type": "string" }, "tenant": { "type": "string" }, "user": { "type": "string" }, "volume": { "type": "string" } }, "type": "object" }, "rbd": { "properties": { "fsType": { "type": "string" }, "image": { "type": "string" }, "keyring": { "type": "string" }, "monitors": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "pool": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "user": { "type": "string" } }, "type": "object" }, "scaleIO": { "properties": { "fsType": { "type": "string" }, "gateway": { "type": "string" }, "protectionDomain": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sslEnabled": { "type": "boolean" }, "storageMode": { "type": "string" }, "storagePool": { "type": "string" }, "system": { "type": "string" }, "volumeName": { "type": "string" } }, "type": "object" }, "secret": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "secretName": { "type": "string" } }, "type": "object" }, "storageos": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "volumeName": { "type": "string" }, "volumeNamespace": { "type": "string" } }, "type": "object" }, "vsphereVolume": { "properties": { "fsType": { "type": "string" }, "storagePolicyID": { "type": "string" }, "storagePolicyName": { "type": "string" }, "volumePath": { "type": "string" } }, "type": "object" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" } }, "type": "object" }, "status": { "properties": { "availableReplicas": { "type": "integer" }, "collisionCount": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "conditions": { "anyOf": [ { "items": { "properties": { "lastTransitionTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "lastUpdateTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "message": { "type": "string" }, "reason": { "type": "string" }, "status": { "type": "string" }, "type": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "observedGeneration": { "type": "integer" }, "readyReplicas": { "type": "integer" }, "replicas": { "type": "integer" }, "unavailableReplicas": { "type": "integer" }, "updatedReplicas": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] }, "enabled": { "type": "boolean" }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "extraEnvs": { "properties": {}, "type": "object" }, "floatingUserId": { "type": "boolean" }, "image": { "properties": { "pullPolicy": { "type": "string" }, "pullSecret": { "type": "string" }, "registry": { "type": "string" }, "repository": { "type": "string" }, "tag": { "type": "string" } }, "type": "object" }, "ports": { "anyOf": [ { "patternProperties": { ".*": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "runAsUser": { "type": "integer" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "serviceOverrides": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "allocateLoadBalancerNodePorts": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "clusterIP": { "type": "string" }, "clusterIPs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "externalIPs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "externalName": { "type": "string" }, "externalTrafficPolicy": { "type": "string" }, "healthCheckNodePort": { "type": "integer" }, "internalTrafficPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "ipFamilies": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ipFamilyPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "loadBalancerClass": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "loadBalancerIP": { "type": "string" }, "loadBalancerSourceRanges": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ports": { "anyOf": [ { "items": { "properties": { "appProtocol": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "nodePort": { "type": "integer" }, "port": { "type": "integer" }, "protocol": { "type": "string" }, "targetPort": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "publishNotReadyAddresses": { "type": "boolean" }, "selector": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sessionAffinity": { "type": "string" }, "sessionAffinityConfig": { "anyOf": [ { "properties": { "clientIP": { "anyOf": [ { "properties": { "timeoutSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "status": { "properties": { "conditions": { "anyOf": [ { "items": { "properties": { "lastTransitionTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "message": { "type": "string" }, "observedGeneration": { "type": "integer" }, "reason": { "type": "string" }, "status": { "type": "string" }, "type": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "loadBalancer": { "properties": { "ingress": { "anyOf": [ { "items": { "properties": { "hostname": { "type": "string" }, "ip": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "error": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "port": { "type": "integer" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] }, "serviceType": { "type": "string" }, "sidecars": { "anyOf": [ { "patternProperties": { ".*": { "properties": { "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "extraEnvs": { "properties": {}, "type": "object" }, "image": { "properties": { "pullPolicy": { "type": "string" }, "pullSecret": { "type": "string" }, "registry": { "type": "string" }, "repository": { "type": "string" }, "tag": { "type": "string" } }, "type": "object" }, "resources": { "anyOf": [ { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" } } }
Apache-2.0
en
solo-io/skv2
c0952ffdfdb3e63bc448c56c82e4653ac2d028fa
2024-04-15T18:02:27
codegen/test/chart/values.schema.json
19
2024-05-28T05:10:27.681258Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "customField1": { "type": "string" }, "painter": { "properties": { "customField2_renamed": { "type": "number" }, "deploymentOverrides": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "minReadySeconds": { "type": "integer" }, "paused": { "type": "boolean" }, "progressDeadlineSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "replicas": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "revisionHistoryLimit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "selector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "strategy": { "properties": { "rollingUpdate": { "anyOf": [ { "properties": { "maxSurge": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "maxUnavailable": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "template": { "properties": { "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "activeDeadlineSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "affinity": { "anyOf": [ { "properties": { "nodeAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "preference": { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchFields": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "properties": { "nodeSelectorTerms": { "anyOf": [ { "items": { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchFields": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "podAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "podAffinityTerm": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "matchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "mismatchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "matchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "mismatchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "podAntiAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "podAffinityTerm": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "matchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "mismatchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "matchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "mismatchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "automountServiceAccountToken": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "containers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "anyOf": [ { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sleep": { "anyOf": [ { "properties": { "seconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sleep": { "anyOf": [ { "properties": { "seconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "livenessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resizePolicy": { "anyOf": [ { "items": { "properties": { "resourceName": { "type": "string" }, "restartPolicy": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "restartPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "dnsConfig": { "anyOf": [ { "properties": { "nameservers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "options": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "searches": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "dnsPolicy": { "type": "string" }, "enableServiceLinks": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "ephemeralContainers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sleep": { "anyOf": [ { "properties": { "seconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sleep": { "anyOf": [ { "properties": { "seconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "livenessProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "resizePolicy": { "anyOf": [ { "items": { "properties": { "resourceName": { "type": "string" }, "restartPolicy": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "restartPolicy": { "type": "string" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "targetContainerName": { "type": "string" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "hostAliases": { "anyOf": [ { "items": { "properties": { "hostnames": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ip": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "hostIPC": { "type": "boolean" }, "hostNetwork": { "type": "boolean" }, "hostPID": { "type": "boolean" }, "hostUsers": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "hostname": { "type": "string" }, "imagePullSecrets": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "initContainers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "anyOf": [ { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sleep": { "anyOf": [ { "properties": { "seconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sleep": { "anyOf": [ { "properties": { "seconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "livenessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resizePolicy": { "anyOf": [ { "items": { "properties": { "resourceName": { "type": "string" }, "restartPolicy": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "restartPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "nodeName": { "type": "string" }, "nodeSelector": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "os": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "overhead": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "preemptionPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "priority": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "priorityClassName": { "type": "string" }, "readinessGates": { "anyOf": [ { "items": { "properties": { "conditionType": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceClaims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "source": { "properties": { "resourceClaimName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "resourceClaimTemplateName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "restartPolicy": { "type": "string" }, "runtimeClassName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "schedulerName": { "type": "string" }, "schedulingGates": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "securityContext": { "anyOf": [ { "properties": { "fsGroup": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "fsGroupChangePolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "runAsGroup": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "runAsNonRoot": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUser": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "seLinuxOptions": { "anyOf": [ { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "seccompProfile": { "anyOf": [ { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "supplementalGroups": { "anyOf": [ { "items": { "type": "integer" }, "type": "array" }, { "type": "null" } ] }, "sysctls": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "windowsOptions": { "anyOf": [ { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "serviceAccount": { "type": "string" }, "serviceAccountName": { "type": "string" }, "setHostnameAsFQDN": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "shareProcessNamespace": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "subdomain": { "type": "string" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "tolerations": { "anyOf": [ { "items": { "properties": { "effect": { "type": "string" }, "key": { "type": "string" }, "operator": { "type": "string" }, "tolerationSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "topologySpreadConstraints": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "matchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "maxSkew": { "type": "integer" }, "minDomains": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "nodeAffinityPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "nodeTaintsPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "topologyKey": { "type": "string" }, "whenUnsatisfiable": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumes": { "anyOf": [ { "items": { "properties": { "awsElasticBlockStore": { "properties": { "fsType": { "type": "string" }, "partition": { "type": "integer" }, "readOnly": { "type": "boolean" }, "volumeID": { "type": "string" } }, "type": "object" }, "azureDisk": { "properties": { "cachingMode": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "diskName": { "type": "string" }, "diskURI": { "type": "string" }, "fsType": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "readOnly": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, "azureFile": { "properties": { "readOnly": { "type": "boolean" }, "secretName": { "type": "string" }, "shareName": { "type": "string" } }, "type": "object" }, "cephfs": { "properties": { "monitors": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretFile": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "user": { "type": "string" } }, "type": "object" }, "cinder": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "volumeID": { "type": "string" } }, "type": "object" }, "configMap": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, "csi": { "properties": { "driver": { "type": "string" }, "fsType": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "nodePublishSecretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "readOnly": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "volumeAttributes": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "downwardAPI": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "emptyDir": { "properties": { "medium": { "type": "string" }, "sizeLimit": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "ephemeral": { "properties": { "volumeClaimTemplate": { "anyOf": [ { "properties": { "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "accessModes": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "dataSource": { "anyOf": [ { "properties": { "apiGroup": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "dataSourceRef": { "anyOf": [ { "properties": { "apiGroup": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "namespace": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "selector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "storageClassName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "volumeAttributesClassName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "volumeMode": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "volumeName": { "type": "string" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "fc": { "properties": { "fsType": { "type": "string" }, "lun": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "targetWWNs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "wwids": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "flexVolume": { "properties": { "driver": { "type": "string" }, "fsType": { "type": "string" }, "options": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "flocker": { "properties": { "datasetName": { "type": "string" }, "datasetUUID": { "type": "string" } }, "type": "object" }, "gcePersistentDisk": { "properties": { "fsType": { "type": "string" }, "partition": { "type": "integer" }, "pdName": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "gitRepo": { "properties": { "directory": { "type": "string" }, "repository": { "type": "string" }, "revision": { "type": "string" } }, "type": "object" }, "glusterfs": { "properties": { "endpoints": { "type": "string" }, "path": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "hostPath": { "properties": { "path": { "type": "string" }, "type": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "iscsi": { "properties": { "chapAuthDiscovery": { "type": "boolean" }, "chapAuthSession": { "type": "boolean" }, "fsType": { "type": "string" }, "initiatorName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "iqn": { "type": "string" }, "iscsiInterface": { "type": "string" }, "lun": { "type": "integer" }, "portals": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "targetPortal": { "type": "string" } }, "type": "object" }, "name": { "type": "string" }, "nfs": { "properties": { "path": { "type": "string" }, "readOnly": { "type": "boolean" }, "server": { "type": "string" } }, "type": "object" }, "persistentVolumeClaim": { "properties": { "claimName": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "photonPersistentDisk": { "properties": { "fsType": { "type": "string" }, "pdID": { "type": "string" } }, "type": "object" }, "portworxVolume": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "volumeID": { "type": "string" } }, "type": "object" }, "projected": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "sources": { "anyOf": [ { "items": { "properties": { "clusterTrustBundle": { "anyOf": [ { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "path": { "type": "string" }, "signerName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "configMap": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "downwardAPI": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "secret": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "serviceAccountToken": { "anyOf": [ { "properties": { "audience": { "type": "string" }, "expirationSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "quobyte": { "properties": { "group": { "type": "string" }, "readOnly": { "type": "boolean" }, "registry": { "type": "string" }, "tenant": { "type": "string" }, "user": { "type": "string" }, "volume": { "type": "string" } }, "type": "object" }, "rbd": { "properties": { "fsType": { "type": "string" }, "image": { "type": "string" }, "keyring": { "type": "string" }, "monitors": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "pool": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "user": { "type": "string" } }, "type": "object" }, "scaleIO": { "properties": { "fsType": { "type": "string" }, "gateway": { "type": "string" }, "protectionDomain": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sslEnabled": { "type": "boolean" }, "storageMode": { "type": "string" }, "storagePool": { "type": "string" }, "system": { "type": "string" }, "volumeName": { "type": "string" } }, "type": "object" }, "secret": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "secretName": { "type": "string" } }, "type": "object" }, "storageos": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "volumeName": { "type": "string" }, "volumeNamespace": { "type": "string" } }, "type": "object" }, "vsphereVolume": { "properties": { "fsType": { "type": "string" }, "storagePolicyID": { "type": "string" }, "storagePolicyName": { "type": "string" }, "volumePath": { "type": "string" } }, "type": "object" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" } }, "type": "object" }, "status": { "properties": { "availableReplicas": { "type": "integer" }, "collisionCount": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "conditions": { "anyOf": [ { "items": { "properties": { "lastTransitionTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "lastUpdateTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "message": { "type": "string" }, "reason": { "type": "string" }, "status": { "type": "string" }, "type": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "observedGeneration": { "type": "integer" }, "readyReplicas": { "type": "integer" }, "replicas": { "type": "integer" }, "unavailableReplicas": { "type": "integer" }, "updatedReplicas": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "extraEnvs": { "properties": {}, "type": "object" }, "floatingUserId": { "type": "boolean" }, "image": { "properties": { "pullPolicy": { "type": "string" }, "pullSecret": { "type": "string" }, "registry": { "type": "string" }, "repository": { "type": "string" }, "tag": { "type": "string" } }, "type": "object" }, "podSecurityContext": { "anyOf": [ { "properties": { "fsGroup": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "fsGroupChangePolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "runAsGroup": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "runAsNonRoot": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUser": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "seLinuxOptions": { "anyOf": [ { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "seccompProfile": { "anyOf": [ { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "supplementalGroups": { "anyOf": [ { "items": { "type": "integer" }, "type": "array" }, { "type": "null" } ] }, "sysctls": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "windowsOptions": { "anyOf": [ { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "ports": { "anyOf": [ { "patternProperties": { ".*": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "runAsUser": { "type": "integer" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "serviceOverrides": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "allocateLoadBalancerNodePorts": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "clusterIP": { "type": "string" }, "clusterIPs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "externalIPs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "externalName": { "type": "string" }, "externalTrafficPolicy": { "type": "string" }, "healthCheckNodePort": { "type": "integer" }, "internalTrafficPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "ipFamilies": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ipFamilyPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "loadBalancerClass": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "loadBalancerIP": { "type": "string" }, "loadBalancerSourceRanges": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ports": { "anyOf": [ { "items": { "properties": { "appProtocol": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "nodePort": { "type": "integer" }, "port": { "type": "integer" }, "protocol": { "type": "string" }, "targetPort": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "publishNotReadyAddresses": { "type": "boolean" }, "selector": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sessionAffinity": { "type": "string" }, "sessionAffinityConfig": { "anyOf": [ { "properties": { "clientIP": { "anyOf": [ { "properties": { "timeoutSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "status": { "properties": { "conditions": { "anyOf": [ { "items": { "properties": { "lastTransitionTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "message": { "type": "string" }, "observedGeneration": { "type": "integer" }, "reason": { "type": "string" }, "status": { "type": "string" }, "type": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "loadBalancer": { "properties": { "ingress": { "anyOf": [ { "items": { "properties": { "hostname": { "type": "string" }, "ip": { "type": "string" }, "ipMode": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "ports": { "anyOf": [ { "items": { "properties": { "error": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "port": { "type": "integer" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] }, "serviceType": { "type": "string" }, "sidecars": { "anyOf": [ { "patternProperties": { ".*": { "properties": { "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "extraEnvs": { "properties": {}, "type": "object" }, "image": { "properties": { "pullPolicy": { "type": "string" }, "pullSecret": { "type": "string" }, "registry": { "type": "string" }, "repository": { "type": "string" }, "tag": { "type": "string" } }, "type": "object" }, "resources": { "anyOf": [ { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" } } }
Apache-2.0
en
solo-io/skv2
defab310ddbe278a0e956d3ffa0b9a60b2951037
2023-02-20T15:11:16
codegen/test/chart-no-desc/values.schema.json
19
2024-05-28T05:10:27.681258Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "painter": { "properties": { "deploymentOverrides": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "minReadySeconds": { "type": "integer" }, "paused": { "type": "boolean" }, "progressDeadlineSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "replicas": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "revisionHistoryLimit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "selector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "strategy": { "properties": { "rollingUpdate": { "anyOf": [ { "properties": { "maxSurge": { "anyOf": [ { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "maxUnavailable": { "anyOf": [ { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "template": { "properties": { "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "activeDeadlineSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "affinity": { "anyOf": [ { "properties": { "nodeAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "preference": { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchFields": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "properties": { "nodeSelectorTerms": { "anyOf": [ { "items": { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchFields": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "podAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "podAffinityTerm": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "podAntiAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "podAffinityTerm": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "automountServiceAccountToken": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "containers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "anyOf": [ { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "livenessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "dnsConfig": { "anyOf": [ { "properties": { "nameservers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "options": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "searches": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "dnsPolicy": { "type": "string" }, "enableServiceLinks": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "ephemeralContainers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "livenessProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "resources": { "properties": { "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "targetContainerName": { "type": "string" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "hostAliases": { "anyOf": [ { "items": { "properties": { "hostnames": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ip": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "hostIPC": { "type": "boolean" }, "hostNetwork": { "type": "boolean" }, "hostPID": { "type": "boolean" }, "hostUsers": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "hostname": { "type": "string" }, "imagePullSecrets": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "initContainers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "anyOf": [ { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "livenessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "nodeName": { "type": "string" }, "nodeSelector": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "os": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "overhead": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "preemptionPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "priority": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "priorityClassName": { "type": "string" }, "readinessGates": { "anyOf": [ { "items": { "properties": { "conditionType": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "restartPolicy": { "type": "string" }, "runtimeClassName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "schedulerName": { "type": "string" }, "securityContext": { "anyOf": [ { "properties": { "fsGroup": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "fsGroupChangePolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "runAsGroup": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "runAsNonRoot": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUser": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "seLinuxOptions": { "anyOf": [ { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "seccompProfile": { "anyOf": [ { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "supplementalGroups": { "anyOf": [ { "items": { "type": "integer" }, "type": "array" }, { "type": "null" } ] }, "sysctls": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "windowsOptions": { "anyOf": [ { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "serviceAccount": { "type": "string" }, "serviceAccountName": { "type": "string" }, "setHostnameAsFQDN": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "shareProcessNamespace": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "subdomain": { "type": "string" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "tolerations": { "anyOf": [ { "items": { "properties": { "effect": { "type": "string" }, "key": { "type": "string" }, "operator": { "type": "string" }, "tolerationSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "topologySpreadConstraints": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "matchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "maxSkew": { "type": "integer" }, "minDomains": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "nodeAffinityPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "nodeTaintsPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "topologyKey": { "type": "string" }, "whenUnsatisfiable": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumes": { "anyOf": [ { "items": { "properties": { "awsElasticBlockStore": { "properties": { "fsType": { "type": "string" }, "partition": { "type": "integer" }, "readOnly": { "type": "boolean" }, "volumeID": { "type": "string" } }, "type": "object" }, "azureDisk": { "properties": { "cachingMode": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "diskName": { "type": "string" }, "diskURI": { "type": "string" }, "fsType": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "readOnly": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, "azureFile": { "properties": { "readOnly": { "type": "boolean" }, "secretName": { "type": "string" }, "shareName": { "type": "string" } }, "type": "object" }, "cephfs": { "properties": { "monitors": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretFile": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "user": { "type": "string" } }, "type": "object" }, "cinder": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "volumeID": { "type": "string" } }, "type": "object" }, "configMap": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, "csi": { "properties": { "driver": { "type": "string" }, "fsType": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "nodePublishSecretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "readOnly": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "volumeAttributes": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "downwardAPI": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "emptyDir": { "properties": { "medium": { "type": "string" }, "sizeLimit": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "ephemeral": { "properties": { "volumeClaimTemplate": { "anyOf": [ { "properties": { "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "accessModes": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "dataSource": { "anyOf": [ { "properties": { "apiGroup": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "dataSourceRef": { "anyOf": [ { "properties": { "apiGroup": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "selector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "storageClassName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "volumeMode": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "volumeName": { "type": "string" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "fc": { "properties": { "fsType": { "type": "string" }, "lun": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "targetWWNs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "wwids": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "flexVolume": { "properties": { "driver": { "type": "string" }, "fsType": { "type": "string" }, "options": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "flocker": { "properties": { "datasetName": { "type": "string" }, "datasetUUID": { "type": "string" } }, "type": "object" }, "gcePersistentDisk": { "properties": { "fsType": { "type": "string" }, "partition": { "type": "integer" }, "pdName": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "gitRepo": { "properties": { "directory": { "type": "string" }, "repository": { "type": "string" }, "revision": { "type": "string" } }, "type": "object" }, "glusterfs": { "properties": { "endpoints": { "type": "string" }, "path": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "hostPath": { "properties": { "path": { "type": "string" }, "type": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "iscsi": { "properties": { "chapAuthDiscovery": { "type": "boolean" }, "chapAuthSession": { "type": "boolean" }, "fsType": { "type": "string" }, "initiatorName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "iqn": { "type": "string" }, "iscsiInterface": { "type": "string" }, "lun": { "type": "integer" }, "portals": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "targetPortal": { "type": "string" } }, "type": "object" }, "name": { "type": "string" }, "nfs": { "properties": { "path": { "type": "string" }, "readOnly": { "type": "boolean" }, "server": { "type": "string" } }, "type": "object" }, "persistentVolumeClaim": { "properties": { "claimName": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "photonPersistentDisk": { "properties": { "fsType": { "type": "string" }, "pdID": { "type": "string" } }, "type": "object" }, "portworxVolume": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "volumeID": { "type": "string" } }, "type": "object" }, "projected": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "sources": { "anyOf": [ { "items": { "properties": { "configMap": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "downwardAPI": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "secret": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "serviceAccountToken": { "anyOf": [ { "properties": { "audience": { "type": "string" }, "expirationSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "quobyte": { "properties": { "group": { "type": "string" }, "readOnly": { "type": "boolean" }, "registry": { "type": "string" }, "tenant": { "type": "string" }, "user": { "type": "string" }, "volume": { "type": "string" } }, "type": "object" }, "rbd": { "properties": { "fsType": { "type": "string" }, "image": { "type": "string" }, "keyring": { "type": "string" }, "monitors": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "pool": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "user": { "type": "string" } }, "type": "object" }, "scaleIO": { "properties": { "fsType": { "type": "string" }, "gateway": { "type": "string" }, "protectionDomain": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sslEnabled": { "type": "boolean" }, "storageMode": { "type": "string" }, "storagePool": { "type": "string" }, "system": { "type": "string" }, "volumeName": { "type": "string" } }, "type": "object" }, "secret": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "secretName": { "type": "string" } }, "type": "object" }, "storageos": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "volumeName": { "type": "string" }, "volumeNamespace": { "type": "string" } }, "type": "object" }, "vsphereVolume": { "properties": { "fsType": { "type": "string" }, "storagePolicyID": { "type": "string" }, "storagePolicyName": { "type": "string" }, "volumePath": { "type": "string" } }, "type": "object" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" } }, "type": "object" }, "status": { "properties": { "availableReplicas": { "type": "integer" }, "collisionCount": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "conditions": { "anyOf": [ { "items": { "properties": { "lastTransitionTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "lastUpdateTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "message": { "type": "string" }, "reason": { "type": "string" }, "status": { "type": "string" }, "type": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "observedGeneration": { "type": "integer" }, "readyReplicas": { "type": "integer" }, "replicas": { "type": "integer" }, "unavailableReplicas": { "type": "integer" }, "updatedReplicas": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] }, "enabled": { "type": "boolean" }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "floatingUserId": { "type": "boolean" }, "image": { "properties": { "pullPolicy": { "type": "string" }, "pullSecret": { "type": "string" }, "registry": { "type": "string" }, "repository": { "type": "string" }, "tag": { "type": "string" } }, "type": "object" }, "ports": { "anyOf": [ { "patternProperties": { ".*": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "runAsUser": { "type": "integer" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "serviceOverrides": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "allocateLoadBalancerNodePorts": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "clusterIP": { "type": "string" }, "clusterIPs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "externalIPs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "externalName": { "type": "string" }, "externalTrafficPolicy": { "type": "string" }, "healthCheckNodePort": { "type": "integer" }, "internalTrafficPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "ipFamilies": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ipFamilyPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "loadBalancerClass": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "loadBalancerIP": { "type": "string" }, "loadBalancerSourceRanges": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ports": { "anyOf": [ { "items": { "properties": { "appProtocol": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "nodePort": { "type": "integer" }, "port": { "type": "integer" }, "protocol": { "type": "string" }, "targetPort": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "publishNotReadyAddresses": { "type": "boolean" }, "selector": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sessionAffinity": { "type": "string" }, "sessionAffinityConfig": { "anyOf": [ { "properties": { "clientIP": { "anyOf": [ { "properties": { "timeoutSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "status": { "properties": { "conditions": { "anyOf": [ { "items": { "properties": { "lastTransitionTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "message": { "type": "string" }, "observedGeneration": { "type": "integer" }, "reason": { "type": "string" }, "status": { "type": "string" }, "type": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "loadBalancer": { "properties": { "ingress": { "anyOf": [ { "items": { "properties": { "hostname": { "type": "string" }, "ip": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "error": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "port": { "type": "integer" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] }, "serviceType": { "type": "string" }, "sidecars": { "anyOf": [ { "patternProperties": { ".*": { "properties": { "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "properties": { "pullPolicy": { "type": "string" }, "pullSecret": { "type": "string" }, "registry": { "type": "string" }, "repository": { "type": "string" }, "tag": { "type": "string" } }, "type": "object" }, "resources": { "anyOf": [ { "properties": { "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" } } }
Apache-2.0
en
solo-io/skv2
c809682bbf013a397030310281334158aa55afb8
2023-12-05T17:27:19
codegen/test/chart/values.schema.json
19
2024-05-28T05:10:27.681258Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "customField1": { "type": "string" }, "painter": { "properties": { "customField2_renamed": { "type": "number" }, "deploymentOverrides": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "minReadySeconds": { "type": "integer" }, "paused": { "type": "boolean" }, "progressDeadlineSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "replicas": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "revisionHistoryLimit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "selector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "strategy": { "properties": { "rollingUpdate": { "anyOf": [ { "properties": { "maxSurge": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "maxUnavailable": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "template": { "properties": { "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "activeDeadlineSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "affinity": { "anyOf": [ { "properties": { "nodeAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "preference": { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchFields": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "properties": { "nodeSelectorTerms": { "anyOf": [ { "items": { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchFields": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "podAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "podAffinityTerm": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "podAntiAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "podAffinityTerm": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "automountServiceAccountToken": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "containers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "anyOf": [ { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "livenessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resizePolicy": { "anyOf": [ { "items": { "properties": { "resourceName": { "type": "string" }, "restartPolicy": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "restartPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "dnsConfig": { "anyOf": [ { "properties": { "nameservers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "options": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "searches": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "dnsPolicy": { "type": "string" }, "enableServiceLinks": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "ephemeralContainers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "livenessProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "resizePolicy": { "anyOf": [ { "items": { "properties": { "resourceName": { "type": "string" }, "restartPolicy": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "restartPolicy": { "type": "string" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "targetContainerName": { "type": "string" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "hostAliases": { "anyOf": [ { "items": { "properties": { "hostnames": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ip": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "hostIPC": { "type": "boolean" }, "hostNetwork": { "type": "boolean" }, "hostPID": { "type": "boolean" }, "hostUsers": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "hostname": { "type": "string" }, "imagePullSecrets": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "initContainers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "anyOf": [ { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "livenessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resizePolicy": { "anyOf": [ { "items": { "properties": { "resourceName": { "type": "string" }, "restartPolicy": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "restartPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "nodeName": { "type": "string" }, "nodeSelector": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "os": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "overhead": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "preemptionPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "priority": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "priorityClassName": { "type": "string" }, "readinessGates": { "anyOf": [ { "items": { "properties": { "conditionType": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceClaims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "source": { "properties": { "resourceClaimName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "resourceClaimTemplateName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "restartPolicy": { "type": "string" }, "runtimeClassName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "schedulerName": { "type": "string" }, "schedulingGates": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "securityContext": { "anyOf": [ { "properties": { "fsGroup": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "fsGroupChangePolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "runAsGroup": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "runAsNonRoot": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUser": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "seLinuxOptions": { "anyOf": [ { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "seccompProfile": { "anyOf": [ { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "supplementalGroups": { "anyOf": [ { "items": { "type": "integer" }, "type": "array" }, { "type": "null" } ] }, "sysctls": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "windowsOptions": { "anyOf": [ { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "serviceAccount": { "type": "string" }, "serviceAccountName": { "type": "string" }, "setHostnameAsFQDN": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "shareProcessNamespace": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "subdomain": { "type": "string" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "tolerations": { "anyOf": [ { "items": { "properties": { "effect": { "type": "string" }, "key": { "type": "string" }, "operator": { "type": "string" }, "tolerationSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "topologySpreadConstraints": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "matchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "maxSkew": { "type": "integer" }, "minDomains": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "nodeAffinityPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "nodeTaintsPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "topologyKey": { "type": "string" }, "whenUnsatisfiable": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumes": { "anyOf": [ { "items": { "properties": { "awsElasticBlockStore": { "properties": { "fsType": { "type": "string" }, "partition": { "type": "integer" }, "readOnly": { "type": "boolean" }, "volumeID": { "type": "string" } }, "type": "object" }, "azureDisk": { "properties": { "cachingMode": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "diskName": { "type": "string" }, "diskURI": { "type": "string" }, "fsType": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "readOnly": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, "azureFile": { "properties": { "readOnly": { "type": "boolean" }, "secretName": { "type": "string" }, "shareName": { "type": "string" } }, "type": "object" }, "cephfs": { "properties": { "monitors": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretFile": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "user": { "type": "string" } }, "type": "object" }, "cinder": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "volumeID": { "type": "string" } }, "type": "object" }, "configMap": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, "csi": { "properties": { "driver": { "type": "string" }, "fsType": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "nodePublishSecretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "readOnly": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "volumeAttributes": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "downwardAPI": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "emptyDir": { "properties": { "medium": { "type": "string" }, "sizeLimit": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "ephemeral": { "properties": { "volumeClaimTemplate": { "anyOf": [ { "properties": { "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "accessModes": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "dataSource": { "anyOf": [ { "properties": { "apiGroup": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "dataSourceRef": { "anyOf": [ { "properties": { "apiGroup": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "namespace": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "selector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "storageClassName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "volumeMode": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "volumeName": { "type": "string" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "fc": { "properties": { "fsType": { "type": "string" }, "lun": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "targetWWNs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "wwids": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "flexVolume": { "properties": { "driver": { "type": "string" }, "fsType": { "type": "string" }, "options": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "flocker": { "properties": { "datasetName": { "type": "string" }, "datasetUUID": { "type": "string" } }, "type": "object" }, "gcePersistentDisk": { "properties": { "fsType": { "type": "string" }, "partition": { "type": "integer" }, "pdName": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "gitRepo": { "properties": { "directory": { "type": "string" }, "repository": { "type": "string" }, "revision": { "type": "string" } }, "type": "object" }, "glusterfs": { "properties": { "endpoints": { "type": "string" }, "path": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "hostPath": { "properties": { "path": { "type": "string" }, "type": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "iscsi": { "properties": { "chapAuthDiscovery": { "type": "boolean" }, "chapAuthSession": { "type": "boolean" }, "fsType": { "type": "string" }, "initiatorName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "iqn": { "type": "string" }, "iscsiInterface": { "type": "string" }, "lun": { "type": "integer" }, "portals": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "targetPortal": { "type": "string" } }, "type": "object" }, "name": { "type": "string" }, "nfs": { "properties": { "path": { "type": "string" }, "readOnly": { "type": "boolean" }, "server": { "type": "string" } }, "type": "object" }, "persistentVolumeClaim": { "properties": { "claimName": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "photonPersistentDisk": { "properties": { "fsType": { "type": "string" }, "pdID": { "type": "string" } }, "type": "object" }, "portworxVolume": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "volumeID": { "type": "string" } }, "type": "object" }, "projected": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "sources": { "anyOf": [ { "items": { "properties": { "configMap": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "downwardAPI": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "secret": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "serviceAccountToken": { "anyOf": [ { "properties": { "audience": { "type": "string" }, "expirationSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "quobyte": { "properties": { "group": { "type": "string" }, "readOnly": { "type": "boolean" }, "registry": { "type": "string" }, "tenant": { "type": "string" }, "user": { "type": "string" }, "volume": { "type": "string" } }, "type": "object" }, "rbd": { "properties": { "fsType": { "type": "string" }, "image": { "type": "string" }, "keyring": { "type": "string" }, "monitors": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "pool": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "user": { "type": "string" } }, "type": "object" }, "scaleIO": { "properties": { "fsType": { "type": "string" }, "gateway": { "type": "string" }, "protectionDomain": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sslEnabled": { "type": "boolean" }, "storageMode": { "type": "string" }, "storagePool": { "type": "string" }, "system": { "type": "string" }, "volumeName": { "type": "string" } }, "type": "object" }, "secret": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "secretName": { "type": "string" } }, "type": "object" }, "storageos": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "volumeName": { "type": "string" }, "volumeNamespace": { "type": "string" } }, "type": "object" }, "vsphereVolume": { "properties": { "fsType": { "type": "string" }, "storagePolicyID": { "type": "string" }, "storagePolicyName": { "type": "string" }, "volumePath": { "type": "string" } }, "type": "object" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" } }, "type": "object" }, "status": { "properties": { "availableReplicas": { "type": "integer" }, "collisionCount": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "conditions": { "anyOf": [ { "items": { "properties": { "lastTransitionTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "lastUpdateTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "message": { "type": "string" }, "reason": { "type": "string" }, "status": { "type": "string" }, "type": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "observedGeneration": { "type": "integer" }, "readyReplicas": { "type": "integer" }, "replicas": { "type": "integer" }, "unavailableReplicas": { "type": "integer" }, "updatedReplicas": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] }, "enabled": { "type": "boolean" }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "extraEnvs": { "properties": {}, "type": "object" }, "floatingUserId": { "type": "boolean" }, "image": { "properties": { "pullPolicy": { "type": "string" }, "pullSecret": { "type": "string" }, "registry": { "type": "string" }, "repository": { "type": "string" }, "tag": { "type": "string" } }, "type": "object" }, "ports": { "anyOf": [ { "patternProperties": { ".*": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "runAsUser": { "type": "integer" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "serviceOverrides": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "allocateLoadBalancerNodePorts": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "clusterIP": { "type": "string" }, "clusterIPs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "externalIPs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "externalName": { "type": "string" }, "externalTrafficPolicy": { "type": "string" }, "healthCheckNodePort": { "type": "integer" }, "internalTrafficPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "ipFamilies": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ipFamilyPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "loadBalancerClass": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "loadBalancerIP": { "type": "string" }, "loadBalancerSourceRanges": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ports": { "anyOf": [ { "items": { "properties": { "appProtocol": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "nodePort": { "type": "integer" }, "port": { "type": "integer" }, "protocol": { "type": "string" }, "targetPort": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "publishNotReadyAddresses": { "type": "boolean" }, "selector": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sessionAffinity": { "type": "string" }, "sessionAffinityConfig": { "anyOf": [ { "properties": { "clientIP": { "anyOf": [ { "properties": { "timeoutSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "status": { "properties": { "conditions": { "anyOf": [ { "items": { "properties": { "lastTransitionTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "message": { "type": "string" }, "observedGeneration": { "type": "integer" }, "reason": { "type": "string" }, "status": { "type": "string" }, "type": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "loadBalancer": { "properties": { "ingress": { "anyOf": [ { "items": { "properties": { "hostname": { "type": "string" }, "ip": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "error": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "port": { "type": "integer" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] }, "serviceType": { "type": "string" }, "sidecars": { "anyOf": [ { "patternProperties": { ".*": { "properties": { "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "extraEnvs": { "properties": {}, "type": "object" }, "image": { "properties": { "pullPolicy": { "type": "string" }, "pullSecret": { "type": "string" }, "registry": { "type": "string" }, "repository": { "type": "string" }, "tag": { "type": "string" } }, "type": "object" }, "resources": { "anyOf": [ { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" } } }
Apache-2.0
en
solo-io/skv2
4022e6cbc0c42164acccd3be94f99c44ec5a9b32
2024-05-17T02:45:42
codegen/test/chart/values.schema.json
19
2024-05-28T05:10:27.681258Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "customField1": { "type": "string" }, "painter": { "properties": { "customField2_renamed": { "type": "number" }, "deploymentOverrides": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "minReadySeconds": { "type": "integer" }, "paused": { "type": "boolean" }, "progressDeadlineSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "replicas": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "revisionHistoryLimit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "selector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "strategy": { "properties": { "rollingUpdate": { "anyOf": [ { "properties": { "maxSurge": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "maxUnavailable": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "template": { "properties": { "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "activeDeadlineSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "affinity": { "anyOf": [ { "properties": { "nodeAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "preference": { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchFields": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "properties": { "nodeSelectorTerms": { "anyOf": [ { "items": { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchFields": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "podAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "podAffinityTerm": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "matchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "mismatchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "matchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "mismatchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "podAntiAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "podAffinityTerm": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "matchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "mismatchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "matchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "mismatchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "automountServiceAccountToken": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "containers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "anyOf": [ { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sleep": { "anyOf": [ { "properties": { "seconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sleep": { "anyOf": [ { "properties": { "seconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "livenessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resizePolicy": { "anyOf": [ { "items": { "properties": { "resourceName": { "type": "string" }, "restartPolicy": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "restartPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "appArmorProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "recursiveReadOnly": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "dnsConfig": { "anyOf": [ { "properties": { "nameservers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "options": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "searches": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "dnsPolicy": { "type": "string" }, "enableServiceLinks": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "ephemeralContainers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sleep": { "anyOf": [ { "properties": { "seconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sleep": { "anyOf": [ { "properties": { "seconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "livenessProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "resizePolicy": { "anyOf": [ { "items": { "properties": { "resourceName": { "type": "string" }, "restartPolicy": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "restartPolicy": { "type": "string" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "appArmorProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "targetContainerName": { "type": "string" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "recursiveReadOnly": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "hostAliases": { "anyOf": [ { "items": { "properties": { "hostnames": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ip": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "hostIPC": { "type": "boolean" }, "hostNetwork": { "type": "boolean" }, "hostPID": { "type": "boolean" }, "hostUsers": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "hostname": { "type": "string" }, "imagePullSecrets": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "initContainers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "anyOf": [ { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sleep": { "anyOf": [ { "properties": { "seconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sleep": { "anyOf": [ { "properties": { "seconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "livenessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resizePolicy": { "anyOf": [ { "items": { "properties": { "resourceName": { "type": "string" }, "restartPolicy": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "restartPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "appArmorProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "recursiveReadOnly": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "nodeName": { "type": "string" }, "nodeSelector": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "os": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "overhead": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "preemptionPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "priority": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "priorityClassName": { "type": "string" }, "readinessGates": { "anyOf": [ { "items": { "properties": { "conditionType": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceClaims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "source": { "properties": { "resourceClaimName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "resourceClaimTemplateName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "restartPolicy": { "type": "string" }, "runtimeClassName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "schedulerName": { "type": "string" }, "schedulingGates": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "securityContext": { "anyOf": [ { "properties": { "appArmorProfile": { "anyOf": [ { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "fsGroup": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "fsGroupChangePolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "runAsGroup": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "runAsNonRoot": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUser": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "seLinuxOptions": { "anyOf": [ { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "seccompProfile": { "anyOf": [ { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "supplementalGroups": { "anyOf": [ { "items": { "type": "integer" }, "type": "array" }, { "type": "null" } ] }, "sysctls": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "windowsOptions": { "anyOf": [ { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "serviceAccount": { "type": "string" }, "serviceAccountName": { "type": "string" }, "setHostnameAsFQDN": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "shareProcessNamespace": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "subdomain": { "type": "string" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "tolerations": { "anyOf": [ { "items": { "properties": { "effect": { "type": "string" }, "key": { "type": "string" }, "operator": { "type": "string" }, "tolerationSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "topologySpreadConstraints": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "matchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "maxSkew": { "type": "integer" }, "minDomains": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "nodeAffinityPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "nodeTaintsPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "topologyKey": { "type": "string" }, "whenUnsatisfiable": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumes": { "anyOf": [ { "items": { "properties": { "awsElasticBlockStore": { "properties": { "fsType": { "type": "string" }, "partition": { "type": "integer" }, "readOnly": { "type": "boolean" }, "volumeID": { "type": "string" } }, "type": "object" }, "azureDisk": { "properties": { "cachingMode": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "diskName": { "type": "string" }, "diskURI": { "type": "string" }, "fsType": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "readOnly": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, "azureFile": { "properties": { "readOnly": { "type": "boolean" }, "secretName": { "type": "string" }, "shareName": { "type": "string" } }, "type": "object" }, "cephfs": { "properties": { "monitors": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretFile": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "user": { "type": "string" } }, "type": "object" }, "cinder": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "volumeID": { "type": "string" } }, "type": "object" }, "configMap": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, "csi": { "properties": { "driver": { "type": "string" }, "fsType": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "nodePublishSecretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "readOnly": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "volumeAttributes": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "downwardAPI": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "emptyDir": { "properties": { "medium": { "type": "string" }, "sizeLimit": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "ephemeral": { "properties": { "volumeClaimTemplate": { "anyOf": [ { "properties": { "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "accessModes": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "dataSource": { "anyOf": [ { "properties": { "apiGroup": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "dataSourceRef": { "anyOf": [ { "properties": { "apiGroup": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "namespace": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "selector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "storageClassName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "volumeAttributesClassName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "volumeMode": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "volumeName": { "type": "string" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "fc": { "properties": { "fsType": { "type": "string" }, "lun": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "targetWWNs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "wwids": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "flexVolume": { "properties": { "driver": { "type": "string" }, "fsType": { "type": "string" }, "options": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "flocker": { "properties": { "datasetName": { "type": "string" }, "datasetUUID": { "type": "string" } }, "type": "object" }, "gcePersistentDisk": { "properties": { "fsType": { "type": "string" }, "partition": { "type": "integer" }, "pdName": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "gitRepo": { "properties": { "directory": { "type": "string" }, "repository": { "type": "string" }, "revision": { "type": "string" } }, "type": "object" }, "glusterfs": { "properties": { "endpoints": { "type": "string" }, "path": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "hostPath": { "properties": { "path": { "type": "string" }, "type": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "iscsi": { "properties": { "chapAuthDiscovery": { "type": "boolean" }, "chapAuthSession": { "type": "boolean" }, "fsType": { "type": "string" }, "initiatorName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "iqn": { "type": "string" }, "iscsiInterface": { "type": "string" }, "lun": { "type": "integer" }, "portals": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "targetPortal": { "type": "string" } }, "type": "object" }, "name": { "type": "string" }, "nfs": { "properties": { "path": { "type": "string" }, "readOnly": { "type": "boolean" }, "server": { "type": "string" } }, "type": "object" }, "persistentVolumeClaim": { "properties": { "claimName": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "photonPersistentDisk": { "properties": { "fsType": { "type": "string" }, "pdID": { "type": "string" } }, "type": "object" }, "portworxVolume": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "volumeID": { "type": "string" } }, "type": "object" }, "projected": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "sources": { "anyOf": [ { "items": { "properties": { "clusterTrustBundle": { "anyOf": [ { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "path": { "type": "string" }, "signerName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "configMap": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "downwardAPI": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "secret": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "serviceAccountToken": { "anyOf": [ { "properties": { "audience": { "type": "string" }, "expirationSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "quobyte": { "properties": { "group": { "type": "string" }, "readOnly": { "type": "boolean" }, "registry": { "type": "string" }, "tenant": { "type": "string" }, "user": { "type": "string" }, "volume": { "type": "string" } }, "type": "object" }, "rbd": { "properties": { "fsType": { "type": "string" }, "image": { "type": "string" }, "keyring": { "type": "string" }, "monitors": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "pool": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "user": { "type": "string" } }, "type": "object" }, "scaleIO": { "properties": { "fsType": { "type": "string" }, "gateway": { "type": "string" }, "protectionDomain": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sslEnabled": { "type": "boolean" }, "storageMode": { "type": "string" }, "storagePool": { "type": "string" }, "system": { "type": "string" }, "volumeName": { "type": "string" } }, "type": "object" }, "secret": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "secretName": { "type": "string" } }, "type": "object" }, "storageos": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "volumeName": { "type": "string" }, "volumeNamespace": { "type": "string" } }, "type": "object" }, "vsphereVolume": { "properties": { "fsType": { "type": "string" }, "storagePolicyID": { "type": "string" }, "storagePolicyName": { "type": "string" }, "volumePath": { "type": "string" } }, "type": "object" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" } }, "type": "object" }, "status": { "properties": { "availableReplicas": { "type": "integer" }, "collisionCount": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "conditions": { "anyOf": [ { "items": { "properties": { "lastTransitionTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "lastUpdateTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "message": { "type": "string" }, "reason": { "type": "string" }, "status": { "type": "string" }, "type": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "observedGeneration": { "type": "integer" }, "readyReplicas": { "type": "integer" }, "replicas": { "type": "integer" }, "unavailableReplicas": { "type": "integer" }, "updatedReplicas": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "extraEnvs": { "properties": {}, "type": "object" }, "floatingUserId": { "type": "boolean" }, "image": { "properties": { "pullPolicy": { "type": "string" }, "pullSecret": { "type": "string" }, "registry": { "type": "string" }, "repository": { "type": "string" }, "tag": { "type": "string" } }, "type": "object" }, "podSecurityContext": { "anyOf": [ { "properties": { "appArmorProfile": { "anyOf": [ { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "fsGroup": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "fsGroupChangePolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "runAsGroup": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "runAsNonRoot": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUser": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "seLinuxOptions": { "anyOf": [ { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "seccompProfile": { "anyOf": [ { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "supplementalGroups": { "anyOf": [ { "items": { "type": "integer" }, "type": "array" }, { "type": "null" } ] }, "sysctls": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "windowsOptions": { "anyOf": [ { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "ports": { "anyOf": [ { "patternProperties": { ".*": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "runAsUser": { "type": "integer" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "appArmorProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "serviceOverrides": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "allocateLoadBalancerNodePorts": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "clusterIP": { "type": "string" }, "clusterIPs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "externalIPs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "externalName": { "type": "string" }, "externalTrafficPolicy": { "type": "string" }, "healthCheckNodePort": { "type": "integer" }, "internalTrafficPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "ipFamilies": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ipFamilyPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "loadBalancerClass": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "loadBalancerIP": { "type": "string" }, "loadBalancerSourceRanges": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ports": { "anyOf": [ { "items": { "properties": { "appProtocol": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "nodePort": { "type": "integer" }, "port": { "type": "integer" }, "protocol": { "type": "string" }, "targetPort": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "publishNotReadyAddresses": { "type": "boolean" }, "selector": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sessionAffinity": { "type": "string" }, "sessionAffinityConfig": { "anyOf": [ { "properties": { "clientIP": { "anyOf": [ { "properties": { "timeoutSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "trafficDistribution": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "status": { "properties": { "conditions": { "anyOf": [ { "items": { "properties": { "lastTransitionTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "message": { "type": "string" }, "observedGeneration": { "type": "integer" }, "reason": { "type": "string" }, "status": { "type": "string" }, "type": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "loadBalancer": { "properties": { "ingress": { "anyOf": [ { "items": { "properties": { "hostname": { "type": "string" }, "ip": { "type": "string" }, "ipMode": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "ports": { "anyOf": [ { "items": { "properties": { "error": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "port": { "type": "integer" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] }, "serviceType": { "type": "string" }, "sidecars": { "anyOf": [ { "patternProperties": { ".*": { "properties": { "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "extraEnvs": { "properties": {}, "type": "object" }, "image": { "properties": { "pullPolicy": { "type": "string" }, "pullSecret": { "type": "string" }, "registry": { "type": "string" }, "repository": { "type": "string" }, "tag": { "type": "string" } }, "type": "object" }, "resources": { "anyOf": [ { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "appArmorProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" } } }
Apache-2.0
en
solo-io/skv2
b550b99f414edd36730b5b999e9a88e635f74e1d
2024-04-05T15:37:03
codegen/test/chart/values.schema.json
19
2024-05-28T05:10:27.681258Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "customField1": { "type": "string" }, "painter": { "properties": { "customField2_renamed": { "type": "number" }, "deploymentOverrides": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "minReadySeconds": { "type": "integer" }, "paused": { "type": "boolean" }, "progressDeadlineSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "replicas": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "revisionHistoryLimit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "selector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "strategy": { "properties": { "rollingUpdate": { "anyOf": [ { "properties": { "maxSurge": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "maxUnavailable": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "template": { "properties": { "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "activeDeadlineSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "affinity": { "anyOf": [ { "properties": { "nodeAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "preference": { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchFields": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "properties": { "nodeSelectorTerms": { "anyOf": [ { "items": { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchFields": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "podAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "podAffinityTerm": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "matchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "mismatchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "matchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "mismatchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "podAntiAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "podAffinityTerm": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "matchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "mismatchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "matchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "mismatchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "automountServiceAccountToken": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "containers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "anyOf": [ { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sleep": { "anyOf": [ { "properties": { "seconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sleep": { "anyOf": [ { "properties": { "seconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "livenessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resizePolicy": { "anyOf": [ { "items": { "properties": { "resourceName": { "type": "string" }, "restartPolicy": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "restartPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "dnsConfig": { "anyOf": [ { "properties": { "nameservers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "options": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "searches": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "dnsPolicy": { "type": "string" }, "enableServiceLinks": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "ephemeralContainers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sleep": { "anyOf": [ { "properties": { "seconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sleep": { "anyOf": [ { "properties": { "seconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "livenessProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "resizePolicy": { "anyOf": [ { "items": { "properties": { "resourceName": { "type": "string" }, "restartPolicy": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "restartPolicy": { "type": "string" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "targetContainerName": { "type": "string" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "hostAliases": { "anyOf": [ { "items": { "properties": { "hostnames": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ip": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "hostIPC": { "type": "boolean" }, "hostNetwork": { "type": "boolean" }, "hostPID": { "type": "boolean" }, "hostUsers": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "hostname": { "type": "string" }, "imagePullSecrets": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "initContainers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "anyOf": [ { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sleep": { "anyOf": [ { "properties": { "seconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sleep": { "anyOf": [ { "properties": { "seconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "livenessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resizePolicy": { "anyOf": [ { "items": { "properties": { "resourceName": { "type": "string" }, "restartPolicy": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "restartPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "nodeName": { "type": "string" }, "nodeSelector": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "os": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "overhead": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "preemptionPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "priority": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "priorityClassName": { "type": "string" }, "readinessGates": { "anyOf": [ { "items": { "properties": { "conditionType": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceClaims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "source": { "properties": { "resourceClaimName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "resourceClaimTemplateName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "restartPolicy": { "type": "string" }, "runtimeClassName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "schedulerName": { "type": "string" }, "schedulingGates": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "securityContext": { "anyOf": [ { "properties": { "fsGroup": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "fsGroupChangePolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "runAsGroup": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "runAsNonRoot": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUser": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "seLinuxOptions": { "anyOf": [ { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "seccompProfile": { "anyOf": [ { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "supplementalGroups": { "anyOf": [ { "items": { "type": "integer" }, "type": "array" }, { "type": "null" } ] }, "sysctls": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "windowsOptions": { "anyOf": [ { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "serviceAccount": { "type": "string" }, "serviceAccountName": { "type": "string" }, "setHostnameAsFQDN": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "shareProcessNamespace": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "subdomain": { "type": "string" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "tolerations": { "anyOf": [ { "items": { "properties": { "effect": { "type": "string" }, "key": { "type": "string" }, "operator": { "type": "string" }, "tolerationSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "topologySpreadConstraints": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "matchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "maxSkew": { "type": "integer" }, "minDomains": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "nodeAffinityPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "nodeTaintsPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "topologyKey": { "type": "string" }, "whenUnsatisfiable": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumes": { "anyOf": [ { "items": { "properties": { "awsElasticBlockStore": { "properties": { "fsType": { "type": "string" }, "partition": { "type": "integer" }, "readOnly": { "type": "boolean" }, "volumeID": { "type": "string" } }, "type": "object" }, "azureDisk": { "properties": { "cachingMode": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "diskName": { "type": "string" }, "diskURI": { "type": "string" }, "fsType": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "readOnly": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, "azureFile": { "properties": { "readOnly": { "type": "boolean" }, "secretName": { "type": "string" }, "shareName": { "type": "string" } }, "type": "object" }, "cephfs": { "properties": { "monitors": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretFile": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "user": { "type": "string" } }, "type": "object" }, "cinder": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "volumeID": { "type": "string" } }, "type": "object" }, "configMap": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, "csi": { "properties": { "driver": { "type": "string" }, "fsType": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "nodePublishSecretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "readOnly": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "volumeAttributes": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "downwardAPI": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "emptyDir": { "properties": { "medium": { "type": "string" }, "sizeLimit": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "ephemeral": { "properties": { "volumeClaimTemplate": { "anyOf": [ { "properties": { "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "accessModes": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "dataSource": { "anyOf": [ { "properties": { "apiGroup": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "dataSourceRef": { "anyOf": [ { "properties": { "apiGroup": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "namespace": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "selector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "storageClassName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "volumeAttributesClassName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "volumeMode": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "volumeName": { "type": "string" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "fc": { "properties": { "fsType": { "type": "string" }, "lun": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "targetWWNs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "wwids": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "flexVolume": { "properties": { "driver": { "type": "string" }, "fsType": { "type": "string" }, "options": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "flocker": { "properties": { "datasetName": { "type": "string" }, "datasetUUID": { "type": "string" } }, "type": "object" }, "gcePersistentDisk": { "properties": { "fsType": { "type": "string" }, "partition": { "type": "integer" }, "pdName": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "gitRepo": { "properties": { "directory": { "type": "string" }, "repository": { "type": "string" }, "revision": { "type": "string" } }, "type": "object" }, "glusterfs": { "properties": { "endpoints": { "type": "string" }, "path": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "hostPath": { "properties": { "path": { "type": "string" }, "type": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "iscsi": { "properties": { "chapAuthDiscovery": { "type": "boolean" }, "chapAuthSession": { "type": "boolean" }, "fsType": { "type": "string" }, "initiatorName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "iqn": { "type": "string" }, "iscsiInterface": { "type": "string" }, "lun": { "type": "integer" }, "portals": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "targetPortal": { "type": "string" } }, "type": "object" }, "name": { "type": "string" }, "nfs": { "properties": { "path": { "type": "string" }, "readOnly": { "type": "boolean" }, "server": { "type": "string" } }, "type": "object" }, "persistentVolumeClaim": { "properties": { "claimName": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "photonPersistentDisk": { "properties": { "fsType": { "type": "string" }, "pdID": { "type": "string" } }, "type": "object" }, "portworxVolume": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "volumeID": { "type": "string" } }, "type": "object" }, "projected": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "sources": { "anyOf": [ { "items": { "properties": { "clusterTrustBundle": { "anyOf": [ { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "path": { "type": "string" }, "signerName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "configMap": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "downwardAPI": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "secret": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "serviceAccountToken": { "anyOf": [ { "properties": { "audience": { "type": "string" }, "expirationSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "quobyte": { "properties": { "group": { "type": "string" }, "readOnly": { "type": "boolean" }, "registry": { "type": "string" }, "tenant": { "type": "string" }, "user": { "type": "string" }, "volume": { "type": "string" } }, "type": "object" }, "rbd": { "properties": { "fsType": { "type": "string" }, "image": { "type": "string" }, "keyring": { "type": "string" }, "monitors": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "pool": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "user": { "type": "string" } }, "type": "object" }, "scaleIO": { "properties": { "fsType": { "type": "string" }, "gateway": { "type": "string" }, "protectionDomain": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sslEnabled": { "type": "boolean" }, "storageMode": { "type": "string" }, "storagePool": { "type": "string" }, "system": { "type": "string" }, "volumeName": { "type": "string" } }, "type": "object" }, "secret": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "secretName": { "type": "string" } }, "type": "object" }, "storageos": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "volumeName": { "type": "string" }, "volumeNamespace": { "type": "string" } }, "type": "object" }, "vsphereVolume": { "properties": { "fsType": { "type": "string" }, "storagePolicyID": { "type": "string" }, "storagePolicyName": { "type": "string" }, "volumePath": { "type": "string" } }, "type": "object" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" } }, "type": "object" }, "status": { "properties": { "availableReplicas": { "type": "integer" }, "collisionCount": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "conditions": { "anyOf": [ { "items": { "properties": { "lastTransitionTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "lastUpdateTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "message": { "type": "string" }, "reason": { "type": "string" }, "status": { "type": "string" }, "type": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "observedGeneration": { "type": "integer" }, "readyReplicas": { "type": "integer" }, "replicas": { "type": "integer" }, "unavailableReplicas": { "type": "integer" }, "updatedReplicas": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "extraEnvs": { "properties": {}, "type": "object" }, "floatingUserId": { "type": "boolean" }, "image": { "properties": { "pullPolicy": { "type": "string" }, "pullSecret": { "type": "string" }, "registry": { "type": "string" }, "repository": { "type": "string" }, "tag": { "type": "string" } }, "type": "object" }, "ports": { "anyOf": [ { "patternProperties": { ".*": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "runAsUser": { "type": "integer" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "serviceOverrides": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "allocateLoadBalancerNodePorts": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "clusterIP": { "type": "string" }, "clusterIPs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "externalIPs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "externalName": { "type": "string" }, "externalTrafficPolicy": { "type": "string" }, "healthCheckNodePort": { "type": "integer" }, "internalTrafficPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "ipFamilies": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ipFamilyPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "loadBalancerClass": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "loadBalancerIP": { "type": "string" }, "loadBalancerSourceRanges": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ports": { "anyOf": [ { "items": { "properties": { "appProtocol": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "nodePort": { "type": "integer" }, "port": { "type": "integer" }, "protocol": { "type": "string" }, "targetPort": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "publishNotReadyAddresses": { "type": "boolean" }, "selector": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sessionAffinity": { "type": "string" }, "sessionAffinityConfig": { "anyOf": [ { "properties": { "clientIP": { "anyOf": [ { "properties": { "timeoutSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "status": { "properties": { "conditions": { "anyOf": [ { "items": { "properties": { "lastTransitionTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "message": { "type": "string" }, "observedGeneration": { "type": "integer" }, "reason": { "type": "string" }, "status": { "type": "string" }, "type": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "loadBalancer": { "properties": { "ingress": { "anyOf": [ { "items": { "properties": { "hostname": { "type": "string" }, "ip": { "type": "string" }, "ipMode": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "ports": { "anyOf": [ { "items": { "properties": { "error": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "port": { "type": "integer" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] }, "serviceType": { "type": "string" }, "sidecars": { "anyOf": [ { "patternProperties": { ".*": { "properties": { "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "extraEnvs": { "properties": {}, "type": "object" }, "image": { "properties": { "pullPolicy": { "type": "string" }, "pullSecret": { "type": "string" }, "registry": { "type": "string" }, "repository": { "type": "string" }, "tag": { "type": "string" } }, "type": "object" }, "resources": { "anyOf": [ { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" } } }
Apache-2.0
en
solo-io/skv2
7fa57b0ba677d4789db9221ccfab4555fe46dafe
2023-03-02T21:06:05
codegen/test/chart/values.schema.json
19
2024-05-28T05:10:27.681258Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "customField1": { "type": "string" }, "painter": { "properties": { "customField2_renamed": { "type": "number" }, "deploymentOverrides": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "minReadySeconds": { "type": "integer" }, "paused": { "type": "boolean" }, "progressDeadlineSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "replicas": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "revisionHistoryLimit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "selector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "strategy": { "properties": { "rollingUpdate": { "anyOf": [ { "properties": { "maxSurge": { "anyOf": [ { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "maxUnavailable": { "anyOf": [ { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "template": { "properties": { "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "activeDeadlineSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "affinity": { "anyOf": [ { "properties": { "nodeAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "preference": { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchFields": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "properties": { "nodeSelectorTerms": { "anyOf": [ { "items": { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchFields": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "podAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "podAffinityTerm": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "podAntiAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "podAffinityTerm": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "automountServiceAccountToken": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "containers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "anyOf": [ { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "livenessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "dnsConfig": { "anyOf": [ { "properties": { "nameservers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "options": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "searches": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "dnsPolicy": { "type": "string" }, "enableServiceLinks": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "ephemeralContainers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "livenessProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "resources": { "properties": { "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "targetContainerName": { "type": "string" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "hostAliases": { "anyOf": [ { "items": { "properties": { "hostnames": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ip": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "hostIPC": { "type": "boolean" }, "hostNetwork": { "type": "boolean" }, "hostPID": { "type": "boolean" }, "hostUsers": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "hostname": { "type": "string" }, "imagePullSecrets": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "initContainers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "anyOf": [ { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "livenessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "nodeName": { "type": "string" }, "nodeSelector": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "os": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "overhead": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "preemptionPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "priority": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "priorityClassName": { "type": "string" }, "readinessGates": { "anyOf": [ { "items": { "properties": { "conditionType": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "restartPolicy": { "type": "string" }, "runtimeClassName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "schedulerName": { "type": "string" }, "securityContext": { "anyOf": [ { "properties": { "fsGroup": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "fsGroupChangePolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "runAsGroup": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "runAsNonRoot": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUser": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "seLinuxOptions": { "anyOf": [ { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "seccompProfile": { "anyOf": [ { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "supplementalGroups": { "anyOf": [ { "items": { "type": "integer" }, "type": "array" }, { "type": "null" } ] }, "sysctls": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "windowsOptions": { "anyOf": [ { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "serviceAccount": { "type": "string" }, "serviceAccountName": { "type": "string" }, "setHostnameAsFQDN": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "shareProcessNamespace": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "subdomain": { "type": "string" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "tolerations": { "anyOf": [ { "items": { "properties": { "effect": { "type": "string" }, "key": { "type": "string" }, "operator": { "type": "string" }, "tolerationSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "topologySpreadConstraints": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "matchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "maxSkew": { "type": "integer" }, "minDomains": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "nodeAffinityPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "nodeTaintsPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "topologyKey": { "type": "string" }, "whenUnsatisfiable": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumes": { "anyOf": [ { "items": { "properties": { "awsElasticBlockStore": { "properties": { "fsType": { "type": "string" }, "partition": { "type": "integer" }, "readOnly": { "type": "boolean" }, "volumeID": { "type": "string" } }, "type": "object" }, "azureDisk": { "properties": { "cachingMode": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "diskName": { "type": "string" }, "diskURI": { "type": "string" }, "fsType": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "readOnly": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, "azureFile": { "properties": { "readOnly": { "type": "boolean" }, "secretName": { "type": "string" }, "shareName": { "type": "string" } }, "type": "object" }, "cephfs": { "properties": { "monitors": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretFile": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "user": { "type": "string" } }, "type": "object" }, "cinder": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "volumeID": { "type": "string" } }, "type": "object" }, "configMap": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, "csi": { "properties": { "driver": { "type": "string" }, "fsType": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "nodePublishSecretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "readOnly": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "volumeAttributes": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "downwardAPI": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "emptyDir": { "properties": { "medium": { "type": "string" }, "sizeLimit": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "ephemeral": { "properties": { "volumeClaimTemplate": { "anyOf": [ { "properties": { "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "accessModes": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "dataSource": { "anyOf": [ { "properties": { "apiGroup": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "dataSourceRef": { "anyOf": [ { "properties": { "apiGroup": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "selector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "storageClassName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "volumeMode": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "volumeName": { "type": "string" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "fc": { "properties": { "fsType": { "type": "string" }, "lun": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "targetWWNs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "wwids": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "flexVolume": { "properties": { "driver": { "type": "string" }, "fsType": { "type": "string" }, "options": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "flocker": { "properties": { "datasetName": { "type": "string" }, "datasetUUID": { "type": "string" } }, "type": "object" }, "gcePersistentDisk": { "properties": { "fsType": { "type": "string" }, "partition": { "type": "integer" }, "pdName": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "gitRepo": { "properties": { "directory": { "type": "string" }, "repository": { "type": "string" }, "revision": { "type": "string" } }, "type": "object" }, "glusterfs": { "properties": { "endpoints": { "type": "string" }, "path": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "hostPath": { "properties": { "path": { "type": "string" }, "type": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "iscsi": { "properties": { "chapAuthDiscovery": { "type": "boolean" }, "chapAuthSession": { "type": "boolean" }, "fsType": { "type": "string" }, "initiatorName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "iqn": { "type": "string" }, "iscsiInterface": { "type": "string" }, "lun": { "type": "integer" }, "portals": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "targetPortal": { "type": "string" } }, "type": "object" }, "name": { "type": "string" }, "nfs": { "properties": { "path": { "type": "string" }, "readOnly": { "type": "boolean" }, "server": { "type": "string" } }, "type": "object" }, "persistentVolumeClaim": { "properties": { "claimName": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "photonPersistentDisk": { "properties": { "fsType": { "type": "string" }, "pdID": { "type": "string" } }, "type": "object" }, "portworxVolume": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "volumeID": { "type": "string" } }, "type": "object" }, "projected": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "sources": { "anyOf": [ { "items": { "properties": { "configMap": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "downwardAPI": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "secret": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "serviceAccountToken": { "anyOf": [ { "properties": { "audience": { "type": "string" }, "expirationSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "quobyte": { "properties": { "group": { "type": "string" }, "readOnly": { "type": "boolean" }, "registry": { "type": "string" }, "tenant": { "type": "string" }, "user": { "type": "string" }, "volume": { "type": "string" } }, "type": "object" }, "rbd": { "properties": { "fsType": { "type": "string" }, "image": { "type": "string" }, "keyring": { "type": "string" }, "monitors": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "pool": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "user": { "type": "string" } }, "type": "object" }, "scaleIO": { "properties": { "fsType": { "type": "string" }, "gateway": { "type": "string" }, "protectionDomain": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sslEnabled": { "type": "boolean" }, "storageMode": { "type": "string" }, "storagePool": { "type": "string" }, "system": { "type": "string" }, "volumeName": { "type": "string" } }, "type": "object" }, "secret": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "secretName": { "type": "string" } }, "type": "object" }, "storageos": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "volumeName": { "type": "string" }, "volumeNamespace": { "type": "string" } }, "type": "object" }, "vsphereVolume": { "properties": { "fsType": { "type": "string" }, "storagePolicyID": { "type": "string" }, "storagePolicyName": { "type": "string" }, "volumePath": { "type": "string" } }, "type": "object" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" } }, "type": "object" }, "status": { "properties": { "availableReplicas": { "type": "integer" }, "collisionCount": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "conditions": { "anyOf": [ { "items": { "properties": { "lastTransitionTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "lastUpdateTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "message": { "type": "string" }, "reason": { "type": "string" }, "status": { "type": "string" }, "type": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "observedGeneration": { "type": "integer" }, "readyReplicas": { "type": "integer" }, "replicas": { "type": "integer" }, "unavailableReplicas": { "type": "integer" }, "updatedReplicas": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] }, "enabled": { "type": "boolean" }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "floatingUserId": { "type": "boolean" }, "image": { "properties": { "pullPolicy": { "type": "string" }, "pullSecret": { "type": "string" }, "registry": { "type": "string" }, "repository": { "type": "string" }, "tag": { "type": "string" } }, "type": "object" }, "ports": { "anyOf": [ { "patternProperties": { ".*": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "runAsUser": { "type": "integer" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "serviceOverrides": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "allocateLoadBalancerNodePorts": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "clusterIP": { "type": "string" }, "clusterIPs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "externalIPs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "externalName": { "type": "string" }, "externalTrafficPolicy": { "type": "string" }, "healthCheckNodePort": { "type": "integer" }, "internalTrafficPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "ipFamilies": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ipFamilyPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "loadBalancerClass": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "loadBalancerIP": { "type": "string" }, "loadBalancerSourceRanges": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ports": { "anyOf": [ { "items": { "properties": { "appProtocol": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "nodePort": { "type": "integer" }, "port": { "type": "integer" }, "protocol": { "type": "string" }, "targetPort": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "publishNotReadyAddresses": { "type": "boolean" }, "selector": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sessionAffinity": { "type": "string" }, "sessionAffinityConfig": { "anyOf": [ { "properties": { "clientIP": { "anyOf": [ { "properties": { "timeoutSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "status": { "properties": { "conditions": { "anyOf": [ { "items": { "properties": { "lastTransitionTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "message": { "type": "string" }, "observedGeneration": { "type": "integer" }, "reason": { "type": "string" }, "status": { "type": "string" }, "type": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "loadBalancer": { "properties": { "ingress": { "anyOf": [ { "items": { "properties": { "hostname": { "type": "string" }, "ip": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "error": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "port": { "type": "integer" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] }, "serviceType": { "type": "string" }, "sidecars": { "anyOf": [ { "patternProperties": { ".*": { "properties": { "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "properties": { "pullPolicy": { "type": "string" }, "pullSecret": { "type": "string" }, "registry": { "type": "string" }, "repository": { "type": "string" }, "tag": { "type": "string" } }, "type": "object" }, "resources": { "anyOf": [ { "properties": { "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" } } }
Apache-2.0
en
solo-io/skv2
370acaa99e2b6e91db11a4025558b5ef487e1795
2023-05-16T21:04:14
codegen/test/chart/values.schema.json
19
2024-05-28T05:10:27.681258Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "customField1": { "type": "string" }, "painter": { "properties": { "customField2_renamed": { "type": "number" }, "deploymentOverrides": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "minReadySeconds": { "type": "integer" }, "paused": { "type": "boolean" }, "progressDeadlineSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "replicas": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "revisionHistoryLimit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "selector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "strategy": { "properties": { "rollingUpdate": { "anyOf": [ { "properties": { "maxSurge": { "anyOf": [ { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "maxUnavailable": { "anyOf": [ { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "template": { "properties": { "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "activeDeadlineSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "affinity": { "anyOf": [ { "properties": { "nodeAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "preference": { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchFields": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "properties": { "nodeSelectorTerms": { "anyOf": [ { "items": { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchFields": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "podAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "podAffinityTerm": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "podAntiAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "podAffinityTerm": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "automountServiceAccountToken": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "containers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "anyOf": [ { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "livenessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "dnsConfig": { "anyOf": [ { "properties": { "nameservers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "options": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "searches": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "dnsPolicy": { "type": "string" }, "enableServiceLinks": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "ephemeralContainers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "livenessProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "targetContainerName": { "type": "string" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "hostAliases": { "anyOf": [ { "items": { "properties": { "hostnames": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ip": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "hostIPC": { "type": "boolean" }, "hostNetwork": { "type": "boolean" }, "hostPID": { "type": "boolean" }, "hostUsers": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "hostname": { "type": "string" }, "imagePullSecrets": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "initContainers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "anyOf": [ { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "livenessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "nodeName": { "type": "string" }, "nodeSelector": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "os": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "overhead": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "preemptionPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "priority": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "priorityClassName": { "type": "string" }, "readinessGates": { "anyOf": [ { "items": { "properties": { "conditionType": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceClaims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "source": { "properties": { "resourceClaimName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "resourceClaimTemplateName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "restartPolicy": { "type": "string" }, "runtimeClassName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "schedulerName": { "type": "string" }, "schedulingGates": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "securityContext": { "anyOf": [ { "properties": { "fsGroup": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "fsGroupChangePolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "runAsGroup": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "runAsNonRoot": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUser": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "seLinuxOptions": { "anyOf": [ { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "seccompProfile": { "anyOf": [ { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "supplementalGroups": { "anyOf": [ { "items": { "type": "integer" }, "type": "array" }, { "type": "null" } ] }, "sysctls": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "windowsOptions": { "anyOf": [ { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "serviceAccount": { "type": "string" }, "serviceAccountName": { "type": "string" }, "setHostnameAsFQDN": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "shareProcessNamespace": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "subdomain": { "type": "string" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "tolerations": { "anyOf": [ { "items": { "properties": { "effect": { "type": "string" }, "key": { "type": "string" }, "operator": { "type": "string" }, "tolerationSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "topologySpreadConstraints": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "matchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "maxSkew": { "type": "integer" }, "minDomains": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "nodeAffinityPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "nodeTaintsPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "topologyKey": { "type": "string" }, "whenUnsatisfiable": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumes": { "anyOf": [ { "items": { "properties": { "awsElasticBlockStore": { "properties": { "fsType": { "type": "string" }, "partition": { "type": "integer" }, "readOnly": { "type": "boolean" }, "volumeID": { "type": "string" } }, "type": "object" }, "azureDisk": { "properties": { "cachingMode": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "diskName": { "type": "string" }, "diskURI": { "type": "string" }, "fsType": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "readOnly": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, "azureFile": { "properties": { "readOnly": { "type": "boolean" }, "secretName": { "type": "string" }, "shareName": { "type": "string" } }, "type": "object" }, "cephfs": { "properties": { "monitors": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretFile": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "user": { "type": "string" } }, "type": "object" }, "cinder": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "volumeID": { "type": "string" } }, "type": "object" }, "configMap": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, "csi": { "properties": { "driver": { "type": "string" }, "fsType": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "nodePublishSecretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "readOnly": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "volumeAttributes": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "downwardAPI": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "emptyDir": { "properties": { "medium": { "type": "string" }, "sizeLimit": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "ephemeral": { "properties": { "volumeClaimTemplate": { "anyOf": [ { "properties": { "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "accessModes": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "dataSource": { "anyOf": [ { "properties": { "apiGroup": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "dataSourceRef": { "anyOf": [ { "properties": { "apiGroup": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "namespace": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "selector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "storageClassName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "volumeMode": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "volumeName": { "type": "string" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "fc": { "properties": { "fsType": { "type": "string" }, "lun": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "targetWWNs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "wwids": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "flexVolume": { "properties": { "driver": { "type": "string" }, "fsType": { "type": "string" }, "options": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "flocker": { "properties": { "datasetName": { "type": "string" }, "datasetUUID": { "type": "string" } }, "type": "object" }, "gcePersistentDisk": { "properties": { "fsType": { "type": "string" }, "partition": { "type": "integer" }, "pdName": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "gitRepo": { "properties": { "directory": { "type": "string" }, "repository": { "type": "string" }, "revision": { "type": "string" } }, "type": "object" }, "glusterfs": { "properties": { "endpoints": { "type": "string" }, "path": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "hostPath": { "properties": { "path": { "type": "string" }, "type": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "iscsi": { "properties": { "chapAuthDiscovery": { "type": "boolean" }, "chapAuthSession": { "type": "boolean" }, "fsType": { "type": "string" }, "initiatorName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "iqn": { "type": "string" }, "iscsiInterface": { "type": "string" }, "lun": { "type": "integer" }, "portals": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "targetPortal": { "type": "string" } }, "type": "object" }, "name": { "type": "string" }, "nfs": { "properties": { "path": { "type": "string" }, "readOnly": { "type": "boolean" }, "server": { "type": "string" } }, "type": "object" }, "persistentVolumeClaim": { "properties": { "claimName": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "photonPersistentDisk": { "properties": { "fsType": { "type": "string" }, "pdID": { "type": "string" } }, "type": "object" }, "portworxVolume": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "volumeID": { "type": "string" } }, "type": "object" }, "projected": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "sources": { "anyOf": [ { "items": { "properties": { "configMap": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "downwardAPI": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "secret": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "serviceAccountToken": { "anyOf": [ { "properties": { "audience": { "type": "string" }, "expirationSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "quobyte": { "properties": { "group": { "type": "string" }, "readOnly": { "type": "boolean" }, "registry": { "type": "string" }, "tenant": { "type": "string" }, "user": { "type": "string" }, "volume": { "type": "string" } }, "type": "object" }, "rbd": { "properties": { "fsType": { "type": "string" }, "image": { "type": "string" }, "keyring": { "type": "string" }, "monitors": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "pool": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "user": { "type": "string" } }, "type": "object" }, "scaleIO": { "properties": { "fsType": { "type": "string" }, "gateway": { "type": "string" }, "protectionDomain": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sslEnabled": { "type": "boolean" }, "storageMode": { "type": "string" }, "storagePool": { "type": "string" }, "system": { "type": "string" }, "volumeName": { "type": "string" } }, "type": "object" }, "secret": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "secretName": { "type": "string" } }, "type": "object" }, "storageos": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "volumeName": { "type": "string" }, "volumeNamespace": { "type": "string" } }, "type": "object" }, "vsphereVolume": { "properties": { "fsType": { "type": "string" }, "storagePolicyID": { "type": "string" }, "storagePolicyName": { "type": "string" }, "volumePath": { "type": "string" } }, "type": "object" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" } }, "type": "object" }, "status": { "properties": { "availableReplicas": { "type": "integer" }, "collisionCount": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "conditions": { "anyOf": [ { "items": { "properties": { "lastTransitionTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "lastUpdateTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "message": { "type": "string" }, "reason": { "type": "string" }, "status": { "type": "string" }, "type": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "observedGeneration": { "type": "integer" }, "readyReplicas": { "type": "integer" }, "replicas": { "type": "integer" }, "unavailableReplicas": { "type": "integer" }, "updatedReplicas": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] }, "enabled": { "type": "boolean" }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "extraEnvs": { "properties": {}, "type": "object" }, "floatingUserId": { "type": "boolean" }, "image": { "properties": { "pullPolicy": { "type": "string" }, "pullSecret": { "type": "string" }, "registry": { "type": "string" }, "repository": { "type": "string" }, "tag": { "type": "string" } }, "type": "object" }, "ports": { "anyOf": [ { "patternProperties": { ".*": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "runAsUser": { "type": "integer" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "serviceOverrides": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "allocateLoadBalancerNodePorts": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "clusterIP": { "type": "string" }, "clusterIPs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "externalIPs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "externalName": { "type": "string" }, "externalTrafficPolicy": { "type": "string" }, "healthCheckNodePort": { "type": "integer" }, "internalTrafficPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "ipFamilies": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ipFamilyPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "loadBalancerClass": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "loadBalancerIP": { "type": "string" }, "loadBalancerSourceRanges": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ports": { "anyOf": [ { "items": { "properties": { "appProtocol": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "nodePort": { "type": "integer" }, "port": { "type": "integer" }, "protocol": { "type": "string" }, "targetPort": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "publishNotReadyAddresses": { "type": "boolean" }, "selector": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sessionAffinity": { "type": "string" }, "sessionAffinityConfig": { "anyOf": [ { "properties": { "clientIP": { "anyOf": [ { "properties": { "timeoutSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "status": { "properties": { "conditions": { "anyOf": [ { "items": { "properties": { "lastTransitionTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "message": { "type": "string" }, "observedGeneration": { "type": "integer" }, "reason": { "type": "string" }, "status": { "type": "string" }, "type": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "loadBalancer": { "properties": { "ingress": { "anyOf": [ { "items": { "properties": { "hostname": { "type": "string" }, "ip": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "error": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "port": { "type": "integer" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] }, "serviceType": { "type": "string" }, "sidecars": { "anyOf": [ { "patternProperties": { ".*": { "properties": { "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "extraEnvs": { "properties": {}, "type": "object" }, "image": { "properties": { "pullPolicy": { "type": "string" }, "pullSecret": { "type": "string" }, "registry": { "type": "string" }, "repository": { "type": "string" }, "tag": { "type": "string" } }, "type": "object" }, "resources": { "anyOf": [ { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" } } }
Apache-2.0
en
solo-io/skv2
0d5c2a5e77770a94ade2789755eaa8d3eea594ea
2023-07-31T18:31:40
codegen/test/chart/values.schema.json
19
2024-05-28T05:10:27.681258Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "customField1": { "type": "string" }, "painter": { "properties": { "customField2_renamed": { "type": "number" }, "deploymentOverrides": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "minReadySeconds": { "type": "integer" }, "paused": { "type": "boolean" }, "progressDeadlineSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "replicas": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "revisionHistoryLimit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "selector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "strategy": { "properties": { "rollingUpdate": { "anyOf": [ { "properties": { "maxSurge": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "maxUnavailable": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "template": { "properties": { "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "activeDeadlineSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "affinity": { "anyOf": [ { "properties": { "nodeAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "preference": { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchFields": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "properties": { "nodeSelectorTerms": { "anyOf": [ { "items": { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchFields": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "podAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "podAffinityTerm": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "podAntiAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "podAffinityTerm": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "automountServiceAccountToken": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "containers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "anyOf": [ { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "livenessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resizePolicy": { "anyOf": [ { "items": { "properties": { "resourceName": { "type": "string" }, "restartPolicy": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "dnsConfig": { "anyOf": [ { "properties": { "nameservers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "options": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "searches": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "dnsPolicy": { "type": "string" }, "enableServiceLinks": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "ephemeralContainers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "livenessProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "resizePolicy": { "anyOf": [ { "items": { "properties": { "resourceName": { "type": "string" }, "restartPolicy": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "targetContainerName": { "type": "string" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "hostAliases": { "anyOf": [ { "items": { "properties": { "hostnames": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ip": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "hostIPC": { "type": "boolean" }, "hostNetwork": { "type": "boolean" }, "hostPID": { "type": "boolean" }, "hostUsers": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "hostname": { "type": "string" }, "imagePullSecrets": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "initContainers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "anyOf": [ { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "livenessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resizePolicy": { "anyOf": [ { "items": { "properties": { "resourceName": { "type": "string" }, "restartPolicy": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "nodeName": { "type": "string" }, "nodeSelector": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "os": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "overhead": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "preemptionPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "priority": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "priorityClassName": { "type": "string" }, "readinessGates": { "anyOf": [ { "items": { "properties": { "conditionType": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceClaims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "source": { "properties": { "resourceClaimName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "resourceClaimTemplateName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "restartPolicy": { "type": "string" }, "runtimeClassName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "schedulerName": { "type": "string" }, "schedulingGates": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "securityContext": { "anyOf": [ { "properties": { "fsGroup": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "fsGroupChangePolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "runAsGroup": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "runAsNonRoot": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUser": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "seLinuxOptions": { "anyOf": [ { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "seccompProfile": { "anyOf": [ { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "supplementalGroups": { "anyOf": [ { "items": { "type": "integer" }, "type": "array" }, { "type": "null" } ] }, "sysctls": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "windowsOptions": { "anyOf": [ { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "serviceAccount": { "type": "string" }, "serviceAccountName": { "type": "string" }, "setHostnameAsFQDN": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "shareProcessNamespace": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "subdomain": { "type": "string" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "tolerations": { "anyOf": [ { "items": { "properties": { "effect": { "type": "string" }, "key": { "type": "string" }, "operator": { "type": "string" }, "tolerationSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "topologySpreadConstraints": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "matchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "maxSkew": { "type": "integer" }, "minDomains": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "nodeAffinityPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "nodeTaintsPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "topologyKey": { "type": "string" }, "whenUnsatisfiable": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumes": { "anyOf": [ { "items": { "properties": { "awsElasticBlockStore": { "properties": { "fsType": { "type": "string" }, "partition": { "type": "integer" }, "readOnly": { "type": "boolean" }, "volumeID": { "type": "string" } }, "type": "object" }, "azureDisk": { "properties": { "cachingMode": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "diskName": { "type": "string" }, "diskURI": { "type": "string" }, "fsType": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "readOnly": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, "azureFile": { "properties": { "readOnly": { "type": "boolean" }, "secretName": { "type": "string" }, "shareName": { "type": "string" } }, "type": "object" }, "cephfs": { "properties": { "monitors": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretFile": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "user": { "type": "string" } }, "type": "object" }, "cinder": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "volumeID": { "type": "string" } }, "type": "object" }, "configMap": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, "csi": { "properties": { "driver": { "type": "string" }, "fsType": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "nodePublishSecretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "readOnly": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "volumeAttributes": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "downwardAPI": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "emptyDir": { "properties": { "medium": { "type": "string" }, "sizeLimit": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "ephemeral": { "properties": { "volumeClaimTemplate": { "anyOf": [ { "properties": { "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "accessModes": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "dataSource": { "anyOf": [ { "properties": { "apiGroup": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "dataSourceRef": { "anyOf": [ { "properties": { "apiGroup": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "namespace": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "selector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "storageClassName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "volumeMode": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "volumeName": { "type": "string" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "fc": { "properties": { "fsType": { "type": "string" }, "lun": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "targetWWNs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "wwids": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "flexVolume": { "properties": { "driver": { "type": "string" }, "fsType": { "type": "string" }, "options": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "flocker": { "properties": { "datasetName": { "type": "string" }, "datasetUUID": { "type": "string" } }, "type": "object" }, "gcePersistentDisk": { "properties": { "fsType": { "type": "string" }, "partition": { "type": "integer" }, "pdName": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "gitRepo": { "properties": { "directory": { "type": "string" }, "repository": { "type": "string" }, "revision": { "type": "string" } }, "type": "object" }, "glusterfs": { "properties": { "endpoints": { "type": "string" }, "path": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "hostPath": { "properties": { "path": { "type": "string" }, "type": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "iscsi": { "properties": { "chapAuthDiscovery": { "type": "boolean" }, "chapAuthSession": { "type": "boolean" }, "fsType": { "type": "string" }, "initiatorName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "iqn": { "type": "string" }, "iscsiInterface": { "type": "string" }, "lun": { "type": "integer" }, "portals": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "targetPortal": { "type": "string" } }, "type": "object" }, "name": { "type": "string" }, "nfs": { "properties": { "path": { "type": "string" }, "readOnly": { "type": "boolean" }, "server": { "type": "string" } }, "type": "object" }, "persistentVolumeClaim": { "properties": { "claimName": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "photonPersistentDisk": { "properties": { "fsType": { "type": "string" }, "pdID": { "type": "string" } }, "type": "object" }, "portworxVolume": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "volumeID": { "type": "string" } }, "type": "object" }, "projected": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "sources": { "anyOf": [ { "items": { "properties": { "configMap": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "downwardAPI": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "secret": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "serviceAccountToken": { "anyOf": [ { "properties": { "audience": { "type": "string" }, "expirationSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "quobyte": { "properties": { "group": { "type": "string" }, "readOnly": { "type": "boolean" }, "registry": { "type": "string" }, "tenant": { "type": "string" }, "user": { "type": "string" }, "volume": { "type": "string" } }, "type": "object" }, "rbd": { "properties": { "fsType": { "type": "string" }, "image": { "type": "string" }, "keyring": { "type": "string" }, "monitors": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "pool": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "user": { "type": "string" } }, "type": "object" }, "scaleIO": { "properties": { "fsType": { "type": "string" }, "gateway": { "type": "string" }, "protectionDomain": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sslEnabled": { "type": "boolean" }, "storageMode": { "type": "string" }, "storagePool": { "type": "string" }, "system": { "type": "string" }, "volumeName": { "type": "string" } }, "type": "object" }, "secret": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "secretName": { "type": "string" } }, "type": "object" }, "storageos": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "volumeName": { "type": "string" }, "volumeNamespace": { "type": "string" } }, "type": "object" }, "vsphereVolume": { "properties": { "fsType": { "type": "string" }, "storagePolicyID": { "type": "string" }, "storagePolicyName": { "type": "string" }, "volumePath": { "type": "string" } }, "type": "object" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" } }, "type": "object" }, "status": { "properties": { "availableReplicas": { "type": "integer" }, "collisionCount": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "conditions": { "anyOf": [ { "items": { "properties": { "lastTransitionTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "lastUpdateTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "message": { "type": "string" }, "reason": { "type": "string" }, "status": { "type": "string" }, "type": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "observedGeneration": { "type": "integer" }, "readyReplicas": { "type": "integer" }, "replicas": { "type": "integer" }, "unavailableReplicas": { "type": "integer" }, "updatedReplicas": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] }, "enabled": { "type": "boolean" }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "extraEnvs": { "properties": {}, "type": "object" }, "floatingUserId": { "type": "boolean" }, "image": { "properties": { "pullPolicy": { "type": "string" }, "pullSecret": { "type": "string" }, "registry": { "type": "string" }, "repository": { "type": "string" }, "tag": { "type": "string" } }, "type": "object" }, "ports": { "anyOf": [ { "patternProperties": { ".*": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "runAsUser": { "type": "integer" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "serviceOverrides": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "allocateLoadBalancerNodePorts": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "clusterIP": { "type": "string" }, "clusterIPs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "externalIPs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "externalName": { "type": "string" }, "externalTrafficPolicy": { "type": "string" }, "healthCheckNodePort": { "type": "integer" }, "internalTrafficPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "ipFamilies": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ipFamilyPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "loadBalancerClass": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "loadBalancerIP": { "type": "string" }, "loadBalancerSourceRanges": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ports": { "anyOf": [ { "items": { "properties": { "appProtocol": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "nodePort": { "type": "integer" }, "port": { "type": "integer" }, "protocol": { "type": "string" }, "targetPort": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "publishNotReadyAddresses": { "type": "boolean" }, "selector": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sessionAffinity": { "type": "string" }, "sessionAffinityConfig": { "anyOf": [ { "properties": { "clientIP": { "anyOf": [ { "properties": { "timeoutSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "status": { "properties": { "conditions": { "anyOf": [ { "items": { "properties": { "lastTransitionTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "message": { "type": "string" }, "observedGeneration": { "type": "integer" }, "reason": { "type": "string" }, "status": { "type": "string" }, "type": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "loadBalancer": { "properties": { "ingress": { "anyOf": [ { "items": { "properties": { "hostname": { "type": "string" }, "ip": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "error": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "port": { "type": "integer" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] }, "serviceType": { "type": "string" }, "sidecars": { "anyOf": [ { "patternProperties": { ".*": { "properties": { "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "extraEnvs": { "properties": {}, "type": "object" }, "image": { "properties": { "pullPolicy": { "type": "string" }, "pullSecret": { "type": "string" }, "registry": { "type": "string" }, "repository": { "type": "string" }, "tag": { "type": "string" } }, "type": "object" }, "resources": { "anyOf": [ { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" } } }
Apache-2.0
en
solo-io/skv2
ff4b71e3a12f190a98336d5188655946e4d78053
2023-04-21T19:33:38
codegen/test/chart/values.schema.json
19
2024-05-28T05:10:27.681258Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "customField1": { "type": "string" }, "painter": { "properties": { "customField2_renamed": { "type": "number" }, "deploymentOverrides": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "minReadySeconds": { "type": "integer" }, "paused": { "type": "boolean" }, "progressDeadlineSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "replicas": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "revisionHistoryLimit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "selector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "strategy": { "properties": { "rollingUpdate": { "anyOf": [ { "properties": { "maxSurge": { "anyOf": [ { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "maxUnavailable": { "anyOf": [ { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "template": { "properties": { "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "activeDeadlineSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "affinity": { "anyOf": [ { "properties": { "nodeAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "preference": { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchFields": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "properties": { "nodeSelectorTerms": { "anyOf": [ { "items": { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchFields": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "podAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "podAffinityTerm": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "podAntiAffinity": { "anyOf": [ { "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "podAffinityTerm": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "weight": { "type": "integer" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "requiredDuringSchedulingIgnoredDuringExecution": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaceSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "namespaces": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "topologyKey": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "automountServiceAccountToken": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "containers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "anyOf": [ { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "livenessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "dnsConfig": { "anyOf": [ { "properties": { "nameservers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "options": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "searches": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "dnsPolicy": { "type": "string" }, "enableServiceLinks": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "ephemeralContainers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "livenessProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "targetContainerName": { "type": "string" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "hostAliases": { "anyOf": [ { "items": { "properties": { "hostnames": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ip": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "hostIPC": { "type": "boolean" }, "hostNetwork": { "type": "boolean" }, "hostPID": { "type": "boolean" }, "hostUsers": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "hostname": { "type": "string" }, "imagePullSecrets": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "initContainers": { "anyOf": [ { "items": { "properties": { "args": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "envFrom": { "anyOf": [ { "items": { "properties": { "configMapRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "prefix": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "anyOf": [ { "properties": { "postStart": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "preStop": { "anyOf": [ { "properties": { "exec": { "anyOf": [ { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "httpGet": { "anyOf": [ { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "tcpSocket": { "anyOf": [ { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "livenessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "name": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "containerPort": { "type": "integer" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer" }, "name": { "type": "string" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "readinessProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "startupProbe": { "anyOf": [ { "properties": { "exec": { "properties": { "command": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "failureThreshold": { "type": "integer" }, "grpc": { "properties": { "port": { "type": "integer" }, "service": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "httpGet": { "properties": { "host": { "type": "string" }, "httpHeaders": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" }, "scheme": { "type": "string" } }, "type": "object" }, "initialDelaySeconds": { "type": "integer" }, "periodSeconds": { "type": "integer" }, "successThreshold": { "type": "integer" }, "tcpSocket": { "properties": { "host": { "type": "string" }, "port": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "timeoutSeconds": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "anyOf": [ { "items": { "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumeMounts": { "anyOf": [ { "items": { "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "workingDir": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "nodeName": { "type": "string" }, "nodeSelector": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "os": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "overhead": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "preemptionPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "priority": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "priorityClassName": { "type": "string" }, "readinessGates": { "anyOf": [ { "items": { "properties": { "conditionType": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceClaims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "source": { "properties": { "resourceClaimName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "resourceClaimTemplateName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "restartPolicy": { "type": "string" }, "runtimeClassName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "schedulerName": { "type": "string" }, "schedulingGates": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "securityContext": { "anyOf": [ { "properties": { "fsGroup": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "fsGroupChangePolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "runAsGroup": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "runAsNonRoot": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUser": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "seLinuxOptions": { "anyOf": [ { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "seccompProfile": { "anyOf": [ { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "supplementalGroups": { "anyOf": [ { "items": { "type": "integer" }, "type": "array" }, { "type": "null" } ] }, "sysctls": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "windowsOptions": { "anyOf": [ { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "serviceAccount": { "type": "string" }, "serviceAccountName": { "type": "string" }, "setHostnameAsFQDN": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "shareProcessNamespace": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "subdomain": { "type": "string" }, "terminationGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "tolerations": { "anyOf": [ { "items": { "properties": { "effect": { "type": "string" }, "key": { "type": "string" }, "operator": { "type": "string" }, "tolerationSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "topologySpreadConstraints": { "anyOf": [ { "items": { "properties": { "labelSelector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "matchLabelKeys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "maxSkew": { "type": "integer" }, "minDomains": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "nodeAffinityPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "nodeTaintsPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "topologyKey": { "type": "string" }, "whenUnsatisfiable": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "volumes": { "anyOf": [ { "items": { "properties": { "awsElasticBlockStore": { "properties": { "fsType": { "type": "string" }, "partition": { "type": "integer" }, "readOnly": { "type": "boolean" }, "volumeID": { "type": "string" } }, "type": "object" }, "azureDisk": { "properties": { "cachingMode": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "diskName": { "type": "string" }, "diskURI": { "type": "string" }, "fsType": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "readOnly": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, "azureFile": { "properties": { "readOnly": { "type": "boolean" }, "secretName": { "type": "string" }, "shareName": { "type": "string" } }, "type": "object" }, "cephfs": { "properties": { "monitors": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "path": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretFile": { "type": "string" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "user": { "type": "string" } }, "type": "object" }, "cinder": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "volumeID": { "type": "string" } }, "type": "object" }, "configMap": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, "csi": { "properties": { "driver": { "type": "string" }, "fsType": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "nodePublishSecretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "readOnly": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "volumeAttributes": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "downwardAPI": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "emptyDir": { "properties": { "medium": { "type": "string" }, "sizeLimit": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "ephemeral": { "properties": { "volumeClaimTemplate": { "anyOf": [ { "properties": { "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "accessModes": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "dataSource": { "anyOf": [ { "properties": { "apiGroup": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "dataSourceRef": { "anyOf": [ { "properties": { "apiGroup": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "namespace": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "selector": { "anyOf": [ { "properties": { "matchExpressions": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "matchLabels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "storageClassName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "volumeMode": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "volumeName": { "type": "string" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "fc": { "properties": { "fsType": { "type": "string" }, "lun": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "targetWWNs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "wwids": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "flexVolume": { "properties": { "driver": { "type": "string" }, "fsType": { "type": "string" }, "options": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "flocker": { "properties": { "datasetName": { "type": "string" }, "datasetUUID": { "type": "string" } }, "type": "object" }, "gcePersistentDisk": { "properties": { "fsType": { "type": "string" }, "partition": { "type": "integer" }, "pdName": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "gitRepo": { "properties": { "directory": { "type": "string" }, "repository": { "type": "string" }, "revision": { "type": "string" } }, "type": "object" }, "glusterfs": { "properties": { "endpoints": { "type": "string" }, "path": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "hostPath": { "properties": { "path": { "type": "string" }, "type": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "iscsi": { "properties": { "chapAuthDiscovery": { "type": "boolean" }, "chapAuthSession": { "type": "boolean" }, "fsType": { "type": "string" }, "initiatorName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "iqn": { "type": "string" }, "iscsiInterface": { "type": "string" }, "lun": { "type": "integer" }, "portals": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "targetPortal": { "type": "string" } }, "type": "object" }, "name": { "type": "string" }, "nfs": { "properties": { "path": { "type": "string" }, "readOnly": { "type": "boolean" }, "server": { "type": "string" } }, "type": "object" }, "persistentVolumeClaim": { "properties": { "claimName": { "type": "string" }, "readOnly": { "type": "boolean" } }, "type": "object" }, "photonPersistentDisk": { "properties": { "fsType": { "type": "string" }, "pdID": { "type": "string" } }, "type": "object" }, "portworxVolume": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "volumeID": { "type": "string" } }, "type": "object" }, "projected": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "sources": { "anyOf": [ { "items": { "properties": { "configMap": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "downwardAPI": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "secret": { "anyOf": [ { "properties": { "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "serviceAccountToken": { "anyOf": [ { "properties": { "audience": { "type": "string" }, "expirationSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "quobyte": { "properties": { "group": { "type": "string" }, "readOnly": { "type": "boolean" }, "registry": { "type": "string" }, "tenant": { "type": "string" }, "user": { "type": "string" }, "volume": { "type": "string" } }, "type": "object" }, "rbd": { "properties": { "fsType": { "type": "string" }, "image": { "type": "string" }, "keyring": { "type": "string" }, "monitors": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "pool": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "user": { "type": "string" } }, "type": "object" }, "scaleIO": { "properties": { "fsType": { "type": "string" }, "gateway": { "type": "string" }, "protectionDomain": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sslEnabled": { "type": "boolean" }, "storageMode": { "type": "string" }, "storagePool": { "type": "string" }, "system": { "type": "string" }, "volumeName": { "type": "string" } }, "type": "object" }, "secret": { "properties": { "defaultMode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "items": { "anyOf": [ { "items": { "properties": { "key": { "type": "string" }, "mode": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "path": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "secretName": { "type": "string" } }, "type": "object" }, "storageos": { "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "anyOf": [ { "properties": { "name": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "volumeName": { "type": "string" }, "volumeNamespace": { "type": "string" } }, "type": "object" }, "vsphereVolume": { "properties": { "fsType": { "type": "string" }, "storagePolicyID": { "type": "string" }, "storagePolicyName": { "type": "string" }, "volumePath": { "type": "string" } }, "type": "object" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" } }, "type": "object" }, "status": { "properties": { "availableReplicas": { "type": "integer" }, "collisionCount": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "conditions": { "anyOf": [ { "items": { "properties": { "lastTransitionTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "lastUpdateTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "message": { "type": "string" }, "reason": { "type": "string" }, "status": { "type": "string" }, "type": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "observedGeneration": { "type": "integer" }, "readyReplicas": { "type": "integer" }, "replicas": { "type": "integer" }, "unavailableReplicas": { "type": "integer" }, "updatedReplicas": { "type": "integer" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] }, "enabled": { "type": "boolean" }, "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "floatingUserId": { "type": "boolean" }, "image": { "properties": { "pullPolicy": { "type": "string" }, "pullSecret": { "type": "string" }, "registry": { "type": "string" }, "repository": { "type": "string" }, "tag": { "type": "string" } }, "type": "object" }, "ports": { "anyOf": [ { "patternProperties": { ".*": { "type": "integer" } }, "type": "object" }, { "type": "null" } ] }, "resources": { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "runAsUser": { "type": "integer" }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] }, "serviceOverrides": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "properties": { "annotations": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "creationTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "deletionGracePeriodSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }, "deletionTimestamp": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "finalizers": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "generateName": { "type": "string" }, "generation": { "type": "integer" }, "labels": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "managedFields": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "anyOf": [ { "properties": {}, "type": "object" }, { "type": "null" } ] }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "anyOf": [ { "items": { "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "controller": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "allocateLoadBalancerNodePorts": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "clusterIP": { "type": "string" }, "clusterIPs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "externalIPs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "externalName": { "type": "string" }, "externalTrafficPolicy": { "type": "string" }, "healthCheckNodePort": { "type": "integer" }, "internalTrafficPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "ipFamilies": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ipFamilyPolicy": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "loadBalancerClass": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "loadBalancerIP": { "type": "string" }, "loadBalancerSourceRanges": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "ports": { "anyOf": [ { "items": { "properties": { "appProtocol": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "name": { "type": "string" }, "nodePort": { "type": "integer" }, "port": { "type": "integer" }, "protocol": { "type": "string" }, "targetPort": { "properties": { "IntVal": { "type": "integer" }, "StrVal": { "type": "string" }, "Type": { "type": "integer" } }, "type": "object" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "publishNotReadyAddresses": { "type": "boolean" }, "selector": { "anyOf": [ { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "sessionAffinity": { "type": "string" }, "sessionAffinityConfig": { "anyOf": [ { "properties": { "clientIP": { "anyOf": [ { "properties": { "timeoutSeconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "status": { "properties": { "conditions": { "anyOf": [ { "items": { "properties": { "lastTransitionTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ] }, "message": { "type": "string" }, "observedGeneration": { "type": "integer" }, "reason": { "type": "string" }, "status": { "type": "string" }, "type": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "loadBalancer": { "properties": { "ingress": { "anyOf": [ { "items": { "properties": { "hostname": { "type": "string" }, "ip": { "type": "string" }, "ports": { "anyOf": [ { "items": { "properties": { "error": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "port": { "type": "integer" }, "protocol": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] }, "serviceType": { "type": "string" }, "sidecars": { "anyOf": [ { "patternProperties": { ".*": { "properties": { "env": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "anyOf": [ { "properties": { "configMapKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "fieldRef": { "anyOf": [ { "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "resourceFieldRef": { "anyOf": [ { "properties": { "containerName": { "type": "string" }, "divisor": { "anyOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "type": "string" } }, "type": "object" }, { "type": "null" } ] }, "secretKeyRef": { "anyOf": [ { "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "optional": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "image": { "properties": { "pullPolicy": { "type": "string" }, "pullSecret": { "type": "string" }, "registry": { "type": "string" }, "repository": { "type": "string" }, "tag": { "type": "string" } }, "type": "object" }, "resources": { "anyOf": [ { "properties": { "claims": { "anyOf": [ { "items": { "properties": { "name": { "type": "string" } }, "type": "object" }, "type": "array" }, { "type": "null" } ] }, "limits": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] }, "requests": { "anyOf": [ { "patternProperties": { ".*": { "anyOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" }, { "type": "null" } ] }, "securityContext": { "anyOf": [ { "properties": { "allowPrivilegeEscalation": { "type": "boolean" }, "capabilities": { "properties": { "add": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] }, "drop": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ] } }, "type": "object" }, "privileged": { "type": "boolean" }, "procMount": { "type": "string" }, "readOnlyRootFilesystem": { "type": "boolean" }, "runAsGroup": { "type": "integer" }, "runAsNonRoot": { "type": "boolean" }, "runAsUser": { "type": "integer" }, "seLinuxOptions": { "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } }, "type": "object" }, "seccompProfile": { "properties": { "localhostProfile": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "type": { "type": "string" } }, "type": "object" }, "windowsOptions": { "properties": { "gmsaCredentialSpec": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "gmsaCredentialSpecName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] }, "hostProcess": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ] }, "runAsUserName": { "anyOf": [ { "type": "string" }, { "type": "null" } ] } }, "type": "object" } }, "type": "object" }, { "const": false, "type": "boolean" } ] } }, "type": "object" } }, "type": "object" }, { "type": "null" } ] } }, "type": "object" } } }
Apache-2.0
en
ansible/event-driven-ansible
6b6dfbc91965a21f613c671bf8d47e5ee610cf36
2023-04-26T06:19:27
extensions/eda/plugins/event_source/range_output_schema.json
260
2024-05-27T08:37:57.03793Z
{ "$id": "https://redhat.com/ansible_events/sources/range_output_schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "A simple plugin to generate integer values given a limit", "properties": { "i": { "description": "The current integer value", "type": "integer" } }, "required": [ "i" ], "title": "Output of range Plugin", "type": "object" }
Apache-2.0
en
ansible/event-driven-ansible
6b6dfbc91965a21f613c671bf8d47e5ee610cf36
2023-04-26T06:19:27
extensions/eda/plugins/event_source/range_input_schema.json
260
2024-05-27T08:37:57.03793Z
{ "$id": "https://redhat.com/ansible_events/sources/range_input_schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "A simple plugin to generate integer values given a limit", "properties": { "limit": { "description": "The max integer value", "type": "integer" } }, "required": [ "limit" ], "title": "Input of range Plugin", "type": "object" }
Apache-2.0
en
triggermesh/triggermesh
9562705fef9db7c1d5b35cc75f46e4b59c6d5873
2023-04-04T07:10:01
schemas/io.triggermesh.jira.issue.json
573
2024-05-28T06:01:41.097772Z
{ "$defs": { "AffectsVersion": { "additionalProperties": false, "properties": { "archived": { "type": "boolean" }, "description": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "projectId": { "type": "integer" }, "releaseDate": { "type": "string" }, "released": { "type": "boolean" }, "self": { "type": "string" }, "startDate": { "type": "string" }, "userReleaseDate": { "type": "string" } }, "type": "object" }, "Attachment": { "additionalProperties": false, "properties": { "author": { "$ref": "#/$defs/User" }, "content": { "type": "string" }, "created": { "type": "string" }, "filename": { "type": "string" }, "id": { "type": "string" }, "mimeType": { "type": "string" }, "self": { "type": "string" }, "size": { "type": "integer" }, "thumbnail": { "type": "string" } }, "type": "object" }, "AvatarUrls": { "additionalProperties": false, "properties": { "16x16": { "type": "string" }, "24x24": { "type": "string" }, "32x32": { "type": "string" }, "48x48": { "type": "string" } }, "type": "object" }, "Changelog": { "additionalProperties": false, "properties": { "histories": { "items": { "$ref": "#/$defs/ChangelogHistory" }, "type": "array" } }, "type": "object" }, "ChangelogHistory": { "additionalProperties": false, "properties": { "author": { "$ref": "#/$defs/User" }, "created": { "type": "string" }, "id": { "type": "string" }, "items": { "items": { "$ref": "#/$defs/ChangelogItems" }, "type": "array" } }, "required": [ "id", "author", "created", "items" ], "type": "object" }, "ChangelogItems": { "additionalProperties": false, "properties": { "field": { "type": "string" }, "fieldtype": { "type": "string" }, "from": true, "fromString": { "type": "string" }, "to": true, "toString": { "type": "string" } }, "required": [ "field", "fieldtype", "from", "fromString", "to", "toString" ], "type": "object" }, "Comment": { "additionalProperties": false, "properties": { "author": { "$ref": "#/$defs/User" }, "body": { "type": "string" }, "created": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" }, "updateAuthor": { "$ref": "#/$defs/User" }, "updated": { "type": "string" }, "visibility": { "$ref": "#/$defs/CommentVisibility" } }, "type": "object" }, "CommentVisibility": { "additionalProperties": false, "properties": { "type": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "Comments": { "additionalProperties": false, "properties": { "comments": { "items": { "$ref": "#/$defs/Comment" }, "type": "array" } }, "type": "object" }, "Component": { "additionalProperties": false, "properties": { "description": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" } }, "type": "object" }, "Date": { "additionalProperties": false, "properties": {}, "type": "object" }, "EntityProperty": { "additionalProperties": false, "properties": { "key": { "type": "string" }, "value": true }, "required": [ "key", "value" ], "type": "object" }, "Epic": { "additionalProperties": false, "properties": { "done": { "type": "boolean" }, "id": { "type": "integer" }, "key": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" }, "summary": { "type": "string" } }, "required": [ "id", "key", "self", "name", "summary", "done" ], "type": "object" }, "FixVersion": { "additionalProperties": false, "properties": { "archived": { "type": "boolean" }, "description": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "projectId": { "type": "integer" }, "releaseDate": { "type": "string" }, "released": { "type": "boolean" }, "self": { "type": "string" }, "startDate": { "type": "string" }, "userReleaseDate": { "type": "string" } }, "type": "object" }, "Issue": { "additionalProperties": false, "properties": { "changelog": { "$ref": "#/$defs/Changelog" }, "expand": { "type": "string" }, "fields": { "$ref": "#/$defs/IssueFields" }, "id": { "type": "string" }, "key": { "type": "string" }, "names": { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "renderedFields": { "$ref": "#/$defs/IssueRenderedFields" }, "self": { "type": "string" }, "transitions": { "items": { "$ref": "#/$defs/Transition" }, "type": "array" } }, "type": "object" }, "IssueFields": { "additionalProperties": false, "properties": { "Creator": { "$ref": "#/$defs/User" }, "Unknowns": { "$ref": "#/$defs/MarshalMap" }, "aggregateprogress": { "$ref": "#/$defs/Progress" }, "aggregatetimeestimate": { "type": "integer" }, "aggregatetimeoriginalestimate": { "type": "integer" }, "aggregatetimespent": { "type": "integer" }, "assignee": { "$ref": "#/$defs/User" }, "attachment": { "items": { "$ref": "#/$defs/Attachment" }, "type": "array" }, "comment": { "$ref": "#/$defs/Comments" }, "components": { "items": { "$ref": "#/$defs/Component" }, "type": "array" }, "created": { "$ref": "#/$defs/Time" }, "description": { "type": "string" }, "duedate": { "$ref": "#/$defs/Date" }, "environment": { "type": "string" }, "epic": { "$ref": "#/$defs/Epic" }, "expand": { "type": "string" }, "fixVersions": { "items": { "$ref": "#/$defs/FixVersion" }, "type": "array" }, "issuelinks": { "items": { "$ref": "#/$defs/IssueLink" }, "type": "array" }, "issuetype": { "$ref": "#/$defs/IssueType" }, "labels": { "items": { "type": "string" }, "type": "array" }, "parent": { "$ref": "#/$defs/Parent" }, "priority": { "$ref": "#/$defs/Priority" }, "progress": { "$ref": "#/$defs/Progress" }, "project": { "$ref": "#/$defs/Project" }, "reporter": { "$ref": "#/$defs/User" }, "resolution": { "$ref": "#/$defs/Resolution" }, "resolutiondate": { "$ref": "#/$defs/Time" }, "sprint": { "$ref": "#/$defs/Sprint" }, "status": { "$ref": "#/$defs/Status" }, "subtasks": { "items": { "$ref": "#/$defs/Subtasks" }, "type": "array" }, "summary": { "type": "string" }, "timeestimate": { "type": "integer" }, "timeoriginalestimate": { "type": "integer" }, "timespent": { "type": "integer" }, "timetracking": { "$ref": "#/$defs/TimeTracking" }, "updated": { "$ref": "#/$defs/Time" }, "versions": { "items": { "$ref": "#/$defs/AffectsVersion" }, "type": "array" }, "watches": { "$ref": "#/$defs/Watches" }, "worklog": { "$ref": "#/$defs/Worklog" } }, "required": [ "Unknowns" ], "type": "object" }, "IssueLink": { "additionalProperties": false, "properties": { "comment": { "$ref": "#/$defs/Comment" }, "id": { "type": "string" }, "inwardIssue": { "$ref": "#/$defs/Issue" }, "outwardIssue": { "$ref": "#/$defs/Issue" }, "self": { "type": "string" }, "type": { "$ref": "#/$defs/IssueLinkType" } }, "required": [ "type", "outwardIssue", "inwardIssue" ], "type": "object" }, "IssueLinkType": { "additionalProperties": false, "properties": { "id": { "type": "string" }, "inward": { "type": "string" }, "name": { "type": "string" }, "outward": { "type": "string" }, "self": { "type": "string" } }, "required": [ "name", "inward", "outward" ], "type": "object" }, "IssueRenderedFields": { "additionalProperties": false, "properties": { "comment": { "$ref": "#/$defs/Comments" }, "created": { "type": "string" }, "description": { "type": "string" }, "duedate": { "type": "string" }, "resolutiondate": { "type": "string" }, "updated": { "type": "string" } }, "type": "object" }, "IssueType": { "additionalProperties": false, "properties": { "avatarId": { "type": "integer" }, "description": { "type": "string" }, "iconUrl": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" }, "subtask": { "type": "boolean" } }, "type": "object" }, "MarshalMap": { "type": "object" }, "Parent": { "additionalProperties": false, "properties": { "id": { "type": "string" }, "key": { "type": "string" } }, "type": "object" }, "Priority": { "additionalProperties": false, "properties": { "description": { "type": "string" }, "iconUrl": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" }, "statusColor": { "type": "string" } }, "type": "object" }, "Progress": { "additionalProperties": false, "properties": { "percent": { "type": "integer" }, "progress": { "type": "integer" }, "total": { "type": "integer" } }, "required": [ "progress", "total", "percent" ], "type": "object" }, "Project": { "additionalProperties": false, "properties": { "assigneeType": { "type": "string" }, "avatarUrls": { "$ref": "#/$defs/AvatarUrls" }, "components": { "items": { "$ref": "#/$defs/ProjectComponent" }, "type": "array" }, "description": { "type": "string" }, "email": { "type": "string" }, "expand": { "type": "string" }, "id": { "type": "string" }, "issueTypes": { "items": { "$ref": "#/$defs/IssueType" }, "type": "array" }, "key": { "type": "string" }, "lead": { "$ref": "#/$defs/User" }, "name": { "type": "string" }, "projectCategory": { "$ref": "#/$defs/ProjectCategory" }, "roles": { "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "self": { "type": "string" }, "url": { "type": "string" }, "versions": { "items": { "$ref": "#/$defs/Version" }, "type": "array" } }, "type": "object" }, "ProjectCategory": { "additionalProperties": false, "properties": { "description": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" } }, "required": [ "self", "id", "name", "description" ], "type": "object" }, "ProjectComponent": { "additionalProperties": false, "properties": { "assignee": { "$ref": "#/$defs/User" }, "assigneeType": { "type": "string" }, "description": { "type": "string" }, "id": { "type": "string" }, "isAssigneeTypeValid": { "type": "boolean" }, "lead": { "$ref": "#/$defs/User" }, "name": { "type": "string" }, "project": { "type": "string" }, "projectId": { "type": "integer" }, "realAssignee": { "$ref": "#/$defs/User" }, "realAssigneeType": { "type": "string" }, "self": { "type": "string" } }, "required": [ "self", "id", "name", "description", "assigneeType", "assignee", "realAssigneeType", "realAssignee", "isAssigneeTypeValid", "project", "projectId" ], "type": "object" }, "Resolution": { "additionalProperties": false, "properties": { "description": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" } }, "required": [ "self", "id", "description", "name" ], "type": "object" }, "Sprint": { "additionalProperties": false, "properties": { "completeDate": { "$ref": "#/$defs/Time" }, "endDate": { "$ref": "#/$defs/Time" }, "id": { "type": "integer" }, "name": { "type": "string" }, "originBoardId": { "type": "integer" }, "self": { "type": "string" }, "startDate": { "$ref": "#/$defs/Time" }, "state": { "type": "string" } }, "required": [ "id", "name", "completeDate", "endDate", "startDate", "originBoardId", "self", "state" ], "type": "object" }, "Status": { "additionalProperties": false, "properties": { "description": { "type": "string" }, "iconUrl": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" }, "statusCategory": { "$ref": "#/$defs/StatusCategory" } }, "required": [ "self", "description", "iconUrl", "name", "id", "statusCategory" ], "type": "object" }, "StatusCategory": { "additionalProperties": false, "properties": { "colorName": { "type": "string" }, "id": { "type": "integer" }, "key": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" } }, "required": [ "self", "id", "name", "key", "colorName" ], "type": "object" }, "Subtasks": { "additionalProperties": false, "properties": { "fields": { "$ref": "#/$defs/IssueFields" }, "id": { "type": "string" }, "key": { "type": "string" }, "self": { "type": "string" } }, "required": [ "id", "key", "self", "fields" ], "type": "object" }, "Time": { "additionalProperties": false, "properties": {}, "type": "object" }, "TimeTracking": { "additionalProperties": false, "properties": { "originalEstimate": { "type": "string" }, "originalEstimateSeconds": { "type": "integer" }, "remainingEstimate": { "type": "string" }, "remainingEstimateSeconds": { "type": "integer" }, "timeSpent": { "type": "string" }, "timeSpentSeconds": { "type": "integer" } }, "type": "object" }, "Transition": { "additionalProperties": false, "properties": { "fields": { "patternProperties": { ".*": { "$ref": "#/$defs/TransitionField" } }, "type": "object" }, "id": { "type": "string" }, "name": { "type": "string" }, "to": { "$ref": "#/$defs/Status" } }, "required": [ "id", "name", "to", "fields" ], "type": "object" }, "TransitionField": { "additionalProperties": false, "properties": { "required": { "type": "boolean" } }, "required": [ "required" ], "type": "object" }, "User": { "additionalProperties": false, "properties": { "accountId": { "type": "string" }, "accountType": { "type": "string" }, "active": { "type": "boolean" }, "applicationKeys": { "items": { "type": "string" }, "type": "array" }, "avatarUrls": { "$ref": "#/$defs/AvatarUrls" }, "displayName": { "type": "string" }, "emailAddress": { "type": "string" }, "key": { "type": "string" }, "locale": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" }, "timeZone": { "type": "string" } }, "type": "object" }, "Version": { "additionalProperties": false, "properties": { "archived": { "type": "boolean" }, "description": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "projectId": { "type": "integer" }, "releaseDate": { "type": "string" }, "released": { "type": "boolean" }, "self": { "type": "string" }, "startDate": { "type": "string" }, "userReleaseDate": { "type": "string" } }, "type": "object" }, "Watcher": { "additionalProperties": false, "properties": { "accountId": { "type": "string" }, "active": { "type": "boolean" }, "displayName": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" } }, "type": "object" }, "Watches": { "additionalProperties": false, "properties": { "isWatching": { "type": "boolean" }, "self": { "type": "string" }, "watchCount": { "type": "integer" }, "watchers": { "items": { "$ref": "#/$defs/Watcher" }, "type": "array" } }, "type": "object" }, "Worklog": { "additionalProperties": false, "properties": { "maxResults": { "type": "integer" }, "startAt": { "type": "integer" }, "total": { "type": "integer" }, "worklogs": { "items": { "$ref": "#/$defs/WorklogRecord" }, "type": "array" } }, "required": [ "startAt", "maxResults", "total", "worklogs" ], "type": "object" }, "WorklogRecord": { "additionalProperties": false, "properties": { "author": { "$ref": "#/$defs/User" }, "comment": { "type": "string" }, "created": { "$ref": "#/$defs/Time" }, "id": { "type": "string" }, "issueId": { "type": "string" }, "properties": { "items": { "$ref": "#/$defs/EntityProperty" }, "type": "array" }, "self": { "type": "string" }, "started": { "$ref": "#/$defs/Time" }, "timeSpent": { "type": "string" }, "timeSpentSeconds": { "type": "integer" }, "updateAuthor": { "$ref": "#/$defs/User" }, "updated": { "$ref": "#/$defs/Time" } }, "type": "object" } }, "$id": "https://github.com/andygrunwald/go-jira/issue", "$ref": "#/$defs/Issue", "$schema": "https://json-schema.org/draft/2020-12/schema" }
Apache-2.0
en
json-editor/json-editor
615de2daefd86873532a13e2b84fc1f00907a293
2021-11-03T21:41:54
tests/fixtures/definitions.json
4,271
2024-05-28T04:32:30.830882Z
{ "$schema": "https://json-schema.org/draft-04/schema", "definitions": { "address": { "properties": { "city": { "type": "string" }, "state": { "type": "string" }, "street_address": { "type": "string" } }, "required": [ "street_address" ], "title": "Address", "type": "object" }, "link": { "$refs": "./properties.json#/properties/title" } }, "id": "https://raw.githubusercontent.com/json-editor/json-editor/master/tests/fixtures/definitions.json", "properties": { "address": { "$refs": "#/definitions/address" } }, "title": "Reusable Definitions", "type": "object" }
MIT
en
json-editor/json-editor
58715ddd0f94ccb33eaf1b71b3f70c03f4739f86
2021-11-03T21:41:54
tests/fixtures/definitions.json
4,271
2024-05-28T04:32:30.830882Z
{ "$schema": "https://json-schema.org/draft-04/schema", "definitions": { "address": { "properties": { "city": { "type": "string" }, "state": { "type": "string" }, "street_address": { "type": "string" } }, "required": [ "street_address" ], "title": "Address", "type": "object" } }, "id": "https://raw.githubusercontent.com/json-editor/json-editor/master/tests/fixtures/definitions.json", "title": "Reusable Definitions", "type": "object" }
MIT
en
json-editor/json-editor
619fc1fff2318c4c9580b72f5b75aef0af6c4383
2023-09-07T11:31:47
tests/pages/issues/issue-gh-1383.json
4,271
2024-05-28T04:32:30.830882Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "activity-timeout": { "default": null, "description": "How long a CMFActivity-initiated transaction may last, in seconds", "type": [ "number", "null" ] } } }
MIT
en
GitGuardian/ggshield
aea924a1fdd22247536987c5d1227e298afd9fb2
2023-11-23T15:26:41
doc/schemas/api-status.json
1,543
2024-05-28T03:09:50.183383Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "app_version": { "description": "Version of the server-side GitGuardian application", "type": "string" }, "detail": { "description": "Human-readable version of the status", "type": "string" }, "secrets_engine_version": { "description": "Version of the secrets engine", "type": "string" }, "status_code": { "description": "HTTP status code for the request", "minimum": 200, "type": "integer" } }, "required": [ "status_code", "detail", "app_version", "secrets_engine_version" ], "title": "ggshield api-status", "type": "object" }
MIT
en
GitGuardian/ggshield
c717e2528bbdfcaba10d7bf5b5c7b6699347c649
2024-02-09T16:22:50
doc/schemas/sca/scan_diff.json
1,543
2024-05-28T03:09:50.183383Z
{ "$defs": { "locations_vulnerabilities": { "items": { "description": "A file and its related vulnerabilities", "properties": { "location": { "type": "string" }, "package_vulns": { "items": { "description": "A vulnerability related to one package version", "properties": { "dependency_type": { "enum": [ "direct", "transitive", null ] }, "ecosystem": { "type": "string" }, "package_full_name": { "type": "string" }, "version": { "type": "string" }, "vulns": { "items": { "description": "A single vulnerability", "properties": { "created_at": { "type": [ "string", "null" ] }, "cve_ids": { "items": { "type": "string" }, "type": "array" }, "fixed_version": { "type": [ "string", "null" ] }, "identifier": { "type": "string" }, "severity": { "type": "string" }, "summary": { "type": "string" } }, "required": [ "severity", "summary", "identifier", "cve_ids" ], "type": "object" }, "type": "array" } }, "required": [ "package_full_name", "version", "ecosystem", "vulns" ], "type": "object" }, "type": "array" } }, "required": [ "location", "package_vulns" ], "type": "object" }, "type": "array" } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "added_vulns": { "$ref": "#/$defs/locations_vulnerabilities" }, "removed_vulns": { "$ref": "#/$defs/locations_vulnerabilities" }, "scanned_files": { "description": "List of files scanned", "items": { "type": "string" }, "type": "array" } }, "required": [ "scanned_files", "added_vulns", "removed_vulns" ], "title": "ggshield sca scan diff", "type": "object" }
MIT
en
GitGuardian/ggshield
aea924a1fdd22247536987c5d1227e298afd9fb2
2023-11-23T15:26:41
doc/schemas/secret.json
1,543
2024-05-28T03:09:50.183383Z
{ "$defs": { "entities_with_incidents": { "items": { "$ref": "#/$defs/entity_with_incident" }, "type": "array" }, "entity_with_incident": { "properties": { "filename": { "type": "string" }, "incidents": { "items": { "properties": { "ignore_sha": { "type": "string" }, "incident_url": { "type": "string" }, "known_secret": { "type": "boolean" }, "occurrences": { "items": { "properties": { "index_end": { "type": "integer" }, "index_start": { "type": "integer" }, "line_end": { "type": "integer" }, "line_start": { "type": "integer" }, "match": { "type": "string" }, "post_line_end": { "description": "line end after the scanned commit", "type": "integer" }, "post_line_start": { "description": "line start after the scanned commit", "type": "integer" }, "pre_line_end": { "description": "line end before the scanned commit", "type": "integer" }, "pre_line_start": { "description": "line start before the scanned commit", "type": "integer" }, "type": { "type": "string" } }, "required": [ "match", "type", "line_start", "line_end", "index_start", "index_end" ], "type": "object" }, "type": "array" }, "policy": { "type": "string" }, "total_occurrences": { "type": "integer" }, "type": { "type": "string" }, "validity": { "type": "string" } }, "required": [ "policy", "type", "validity", "ignore_sha", "total_occurrences", "incident_url", "known_secret" ], "type": "object" }, "type": "array" }, "mode": { "description": "The VCS operation which happened on this file, if any", "enum": [ "DELETE", "FILE", "MODIFY", "NEW", "RENAME" ] }, "total_incidents": { "description": "Number of distinct incidents in the entity", "type": "integer" }, "total_occurrences": { "description": "Total number of all occurrences of all incidents in the entity", "type": "integer" } }, "required": [ "mode", "filename", "incidents", "total_incidents", "total_occurrences" ], "type": "object" }, "total_incidents": { "description": "Number of distinct incidents in the scan or sub-scan", "type": "integer" }, "total_occurrences": { "description": "Total number of all occurrences of all incidents in the scan or sub-scan", "type": "integer" } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "entities_with_incidents": { "$ref": "#/$defs/entities_with_incidents" }, "id": { "description": "Opaque ID for the scan. Its format depend on the value of `type`", "type": "string" }, "scans": { "description": "Group of sub-scans, for scan with sub-scans, like commit-range", "items": { "properties": { "entities_with_incidents": { "$ref": "#/$defs/entities_with_incidents" }, "extra_info": { "properties": { "author": { "type": "string" }, "date": { "type": "string" }, "email": { "type": "string" } }, "required": [ "author", "email", "date" ], "type": "object" }, "id": { "type": "string" }, "total_incidents": { "$ref": "#/$defs/total_incidents" }, "total_occurrences": { "$ref": "#/$defs/total_occurrences" }, "type": { "type": "string" } }, "required": [ "id", "type", "total_incidents", "total_occurrences" ], "type": "object" }, "type": "array" }, "secrets_engine_version": { "description": "Version of GitGuardian secrets engine", "type": "string" }, "total_incidents": { "$ref": "#/$defs/total_incidents" }, "total_occurrences": { "$ref": "#/$defs/total_occurrences" }, "type": { "description": "The type of scan performed (path, commit-range...)", "enum": [ "archive_scan", "docset", "commit-range", "path_scan", "pre-commit", "scan_docker_archive" ] } }, "required": [ "type", "id" ], "title": "ggshield secret scan", "type": "object" }
MIT
en
GitGuardian/ggshield
c717e2528bbdfcaba10d7bf5b5c7b6699347c649
2024-02-09T16:22:50
doc/schemas/sca/scan_all.json
1,543
2024-05-28T03:09:50.183383Z
{ "$defs": { "locations_vulnerabilities": { "items": { "description": "A file and its related vulnerabilities", "properties": { "location": { "type": "string" }, "package_vulns": { "items": { "description": "A vulnerability related to one package version", "properties": { "dependency_type": { "enum": [ "direct", "transitive", null ] }, "ecosystem": { "type": "string" }, "package_full_name": { "type": "string" }, "version": { "type": "string" }, "vulns": { "items": { "description": "A single vulnerability", "properties": { "created_at": { "type": [ "string", "null" ] }, "cve_ids": { "items": { "type": "string" }, "type": "array" }, "fixed_version": { "type": [ "string", "null" ] }, "identifier": { "type": "string" }, "severity": { "type": "string" }, "summary": { "type": "string" } }, "required": [ "severity", "summary", "identifier", "cve_ids" ], "type": "object" }, "type": "array" } }, "required": [ "package_full_name", "version", "ecosystem", "vulns" ], "type": "object" }, "type": "array" } }, "required": [ "location", "package_vulns" ], "type": "object" }, "type": "array" } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "found_package_vulns": { "$ref": "#/$defs/locations_vulnerabilities" }, "scanned_files": { "description": "List of files scanned", "items": { "type": "string" }, "type": "array" }, "total_vulns": { "description": "Total number of package vulnerabilities found", "type": "integer" } }, "required": [ "scanned_files", "found_package_vulns", "total_vulns" ], "title": "ggshield sca scan all", "type": "object" }
MIT
en
GitGuardian/ggshield
aea924a1fdd22247536987c5d1227e298afd9fb2
2023-11-23T15:26:41
doc/schemas/quota.json
1,543
2024-05-28T03:09:50.183383Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "count": { "description": "Quota used since the `since` date", "minimum": 0, "type": "integer" }, "limit": { "description": "Total quota of the workspace", "minimum": 0, "type": "integer" }, "remaining": { "description": "Quota available", "minimum": 0, "type": "integer" }, "since": { "description": "start day of the quota sliding window", "format": "date", "type": "string" } }, "required": [ "count", "limit", "remaining", "since" ], "title": "ggshield quota", "type": "object" }
MIT
en
odenio/pgpool-cloudsql
3c4f31236704c26edbf9ead484c105d686aafa5f
2024-02-02T19:05:40
charts/pgpool-cloudsql/values.schema.json
8
2024-05-27T05:39:02.61503Z
{ "$id": "http://example.com/example.json", "$schema": "https://json-schema.org/draft/2019-09/schema", "default": {}, "examples": [ { "deploy": { "affinity": {}, "annotations": {}, "livenessProbe": { "exporter": { "enabled": true, "failureThreshold": 5, "initialDelaySeconds": 5, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 4 }, "pgpool": { "enabled": true, "failureThreshold": 5, "initialDelaySeconds": 5, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 4 } }, "podDisruptionBudget": { "maxUnavailable": 1 }, "readinessProbe": { "exporter": { "enabled": true, "failureThreshold": 2, "initialDelaySeconds": 5, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 4 }, "pgpool": { "enabled": true, "failureThreshold": 2, "initialDelaySeconds": 5, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 4 } }, "replicaCount": 1, "repository": "odentech/pgpool-cloudsql", "resources": { "discovery": {}, "exporter": {}, "pgpool": {}, "telegraf": {} }, "service": { "additionalLabels": {}, "tier": "db" }, "startupProbe": { "exporter": { "enabled": true, "failureThreshold": 15, "initialDelaySeconds": 5, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 4 }, "pgpool": { "enabled": true, "failureThreshold": 15, "initialDelaySeconds": 5, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 4 } }, "tag": "1.1.10", "tolerations": {} }, "discovery": { "primaryInstancePrefix": "", "pruneThreshold": 900, "stayInRegion": true }, "exporter": { "exitOnError": "false", "postgresDatabase": "postgres", "postgresPassword": "", "postgresUsername": "" }, "pcp": { "password": "" }, "pgpool": { "allowSqlComments": "on", "childLifeTime": "5min", "childMaxConnections": 8192, "clientIdleLimit": 300, "connectionLifeTime": 0, "coredumpSizeLimit": "0", "disableLoadBalanceOnWrite": "transaction", "healthCheckDatabase": "postgres", "healthCheckPassword": "", "healthCheckUsername": "", "ignoreLeadingWhiteSpace": "on", "logErrorVerbosity": "TERSE", "logMinMessages": "ERROR", "maxPool": 32, "maxSpareChildren": 10, "minSpareChildren": 5, "numInitChildren": 32, "primaryRoutingQueryPatternList": ".*DO NOT LOAD BALANCE.*", "primaryWeight": 0, "processManagementMode": "static", "processManagementStrategy": "gentle", "replicasWeight": 1, "reservedConnections": 0, "srCheckDatabase": "postgres", "srCheckPassword": "", "srCheckUsername": "", "statementLevelLoadBalance": "on", "version": "4.5.0" }, "telegraf": { "enabled": "true", "exitOnError": "false" } } ], "properties": { "deploy": { "default": {}, "examples": [ { "affinity": {}, "annotations": {}, "livenessProbe": { "exporter": { "enabled": true, "failureThreshold": 5, "initialDelaySeconds": 5, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 4 }, "pgpool": { "enabled": true, "failureThreshold": 5, "initialDelaySeconds": 5, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 4 } }, "podDisruptionBudget": { "maxUnavailable": 1 }, "readinessProbe": { "exporter": { "enabled": true, "failureThreshold": 2, "initialDelaySeconds": 5, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 4 }, "pgpool": { "enabled": true, "failureThreshold": 2, "initialDelaySeconds": 5, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 4 } }, "replicaCount": 1, "repository": "odentech/pgpool-cloudsql", "resources": { "discovery": {}, "exporter": {}, "pgpool": {}, "telegraf": {} }, "service": { "additionalLabels": {}, "tier": "db" }, "startupProbe": { "exporter": { "enabled": true, "failureThreshold": 15, "initialDelaySeconds": 5, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 4 }, "pgpool": { "enabled": true, "failureThreshold": 15, "initialDelaySeconds": 5, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 4 } }, "tolerations": {} } ], "properties": { "affinity": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The affinity Schema", "type": "object" }, "annotations": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The annotations Schema", "type": "object" }, "livenessProbe": { "default": {}, "examples": [ { "exporter": { "enabled": true, "failureThreshold": 5, "initialDelaySeconds": 5, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 4 }, "pgpool": { "enabled": true, "failureThreshold": 5, "initialDelaySeconds": 5, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 4 } } ], "properties": { "exporter": { "default": {}, "examples": [ { "enabled": true, "failureThreshold": 5, "initialDelaySeconds": 5, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 4 } ], "properties": { "enabled": { "default": false, "examples": [ true ], "title": "The enabled Schema", "type": "boolean" }, "failureThreshold": { "default": 0, "examples": [ 5 ], "title": "The failureThreshold Schema", "type": "integer" }, "initialDelaySeconds": { "default": 0, "examples": [ 5 ], "title": "The initialDelaySeconds Schema", "type": "integer" }, "periodSeconds": { "default": 0, "examples": [ 5 ], "title": "The periodSeconds Schema", "type": "integer" }, "successThreshold": { "default": 0, "examples": [ 1 ], "title": "The successThreshold Schema", "type": "integer" }, "timeoutSeconds": { "default": 0, "examples": [ 4 ], "title": "The timeoutSeconds Schema", "type": "integer" } }, "required": [ "enabled", "initialDelaySeconds", "periodSeconds", "timeoutSeconds", "successThreshold", "failureThreshold" ], "title": "The exporter Schema", "type": "object" }, "pgpool": { "default": {}, "examples": [ { "enabled": true, "failureThreshold": 5, "initialDelaySeconds": 5, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 4 } ], "properties": { "enabled": { "default": false, "examples": [ true ], "title": "The enabled Schema", "type": "boolean" }, "failureThreshold": { "default": 0, "examples": [ 5 ], "title": "The failureThreshold Schema", "type": "integer" }, "initialDelaySeconds": { "default": 0, "examples": [ 5 ], "title": "The initialDelaySeconds Schema", "type": "integer" }, "periodSeconds": { "default": 0, "examples": [ 5 ], "title": "The periodSeconds Schema", "type": "integer" }, "successThreshold": { "default": 0, "examples": [ 1 ], "title": "The successThreshold Schema", "type": "integer" }, "timeoutSeconds": { "default": 0, "examples": [ 4 ], "title": "The timeoutSeconds Schema", "type": "integer" } }, "required": [ "enabled", "initialDelaySeconds", "periodSeconds", "timeoutSeconds", "successThreshold", "failureThreshold" ], "title": "The pgpool Schema", "type": "object" } }, "required": [ "pgpool", "exporter" ], "title": "The livenessProbe Schema", "type": "object" }, "podDisruptionBudget": { "default": {}, "examples": [ { "maxUnavailable": 1 } ], "properties": { "maxUnavailable": { "default": 0, "examples": [ 1 ], "title": "The maxUnavailable Schema", "type": "integer" } }, "required": [ "maxUnavailable" ], "title": "The podDisruptionBudget Schema", "type": "object" }, "readinessProbe": { "default": {}, "examples": [ { "exporter": { "enabled": true, "failureThreshold": 2, "initialDelaySeconds": 5, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 4 }, "pgpool": { "enabled": true, "failureThreshold": 2, "initialDelaySeconds": 5, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 4 } } ], "properties": { "exporter": { "default": {}, "examples": [ { "enabled": true, "failureThreshold": 2, "initialDelaySeconds": 5, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 4 } ], "properties": { "enabled": { "default": false, "examples": [ true ], "title": "The enabled Schema", "type": "boolean" }, "failureThreshold": { "default": 0, "examples": [ 2 ], "title": "The failureThreshold Schema", "type": "integer" }, "initialDelaySeconds": { "default": 0, "examples": [ 5 ], "title": "The initialDelaySeconds Schema", "type": "integer" }, "periodSeconds": { "default": 0, "examples": [ 5 ], "title": "The periodSeconds Schema", "type": "integer" }, "successThreshold": { "default": 0, "examples": [ 1 ], "title": "The successThreshold Schema", "type": "integer" }, "timeoutSeconds": { "default": 0, "examples": [ 4 ], "title": "The timeoutSeconds Schema", "type": "integer" } }, "required": [ "enabled", "initialDelaySeconds", "periodSeconds", "timeoutSeconds", "successThreshold", "failureThreshold" ], "title": "The exporter Schema", "type": "object" }, "pgpool": { "default": {}, "examples": [ { "enabled": true, "failureThreshold": 2, "initialDelaySeconds": 5, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 4 } ], "properties": { "enabled": { "default": false, "examples": [ true ], "title": "The enabled Schema", "type": "boolean" }, "failureThreshold": { "default": 0, "examples": [ 2 ], "title": "The failureThreshold Schema", "type": "integer" }, "initialDelaySeconds": { "default": 0, "examples": [ 5 ], "title": "The initialDelaySeconds Schema", "type": "integer" }, "periodSeconds": { "default": 0, "examples": [ 5 ], "title": "The periodSeconds Schema", "type": "integer" }, "successThreshold": { "default": 0, "examples": [ 1 ], "title": "The successThreshold Schema", "type": "integer" }, "timeoutSeconds": { "default": 0, "examples": [ 4 ], "title": "The timeoutSeconds Schema", "type": "integer" } }, "required": [ "enabled", "initialDelaySeconds", "periodSeconds", "timeoutSeconds", "successThreshold", "failureThreshold" ], "title": "The pgpool Schema", "type": "object" } }, "required": [ "pgpool", "exporter" ], "title": "The readinessProbe Schema", "type": "object" }, "replicaCount": { "default": 0, "examples": [ 1 ], "title": "The replicaCount Schema", "type": "integer" }, "repository": { "default": "odentech/pgpool-cloudsql", "examples": [ "odentech/pgpool-cloudsql" ], "title": "The repository Schema", "type": "string" }, "resources": { "default": {}, "examples": [ { "discovery": {}, "exporter": {}, "pgpool": {}, "telegraf": {} } ], "properties": { "discovery": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The discovery Schema", "type": "object" }, "exporter": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The exporter Schema", "type": "object" }, "pgpool": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The pgpool Schema", "type": "object" }, "telegraf": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The telegraf Schema", "type": "object" } }, "required": [ "pgpool", "discovery", "exporter", "telegraf" ], "title": "The resources Schema", "type": "object" }, "service": { "default": {}, "examples": [ { "additionalLabels": {}, "tier": "db" } ], "properties": { "additionalLabels": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The additionalLabels Schema", "type": "object" }, "tier": { "default": "", "examples": [ "db" ], "title": "The tier Schema", "type": "string" } }, "required": [ "tier", "additionalLabels" ], "title": "The service Schema", "type": "object" }, "startupProbe": { "default": {}, "examples": [ { "exporter": { "enabled": true, "failureThreshold": 15, "initialDelaySeconds": 5, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 4 }, "pgpool": { "enabled": true, "failureThreshold": 15, "initialDelaySeconds": 5, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 4 } } ], "properties": { "exporter": { "default": {}, "examples": [ { "enabled": true, "failureThreshold": 15, "initialDelaySeconds": 5, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 4 } ], "properties": { "enabled": { "default": false, "examples": [ true ], "title": "The enabled Schema", "type": "boolean" }, "failureThreshold": { "default": 0, "examples": [ 15 ], "title": "The failureThreshold Schema", "type": "integer" }, "initialDelaySeconds": { "default": 0, "examples": [ 5 ], "title": "The initialDelaySeconds Schema", "type": "integer" }, "periodSeconds": { "default": 0, "examples": [ 5 ], "title": "The periodSeconds Schema", "type": "integer" }, "successThreshold": { "default": 0, "examples": [ 1 ], "title": "The successThreshold Schema", "type": "integer" }, "timeoutSeconds": { "default": 0, "examples": [ 4 ], "title": "The timeoutSeconds Schema", "type": "integer" } }, "required": [ "enabled", "initialDelaySeconds", "periodSeconds", "timeoutSeconds", "successThreshold", "failureThreshold" ], "title": "The exporter Schema", "type": "object" }, "pgpool": { "default": {}, "examples": [ { "enabled": true, "failureThreshold": 15, "initialDelaySeconds": 5, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 4 } ], "properties": { "enabled": { "default": false, "examples": [ true ], "title": "The enabled Schema", "type": "boolean" }, "failureThreshold": { "default": 0, "examples": [ 15 ], "title": "The failureThreshold Schema", "type": "integer" }, "initialDelaySeconds": { "default": 0, "examples": [ 5 ], "title": "The initialDelaySeconds Schema", "type": "integer" }, "periodSeconds": { "default": 0, "examples": [ 5 ], "title": "The periodSeconds Schema", "type": "integer" }, "successThreshold": { "default": 0, "examples": [ 1 ], "title": "The successThreshold Schema", "type": "integer" }, "timeoutSeconds": { "default": 0, "examples": [ 4 ], "title": "The timeoutSeconds Schema", "type": "integer" } }, "required": [ "enabled", "initialDelaySeconds", "periodSeconds", "timeoutSeconds", "successThreshold", "failureThreshold" ], "title": "The pgpool Schema", "type": "object" } }, "required": [ "pgpool", "exporter" ], "title": "The startupProbe Schema", "type": "object" }, "tag": { "default": "", "examples": [ "1.2.0" ], "title": "The tag Schema", "type": "string" }, "tolerations": { "default": {}, "examples": [ {} ], "properties": {}, "required": [], "title": "The tolerations Schema", "type": "object" } }, "required": [ "replicaCount", "repository", "affinity", "tolerations", "annotations", "resources", "podDisruptionBudget", "service", "startupProbe", "readinessProbe", "livenessProbe" ], "title": "The deploy Schema", "type": "object" }, "discovery": { "default": {}, "examples": [ { "primaryInstancePrefix": "", "pruneThreshold": 900, "stayInRegion": true } ], "properties": { "primaryInstancePrefix": { "default": "", "examples": [ "" ], "title": "The primaryInstancePrefix Schema", "type": "string" }, "pruneThreshold": { "default": 0, "examples": [ 900 ], "title": "The pruneThreshold Schema", "type": "integer" }, "stayInRegion": { "default": false, "examples": [ true ], "title": "The stayInRegion Schema", "type": "boolean" } }, "required": [ "primaryInstancePrefix", "stayInRegion", "pruneThreshold" ], "title": "The discovery Schema", "type": "object" }, "exporter": { "default": {}, "examples": [ { "exitOnError": "false", "postgresDatabase": "postgres", "postgresPassword": "", "postgresUsername": "" } ], "properties": { "exitOnError": { "default": "", "examples": [ "false" ], "title": "The exitOnError Schema", "type": "string" }, "postgresDatabase": { "default": "", "examples": [ "postgres" ], "title": "The postgresDatabase Schema", "type": "string" }, "postgresPassword": { "default": "", "examples": [ "" ], "title": "The postgresPassword Schema", "type": "string" }, "postgresUsername": { "default": "", "examples": [ "" ], "title": "The postgresUsername Schema", "type": "string" } }, "required": [ "postgresUsername", "postgresPassword", "postgresDatabase", "exitOnError" ], "title": "The exporter Schema", "type": "object" }, "pcp": { "default": {}, "examples": [ { "password": "" } ], "properties": { "password": { "default": "", "examples": [ "" ], "title": "The password Schema", "type": "string" } }, "required": [ "password" ], "title": "The pcp Schema", "type": "object" }, "pgpool": { "default": {}, "else": { "properties": { "processManagementMode": { "enum": [ "static", "dynamic" ], "message": { "enum": "process mgmt mode must be static for pgpool.version prior to 4.4" } } } }, "examples": [ { "allowSqlComments": "on", "childLifeTime": "5min", "childMaxConnections": 8192, "clientIdleLimit": 300, "connectionLifeTime": 0, "coredumpSizeLimit": "0", "disableLoadBalanceOnWrite": "transaction", "healthCheckDatabase": "postgres", "healthCheckPassword": "", "healthCheckUsername": "", "ignoreLeadingWhiteSpace": "on", "logErrorVerbosity": "TERSE", "logMinMessages": "ERROR", "maxPool": 32, "maxSpareChildren": 10, "minSpareChildren": 5, "numInitChildren": 32, "primaryRoutingQueryPatternList": ".*DO NOT LOAD BALANCE.*", "primaryWeight": 0, "processManagementMode": "static", "processManagementStrategy": "gentle", "replicasWeight": 1, "reservedConnections": 0, "srCheckDatabase": "postgres", "srCheckPassword": "", "srCheckUsername": "", "statementLevelLoadBalance": "on", "version": "4.5.0" } ], "if": { "properties": { "version": { "message": { "pattern": "process mgmt mode must be static for pgpool.version prior to 4.4" }, "pattern": "^4\\.[0-3]\\..*$" } } }, "properties": { "allowSqlComments": { "default": "", "examples": [ "on" ], "title": "The allowSqlComments Schema", "type": "string" }, "childLifeTime": { "default": "", "examples": [ "5min" ], "title": "The childLifeTime Schema", "type": "string" }, "childMaxConnections": { "default": 0, "examples": [ 8192 ], "title": "The childMaxConnections Schema", "type": "integer" }, "clientIdleLimit": { "default": 0, "examples": [ 300 ], "title": "The clientIdleLimit Schema", "type": "integer" }, "connectionLifeTime": { "default": 0, "examples": [ 0 ], "title": "The connectionLifeTime Schema", "type": "integer" }, "coredumpSizeLimit": { "default": "", "examples": [ "0" ], "title": "The coredumpSizeLimit Schema", "type": "string" }, "disableLoadBalanceOnWrite": { "default": "", "examples": [ "transaction" ], "title": "The disableLoadBalanceOnWrite Schema", "type": "string" }, "healthCheckDatabase": { "default": "", "examples": [ "postgres" ], "title": "The healthCheckDatabase Schema", "type": "string" }, "healthCheckPassword": { "default": "", "examples": [ "" ], "title": "The healthCheckPassword Schema", "type": "string" }, "healthCheckUsername": { "default": "", "examples": [ "" ], "title": "The healthCheckUsername Schema", "type": "string" }, "ignoreLeadingWhiteSpace": { "default": "", "examples": [ "on" ], "title": "The ignoreLeadingWhiteSpace Schema", "type": "string" }, "logErrorVerbosity": { "default": "", "examples": [ "TERSE" ], "title": "The logErrorVerbosity Schema", "type": "string" }, "logMinMessages": { "default": "", "examples": [ "ERROR" ], "title": "The logMinMessages Schema", "type": "string" }, "maxPool": { "default": 0, "examples": [ 32 ], "title": "The maxPool Schema", "type": "integer" }, "maxSpareChildren": { "default": 0, "examples": [ 10 ], "title": "The maxSpareChildren Schema", "type": "integer" }, "minSpareChildren": { "default": 0, "examples": [ 5 ], "title": "The minSpareChildren Schema", "type": "integer" }, "numInitChildren": { "default": 0, "examples": [ 32 ], "title": "The numInitChildren Schema", "type": "integer" }, "primaryRoutingQueryPatternList": { "default": "", "examples": [ ".*DO NOT LOAD BALANCE.*" ], "title": "The primaryRoutingQueryPatternList Schema", "type": "string" }, "primaryWeight": { "default": 0, "examples": [ 0 ], "title": "The primaryWeight Schema", "type": "integer" }, "processManagementMode": { "default": "static", "enum": [ "static", "dynamic" ], "examples": [ "static" ], "message": { "const": "process mgmt mode must be static for pgpool.version prior to 4.4", "enum": "process mgmt mode must be static for pgpool.version prior to 4.4" }, "title": "The processManagementMode Schema", "type": "string" }, "processManagementStrategy": { "default": "", "enum": [ "lazy", "gentle", "aggressive" ], "examples": [ "gentle" ], "title": "The processManagementStrategy Schema", "type": "string" }, "replicasWeight": { "default": 0, "examples": [ 1 ], "title": "The replicasWeight Schema", "type": "integer" }, "reservedConnections": { "default": 0, "examples": [ 0 ], "title": "The reservedConnections Schema", "type": "integer" }, "srCheckDatabase": { "default": "", "examples": [ "postgres" ], "title": "The srCheckDatabase Schema", "type": "string" }, "srCheckPassword": { "default": "", "examples": [ "" ], "title": "The srCheckPassword Schema", "type": "string" }, "srCheckUsername": { "default": "", "examples": [ "" ], "title": "The srCheckUsername Schema", "type": "string" }, "statementLevelLoadBalance": { "default": "", "examples": [ "on" ], "title": "The statementLevelLoadBalance Schema", "type": "string" }, "version": { "default": "4.5.0", "enum": [ "4.5.0", "4.4.5", "4.3.8", "4.2.15", "4.1.18", "4.0.25" ], "examples": [ "4.5.0" ], "message": { "enum": "process mgmt mode must be static for pgpool.version prior to 4.4", "pattern": "process mgmt mode must be static for pgpool.version prior to 4.4" }, "title": "The version Schema", "type": "string" } }, "required": [ "version", "processManagementMode", "processManagementStrategy", "minSpareChildren", "maxSpareChildren", "reservedConnections", "numInitChildren", "maxPool", "childLifeTime", "childMaxConnections", "connectionLifeTime", "clientIdleLimit", "ignoreLeadingWhiteSpace", "primaryRoutingQueryPatternList", "allowSqlComments", "disableLoadBalanceOnWrite", "statementLevelLoadBalance", "primaryWeight", "replicasWeight", "logMinMessages", "logErrorVerbosity", "srCheckUsername", "srCheckPassword", "srCheckDatabase", "healthCheckUsername", "healthCheckPassword", "healthCheckDatabase", "coredumpSizeLimit" ], "then": { "properties": { "processManagementMode": { "const": "static", "message": { "const": "process mgmt mode must be static for pgpool.version prior to 4.4" } } } }, "title": "The pgpool Schema", "type": "object" }, "telegraf": { "default": {}, "examples": [ { "enabled": "true", "exitOnError": "false" } ], "properties": { "enabled": { "default": "", "examples": [ "true" ], "title": "The enabled Schema", "type": "string" }, "exitOnError": { "default": "", "examples": [ "false" ], "title": "The exitOnError Schema", "type": "string" } }, "required": [ "enabled", "exitOnError" ], "title": "The telegraf Schema", "type": "object" } }, "required": [ "deploy", "discovery", "exporter", "telegraf", "pcp", "pgpool" ], "title": "Root Schema", "type": "object" }
Apache-2.0
en
Praqma/helmsman
d73b65487b52d5b0e5b69a1e7a772532da7fb405
2024-05-19T21:07:30
schema.json
1,359
2024-05-28T04:11:21.016431Z
{ "$defs": { "Config": { "description": "Config type represents the settings fields", "properties": { "bearerToken": { "description": "BearerToken indicates whether you want helmsman to connect to the cluster using a bearer token", "type": "boolean" }, "bearerTokenPath": { "description": "BearerTokenPath allows specifying a custom path for the token", "type": "string" }, "clusterURI": { "description": "ClusterURI is the URI for your cluster API or the name of an environment variable (starting with `$`) containing the URI", "type": "string" }, "eyamlEnabled": { "description": "EyamlEnabled indicates whether eyaml is used for encrypted files", "type": "boolean" }, "eyamlGkms": { "description": "EyamlGkms indicates whether to use GKMS for eyaml", "type": "boolean" }, "eyamlGkmsCryptoKey": { "description": "EyamlGkmsCryptoKey is the ID of the key to use", "type": "string" }, "eyamlGkmsKeyring": { "description": "EyamlGkmsKeyring is the ID of the Cloud KMS key ring", "type": "string" }, "eyamlGkmsLocation": { "description": "EyamlGkmsLocation is the KMS location", "type": "string" }, "eyamlGkmsProject": { "description": "EyamlGkmsProject is the GCP project where GKMS keys are stored", "type": "string" }, "eyamlPrivateKeyPath": { "description": "EyamlPrivateKeyPath is the path to the eyaml private key", "type": "string" }, "eyamlPublicKeyPath": { "description": "EyamlPublicKeyPath is the path to the eyaml public key", "type": "string" }, "globalHooks": { "description": "GlobalHooks is a set of global lifecycle hooks", "type": "object" }, "globalMaxHistory": { "description": "GlobalMaxHistory sets the global max number of historical release revisions to keep", "type": "integer" }, "kubeContext": { "description": "KubeContext is the kube context you want Helmsman to use or create", "type": "string" }, "msTeamsWebhook": { "description": "MSTeamsWebhook is the Microsoft teams webhook URL for teams notifications", "type": "string" }, "namespaceLabelsAuthoritative": { "description": "NamespaceLabelsAuthoritativei indicates whether helmsman should remove namespace labels that are not in the DSF", "type": "boolean" }, "password": { "description": "Password to be used for kubectl credentials", "type": "string" }, "reverseDelete": { "description": "ReverseDelete indicates if the applications should be deleted in reverse orderin relation to the installation order", "type": "boolean" }, "serviceAccount": { "description": "ServiceAccount to be used for tiller (deprecated)", "type": "string" }, "skipIgnoredApps": { "description": "SkipIgnoredApps if set to true, ignored apps will not be considered in the plan", "type": "boolean" }, "skipPendingApps": { "description": "SkipPendingApps is set to true,apps in a pending state will be ignored", "type": "boolean" }, "slackWebhook": { "description": "SlackWebhook is the slack webhook URL for slack notifications", "type": "string" }, "storageBackend": { "description": "StorageBackend indicates the storage backened used by helm, defaults to secret", "type": "string" }, "username": { "description": "Username to be used for kubectl credentials", "type": "string" }, "vaultDeliminator": { "description": "VaultDeliminator allows secret deliminator used when parsing to be overridden", "type": "string" }, "vaultEnabled": { "description": "VaultEnabled indicates whether the helm vault plugin is used for encrypted files", "type": "boolean" }, "vaultEnvironment": { "description": "VaultEnvironment Environment that secrets should be stored under", "type": "string" }, "vaultKvVersion": { "description": "VaultKvVersion The version of the KV secrets engine in Vault", "type": "string" }, "vaultMountPoint": { "description": "VaultMountPoint allows the Vault Mount Point to be overridden", "type": "string" }, "vaultPath": { "description": "VaultPath allows the secret mount location in Vault to be overridden", "type": "string" }, "vaultTemplate": { "description": "VaultTemplate Substring with path to vault key instead of deliminator", "type": "string" } }, "required": [ "eyamlGkms" ], "type": "object" }, "CustomResource": { "description": "custom resource type", "properties": { "name": { "description": "Name of the custom resource", "type": "string" }, "value": { "description": "Value of the custom resource", "type": "string" } }, "type": "object" }, "Limit": { "description": "Limit represents a resource limit", "properties": { "default": { "$ref": "#/$defs/Resources", "description": "Default stes resource limits to pods without defined resource limits" }, "defaultRequest": { "$ref": "#/$defs/Resources", "description": "DefaultRequest sets the resource requests for pods without defined resource requests" }, "max": { "$ref": "#/$defs/Resources", "description": "Max defines the resource limits" }, "maxLimitRequestRatio": { "$ref": "#/$defs/Resources", "description": "MaxLimitRequestRatio set the max limit request ratio" }, "min": { "$ref": "#/$defs/Resources", "description": "Min defines the resource request" }, "type": { "type": "string" } }, "required": [ "type" ], "type": "object" }, "Limits": { "description": "Limits type", "items": { "$ref": "#/$defs/Limit" }, "type": "array" }, "Namespace": { "description": "Namespace type represents the fields of a Namespace", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "description": "Annotations to set on the namespace", "type": "object" }, "labels": { "additionalProperties": { "type": "string" }, "description": "Labels to set to the namespace", "type": "object" }, "limits": { "$ref": "#/$defs/Limits", "description": "Limits to set on the namespace" }, "protected": { "description": "Protected if set to true no changes can be applied to the namespace", "type": "boolean" }, "quotas": { "$ref": "#/$defs/Quotas", "description": "Quotas to set on the namespace" } }, "required": [ "protected" ], "type": "object" }, "NullBool": { "type": "boolean" }, "Quotas": { "description": "quota type", "properties": { "customQuotas": { "description": "CustomResource is a list of custom resource quotas", "items": { "$ref": "#/$defs/CustomResource" }, "type": "array" }, "limits.cpu": { "description": "CPULimits is the CPU quota", "type": "string" }, "limits.memory": { "description": "MemoryLimits is the memory quota", "type": "string" }, "pods": { "description": "Pods is the pods quota", "type": "string" }, "requests.cpu": { "description": "CPURequests is the CPU requests quota", "type": "string" }, "requests.memory": { "description": "MemoryRequests is the memory requests quota", "type": "string" } }, "type": "object" }, "Release": { "description": "Release type representing Helm releases which are described in the desired state", "properties": { "chart": { "type": "string" }, "description": { "description": "Description is a user friendly description of the helm release", "type": "string" }, "enabled": { "$ref": "#/$defs/NullBool", "description": "Enabled can be used to togle a helm release" }, "group": { "type": "string" }, "helmDiffFlags": { "description": "HelmDiffFlags is a list of cli flags to pass to helm diff", "items": { "type": "string" }, "type": "array" }, "helmFlags": { "description": "HelmFlags is a list of additional flags to pass to the helm command", "items": { "type": "string" }, "type": "array" }, "hooks": { "description": "Hooks can be used to define lifecycle hooks specific to this release", "type": "object" }, "maxHistory": { "description": "MaxHistory is the maximum number of histoical releases to keep", "type": "integer" }, "name": { "description": "Name is the helm release name", "type": "string" }, "namespace": { "description": "Namespace where to deploy the helm release", "type": "string" }, "noHooks": { "$ref": "#/$defs/NullBool", "description": "NoHooks can be used to disable the execution of helm hooks" }, "postRenderer": { "description": "PostRenderer is the path to an executable to be used for post rendering", "type": "string" }, "priority": { "description": "Priority allows defining the execution order, releases with the same priority can be executed in parallel", "type": "integer" }, "protected": { "$ref": "#/$defs/NullBool", "description": "Protected defines if the release should be protected against changes" }, "secretsFile": { "description": "SecretsFile is the path for an encrypted values file for the helm release", "type": "string" }, "secretsFiles": { "description": "SecretsFiles is a list of paths for encrypted values files for the helm release", "items": { "type": "string" }, "type": "array" }, "set": { "additionalProperties": { "type": "string" }, "description": "Set can be used to overwrite the chart values", "type": "object" }, "setFile": { "additionalProperties": { "type": "string" }, "description": "SetFile can be used to overwrite the chart values", "type": "object" }, "setString": { "additionalProperties": { "type": "string" }, "description": "SetString can be used to overwrite string values", "type": "object" }, "test": { "$ref": "#/$defs/NullBool", "description": "Test indicates if the chart tests should be executed" }, "timeout": { "description": "Timeout is the number of seconds to wait for the release to complete", "type": "integer" }, "valuesFile": { "description": "ValuesFile is the path for a values file for the helm release", "type": "string" }, "valuesFiles": { "description": "ValuesFiles is a list of paths a values files for the helm release", "items": { "type": "string" }, "type": "array" }, "version": { "description": "Version of the helm chart to deploy", "type": "string" }, "wait": { "$ref": "#/$defs/NullBool", "description": "Wait defines whether helm should block execution until all k8s resources are in a ready state" } }, "required": [ "name", "namespace", "enabled", "chart", "version" ], "type": "object" }, "Resources": { "description": "Resources type", "properties": { "cpu": { "description": "CPU is the number of CPU cores", "type": "string" }, "memory": { "description": "Memory is the amount of memory", "type": "string" } }, "type": "object" }, "State": { "description": "State type represents the desired State of applications on a k8s cluster.", "properties": { "apps": { "additionalProperties": { "$ref": "#/$defs/Release" }, "description": "Apps holds the configuration for each helm release managed by helmsman", "type": "object" }, "appsTemplates": { "additionalProperties": { "$ref": "#/$defs/Release" }, "description": "AppsTemplates allow defining YAML objects thatcan be used as a reference with YAML anchors to keep the configuration DRY", "type": "object" }, "certificates": { "additionalProperties": { "type": "string" }, "description": "Certificates are used to connect kubectl to a cluster", "type": "object" }, "context": { "description": "Context defines an helmsman scope", "type": "string" }, "helmRepos": { "additionalProperties": { "type": "string" }, "description": "HelmRepos from where to find the application helm charts", "type": "object" }, "metadata": { "additionalProperties": { "type": "string" }, "description": "Metadata for human reader of the desired state file", "type": "object" }, "namespaces": { "additionalProperties": { "$ref": "#/$defs/Namespace" }, "description": "Namespaces where helmsman will deploy applications", "type": "object" }, "preconfiguredHelmRepos": { "description": "PreconfiguredHelmRepos is a list of helm repos that are configured outside of the DSF", "items": { "type": "string" }, "type": "array" }, "settings": { "$ref": "#/$defs/Config", "description": "Settings for configuring helmsman" } }, "required": [ "namespaces", "apps" ], "type": "object" } }, "$id": "https://github.com/Praqma/helmsman/internal/app/state", "$ref": "#/$defs/State", "$schema": "https://json-schema.org/draft/2020-12/schema" }
MIT
en
Praqma/helmsman
886cb0248ab97c867792d71183faa61a16bef2ce
2022-08-09T23:18:46
schema.json
1,359
2024-05-28T04:11:21.016431Z
{ "$defs": { "Config": { "description": "Config type represents the settings fields", "properties": { "bearerToken": { "description": "BearerToken indicates whether you want helmsman to connect to the cluster using a bearer token", "type": "boolean" }, "bearerTokenPath": { "description": "BearerTokenPath allows specifying a custom path for the token", "type": "string" }, "clusterURI": { "description": "ClusterURI is the URI for your cluster API or the name of an environment variable (starting with `$`) containing the URI", "type": "string" }, "eyamlEnabled": { "description": "EyamlEnabled indicates whether eyaml is used for encrypted files", "type": "boolean" }, "eyamlPrivateKeyPath": { "description": "EyamlPrivateKeyPath is the path to the eyaml private key", "type": "string" }, "eyamlPublicKeyPath": { "description": "EyamlPublicKeyPath is the path to the eyaml public key", "type": "string" }, "globalHooks": { "description": "GlobalHooks is a set of global lifecycle hooks", "type": "object" }, "globalMaxHistory": { "description": "GlobalMaxHistory sets the global max number of historical release revisions to keep", "type": "integer" }, "kubeContext": { "description": "KubeContext is the kube context you want Helmsman to use or create", "type": "string" }, "msTeamsWebhook": { "description": "MSTeamsWebhook is the Microsoft teams webhook URL for teams notifications", "type": "string" }, "namespaceLabelsAuthoritative": { "description": "NamespaceLabelsAuthoritativei indicates whether helmsman should remove namespace labels that are not in the DSF", "type": "boolean" }, "password": { "description": "Password to be used for kubectl credentials", "type": "string" }, "reverseDelete": { "description": "ReverseDelete indicates if the applications should be deleted in reverse orderin relation to the installation order", "type": "boolean" }, "serviceAccount": { "description": "ServiceAccount to be used for tiller (deprecated)", "type": "string" }, "skipIgnoredApps": { "description": "SkipIgnoredApps if set to true, ignored apps will not be considered in the plan", "type": "boolean" }, "skipPendingApps": { "description": "SkipPendingApps is set to true,apps in a pending state will be ignored", "type": "boolean" }, "slackWebhook": { "description": "SlackWebhook is the slack webhook URL for slack notifications", "type": "string" }, "storageBackend": { "description": "StorageBackend indicates the storage backened used by helm, defaults to secret", "type": "string" }, "username": { "description": "Username to be used for kubectl credentials", "type": "string" }, "vaultDeliminator": { "description": "VaultDeliminator allows secret deliminator used when parsing to be overridden", "type": "string" }, "vaultEnabled": { "description": "VaultEnabled indicates whether the helm vault plugin is used for encrypted files", "type": "boolean" }, "vaultEnvironment": { "description": "VaultEnvironment Environment that secrets should be stored under", "type": "string" }, "vaultKvVersion": { "description": "VaultKvVersion The version of the KV secrets engine in Vault", "type": "string" }, "vaultMountPoint": { "description": "VaultMountPoint allows the Vault Mount Point to be overridden", "type": "string" }, "vaultPath": { "description": "VaultPath allows the secret mount location in Vault to be overridden", "type": "string" }, "vaultTemplate": { "description": "VaultTemplate Substring with path to vault key instead of deliminator", "type": "string" } }, "type": "object" }, "CustomResource": { "description": "custom resource type", "properties": { "name": { "description": "Name of the custom resource", "type": "string" }, "value": { "description": "Value of the custom resource", "type": "string" } }, "type": "object" }, "Limit": { "description": "Limit represents a resource limit", "properties": { "default": { "$ref": "#/$defs/Resources", "description": "Default stes resource limits to pods without defined resource limits" }, "defaultRequest": { "$ref": "#/$defs/Resources", "description": "DefaultRequest sets the resource requests for pods without defined resource requests" }, "max": { "$ref": "#/$defs/Resources", "description": "Max defines the resource limits" }, "maxLimitRequestRatio": { "$ref": "#/$defs/Resources", "description": "MaxLimitRequestRatio set the max limit request ratio" }, "min": { "$ref": "#/$defs/Resources", "description": "Min defines the resource request" }, "type": { "type": "string" } }, "required": [ "type" ], "type": "object" }, "Limits": { "description": "Limits type", "items": { "$ref": "#/$defs/Limit" }, "type": "array" }, "Namespace": { "description": "Namespace type represents the fields of a Namespace", "properties": { "annotations": { "description": "Annotations to set on the namespace", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "labels": { "description": "Labels to set to the namespace", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "limits": { "$ref": "#/$defs/Limits", "description": "Limits to set on the namespace" }, "protected": { "description": "Protected if set to true no changes can be applied to the namespace", "type": "boolean" }, "quotas": { "$ref": "#/$defs/Quotas", "description": "Quotas to set on the namespace" } }, "required": [ "protected" ], "type": "object" }, "Quotas": { "description": "quota type", "properties": { "customQuotas": { "description": "CustomResource is a list of custom resource quotas", "items": { "$ref": "#/$defs/CustomResource" }, "type": "array" }, "limits.cpu": { "description": "CPULimits is the CPU quota", "type": "string" }, "limits.memory": { "description": "MemoryLimits is the memory quota", "type": "string" }, "pods": { "description": "Pods is the pods quota", "type": "string" }, "requests.cpu": { "description": "CPURequests is the CPU requests quota", "type": "string" }, "requests.memory": { "description": "MemoryRequests is the memory requests quota", "type": "string" } }, "type": "object" }, "Release": { "description": "Release type representing Helm releases which are described in the desired state", "properties": { "chart": { "type": "string" }, "description": { "description": "Description is a user friendly description of the helm release", "type": "string" }, "enabled": { "description": "Enabled can be used to togle a helm release", "type": "boolean" }, "group": { "type": "string" }, "helmDiffFlags": { "description": "HelmDiffFlags is a list of cli flags to pass to helm diff", "items": { "type": "string" }, "type": "array" }, "helmFlags": { "description": "HelmFlags is a list of additional flags to pass to the helm command", "items": { "type": "string" }, "type": "array" }, "hooks": { "description": "Hooks can be used to define lifecycle hooks specific to this release", "type": "object" }, "maxHistory": { "description": "MaxHistory is the maximum number of histoical releases to keep", "type": "integer" }, "name": { "description": "Name is the helm release name", "type": "string" }, "namespace": { "description": "Namespace where to deploy the helm release", "type": "string" }, "noHooks": { "description": "NoHooks can be used to disable the execution of helm hooks", "type": "boolean" }, "postRenderer": { "description": "PostRenderer is the path to an executable to be used for post rendering", "type": "string" }, "priority": { "description": "Priority allows defining the execution order, releases with the same priority can be executed in parallel", "type": "integer" }, "protected": { "description": "Protected defines if the release should be protected against changes", "type": "boolean" }, "secretsFile": { "description": "SecretsFile is the path for an encrypted values file for the helm release", "type": "string" }, "secretsFiles": { "description": "SecretsFiles is a list of paths for encrypted values files for the helm release", "items": { "type": "string" }, "type": "array" }, "set": { "description": "Set can be used to overwrite the chart values", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "setFile": { "description": "SetFile can be used to overwrite the chart values", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "setString": { "description": "SetString can be used to overwrite string values", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "test": { "description": "Test indicates if the chart tests should be executed", "type": "boolean" }, "timeout": { "description": "Timeout is the number of seconds to wait for the release to complete", "type": "integer" }, "valuesFile": { "description": "ValuesFile is the path for a values file for the helm release", "type": "string" }, "valuesFiles": { "description": "ValuesFiles is a list of paths a values files for the helm release", "items": { "type": "string" }, "type": "array" }, "version": { "description": "Version of the helm chart to deploy", "type": "string" }, "wait": { "description": "Wait defines whether helm should block execution until all k8s resources are in a ready state", "type": "boolean" } }, "required": [ "name", "namespace", "enabled", "chart", "version" ], "type": "object" }, "Resources": { "description": "Resources type", "properties": { "cpu": { "description": "CPU is the number of CPU cores", "type": "string" }, "memory": { "description": "Memory is the amount of memory", "type": "string" } }, "type": "object" }, "State": { "description": "State type represents the desired State of applications on a k8s cluster.", "properties": { "apps": { "description": "Apps holds the configuration for each helm release managed by helmsman", "patternProperties": { ".*": { "$ref": "#/$defs/Release" } }, "type": "object" }, "appsTemplates": { "description": "AppsTemplates allow defining YAML objects thatcan be used as a reference with YAML anchors to keep the configuration DRY", "patternProperties": { ".*": { "$ref": "#/$defs/Release" } }, "type": "object" }, "certificates": { "description": "Certificates are used to connect kubectl to a cluster", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "context": { "description": "Context defines an helmsman scope", "type": "string" }, "helmRepos": { "description": "HelmRepos from where to find the application helm charts", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "metadata": { "description": "Metadata for human reader of the desired state file", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "namespaces": { "description": "Namespaces where helmsman will deploy applications", "patternProperties": { ".*": { "$ref": "#/$defs/Namespace" } }, "type": "object" }, "preconfiguredHelmRepos": { "description": "PreconfiguredHelmRepos is a list of helm repos that are configured outside of the DSF", "items": { "type": "string" }, "type": "array" }, "settings": { "$ref": "#/$defs/Config", "description": "Settings for configuring helmsman" } }, "required": [ "namespaces", "apps" ], "type": "object" } }, "$id": "https://github.com/Praqma/helmsman/internal/app/state", "$ref": "#/$defs/State", "$schema": "https://json-schema.org/draft/2020-12/schema" }
MIT
en
Praqma/helmsman
bfb9f1b735e8b8ef17d27c8af79ceb46714eed02
2022-06-13T00:13:53
schema.json
1,359
2024-05-28T04:11:21.016431Z
{ "$defs": { "Config": { "description": "Config type represents the settings fields", "properties": { "bearerToken": { "description": "BearerToken indicates whether you want helmsman to connect to the cluster using a bearer token", "type": "boolean" }, "bearerTokenPath": { "description": "BearerTokenPath allows specifying a custom path for the token", "type": "string" }, "clusterURI": { "description": "ClusterURI is the URI for your cluster API or the name of an environment variable (starting with `$`) containing the URI", "type": "string" }, "eyamlEnabled": { "description": "EyamlEnabled indicates whether eyaml is used for encrypted files", "type": "boolean" }, "eyamlPrivateKeyPath": { "description": "EyamlPrivateKeyPath is the path to the eyaml private key", "type": "string" }, "eyamlPublicKeyPath": { "description": "EyamlPublicKeyPath is the path to the eyaml public key", "type": "string" }, "globalHooks": { "description": "GlobalHooks is a set of global lifecycle hooks", "type": "object" }, "globalMaxHistory": { "description": "GlobalMaxHistory sets the global max number of historical release revisions to keep", "type": "integer" }, "kubeContext": { "description": "KubeContext is the kube context you want Helmsman to use or create", "type": "string" }, "msTeamsWebhook": { "description": "MSTeamsWebhook is the Microsoft teams webhook URL for teams notifications", "type": "string" }, "namespaceLabelsAuthoritative": { "description": "NamespaceLabelsAuthoritativei indicates whether helmsman should remove namespace labels that are not in the DSF", "type": "boolean" }, "password": { "description": "Password to be used for kubectl credentials", "type": "string" }, "reverseDelete": { "description": "ReverseDelete indicates if the applications should be deleted in reverse orderin relation to the installation order", "type": "boolean" }, "serviceAccount": { "description": "ServiceAccount to be used for tiller (deprecated)", "type": "string" }, "skipIgnoredApps": { "description": "SkipIgnoredApps if set to true, ignored apps will not be considered in the plan", "type": "boolean" }, "skipPendingApps": { "description": "SkipPendingApps is set to true,apps in a pending state will be ignored", "type": "boolean" }, "slackWebhook": { "description": "SlackWebhook is the slack webhook URL for slack notifications", "type": "string" }, "storageBackend": { "description": "StorageBackend indicates the storage backened used by helm, defaults to secret", "type": "string" }, "username": { "description": "Username to be used for kubectl credentials", "type": "string" } }, "type": "object" }, "CustomResource": { "description": "custom resource type", "properties": { "name": { "description": "Name of the custom resource", "type": "string" }, "value": { "description": "Value of the custom resource", "type": "string" } }, "type": "object" }, "Limit": { "description": "Limit represents a resource limit", "properties": { "default": { "$ref": "#/$defs/Resources", "description": "Default stes resource limits to pods without defined resource limits" }, "defaultRequest": { "$ref": "#/$defs/Resources", "description": "DefaultRequest sets the resource requests for pods without defined resource requests" }, "max": { "$ref": "#/$defs/Resources", "description": "Max defines the resource limits" }, "maxLimitRequestRatio": { "$ref": "#/$defs/Resources", "description": "MaxLimitRequestRatio set the max limit request ratio" }, "min": { "$ref": "#/$defs/Resources", "description": "Min defines the resource request" }, "type": { "type": "string" } }, "required": [ "type" ], "type": "object" }, "Namespace": { "description": "Namespace type represents the fields of a Namespace", "properties": { "annotations": { "description": "Annotations to set on the namespace", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "labels": { "description": "Labels to set to the namespace", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "limits": { "description": "Limits to set on the namespace", "items": { "$ref": "#/$defs/Limit" }, "type": "array" }, "protected": { "description": "Protected if set to true no changes can be applied to the namespace", "type": "boolean" }, "quotas": { "$ref": "#/$defs/Quotas", "description": "Quotas to set on the namespace" } }, "required": [ "protected" ], "type": "object" }, "Quotas": { "description": "quota type", "properties": { "customQuotas": { "description": "CustomResource is a list of custom resource quotas", "items": { "$ref": "#/$defs/CustomResource" }, "type": "array" }, "limits.cpu": { "description": "CPULimits is the CPU quota", "type": "string" }, "limits.memory": { "description": "MemoryLimits is the memory quota", "type": "string" }, "pods": { "description": "Pods is the pods quota", "type": "string" }, "requests.cpu": { "description": "CPURequests is the CPU requests quota", "type": "string" }, "requests.memory": { "description": "MemoryRequests is the memory requests quota", "type": "string" } }, "type": "object" }, "Release": { "description": "Release type representing Helm releases which are described in the desired state", "properties": { "chart": { "type": "string" }, "description": { "description": "Description is a user friendly description of the helm release", "type": "string" }, "enabled": { "description": "Enabled can be used to togle a helm release", "type": "boolean" }, "group": { "type": "string" }, "helmDiffFlags": { "description": "HelmDiffFlags is a list of cli flags to pass to helm diff", "items": { "type": "string" }, "type": "array" }, "helmFlags": { "description": "HelmFlags is a list of additional flags to pass to the helm command", "items": { "type": "string" }, "type": "array" }, "hooks": { "description": "Hooks can be used to define lifecycle hooks specific to this release", "type": "object" }, "maxHistory": { "description": "MaxHistory is the maximum number of histoical releases to keep", "type": "integer" }, "name": { "description": "Name is the helm release name", "type": "string" }, "namespace": { "description": "Namespace where to deploy the helm release", "type": "string" }, "noHooks": { "description": "NoHooks can be used to disable the execution of helm hooks", "type": "boolean" }, "postRenderer": { "description": "PostRenderer is the path to an executable to be used for post rendering", "type": "string" }, "priority": { "description": "Priority allows defining the execution order, releases with the same priority can be executed in parallel", "type": "integer" }, "protected": { "description": "Protected defines if the release should be protected against changes", "type": "boolean" }, "secretsFile": { "description": "SecretsFile is the path for an encrypted values file for the helm release", "type": "string" }, "secretsFiles": { "description": "SecretsFiles is a list of paths for encrypted values files for the helm release", "items": { "type": "string" }, "type": "array" }, "set": { "description": "Set can be used to overwrite the chart values", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "setFile": { "description": "SetFile can be used to overwrite the chart values", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "setString": { "description": "SetString can be used to overwrite string values", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "test": { "description": "Test indicates if the chart tests should be executed", "type": "boolean" }, "timeout": { "description": "Timeout is the number of seconds to wait for the release to complete", "type": "integer" }, "valuesFile": { "description": "ValuesFile is the path for a values file for the helm release", "type": "string" }, "valuesFiles": { "description": "ValuesFiles is a list of paths a values files for the helm release", "items": { "type": "string" }, "type": "array" }, "version": { "description": "Version of the helm chart to deploy", "type": "string" }, "wait": { "description": "Wait defines whether helm should block execution until all k8s resources are in a ready state", "type": "boolean" } }, "required": [ "name", "namespace", "enabled", "chart", "version" ], "type": "object" }, "Resources": { "description": "Resources type", "properties": { "cpu": { "description": "CPU is the number of CPU cores", "type": "string" }, "memory": { "description": "Memory is the amount of memory", "type": "string" } }, "type": "object" }, "State": { "description": "State type represents the desired State of applications on a k8s cluster.", "properties": { "apps": { "description": "Apps holds the configuration for each helm release managed by helmsman", "patternProperties": { ".*": { "$ref": "#/$defs/Release" } }, "type": "object" }, "appsTemplates": { "description": "AppsTemplates allow defining YAML objects thatcan be used as a reference with YAML anchors to keep the configuration DRY", "patternProperties": { ".*": { "$ref": "#/$defs/Release" } }, "type": "object" }, "certificates": { "description": "Certificates are used to connect kubectl to a cluster", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "context": { "description": "Context defines an helmsman scope", "type": "string" }, "helmRepos": { "description": "HelmRepos from where to find the application helm charts", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "metadata": { "description": "Metadata for human reader of the desired state file", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "namespaces": { "description": "Namespaces where helmsman will deploy applications", "patternProperties": { ".*": { "$ref": "#/$defs/Namespace" } }, "type": "object" }, "preconfiguredHelmRepos": { "description": "PreconfiguredHelmRepos is a list of helm repos that are configured outside of the DSF", "items": { "type": "string" }, "type": "array" }, "settings": { "$ref": "#/$defs/Config", "description": "Settings for configuring helmsman" } }, "required": [ "namespaces", "apps" ], "type": "object" } }, "$id": "https://github.com/Praqma/helmsman/internal/app/state", "$ref": "#/$defs/State", "$schema": "http://json-schema.org/draft/2020-12/schema" }
MIT
en
Praqma/helmsman
4c51c8826640a430d610acc031d6427b1e3d3155
2022-07-17T19:04:32
schema.json
1,359
2024-05-28T04:11:21.016431Z
{ "$defs": { "Config": { "description": "Config type represents the settings fields", "properties": { "bearerToken": { "description": "BearerToken indicates whether you want helmsman to connect to the cluster using a bearer token", "type": "boolean" }, "bearerTokenPath": { "description": "BearerTokenPath allows specifying a custom path for the token", "type": "string" }, "clusterURI": { "description": "ClusterURI is the URI for your cluster API or the name of an environment variable (starting with `$`) containing the URI", "type": "string" }, "eyamlEnabled": { "description": "EyamlEnabled indicates whether eyaml is used for encrypted files", "type": "boolean" }, "eyamlPrivateKeyPath": { "description": "EyamlPrivateKeyPath is the path to the eyaml private key", "type": "string" }, "eyamlPublicKeyPath": { "description": "EyamlPublicKeyPath is the path to the eyaml public key", "type": "string" }, "globalHooks": { "description": "GlobalHooks is a set of global lifecycle hooks", "type": "object" }, "globalMaxHistory": { "description": "GlobalMaxHistory sets the global max number of historical release revisions to keep", "type": "integer" }, "kubeContext": { "description": "KubeContext is the kube context you want Helmsman to use or create", "type": "string" }, "msTeamsWebhook": { "description": "MSTeamsWebhook is the Microsoft teams webhook URL for teams notifications", "type": "string" }, "namespaceLabelsAuthoritative": { "description": "NamespaceLabelsAuthoritativei indicates whether helmsman should remove namespace labels that are not in the DSF", "type": "boolean" }, "password": { "description": "Password to be used for kubectl credentials", "type": "string" }, "reverseDelete": { "description": "ReverseDelete indicates if the applications should be deleted in reverse orderin relation to the installation order", "type": "boolean" }, "serviceAccount": { "description": "ServiceAccount to be used for tiller (deprecated)", "type": "string" }, "skipIgnoredApps": { "description": "SkipIgnoredApps if set to true, ignored apps will not be considered in the plan", "type": "boolean" }, "skipPendingApps": { "description": "SkipPendingApps is set to true,apps in a pending state will be ignored", "type": "boolean" }, "slackWebhook": { "description": "SlackWebhook is the slack webhook URL for slack notifications", "type": "string" }, "storageBackend": { "description": "StorageBackend indicates the storage backened used by helm, defaults to secret", "type": "string" }, "username": { "description": "Username to be used for kubectl credentials", "type": "string" } }, "type": "object" }, "CustomResource": { "description": "custom resource type", "properties": { "name": { "description": "Name of the custom resource", "type": "string" }, "value": { "description": "Value of the custom resource", "type": "string" } }, "type": "object" }, "Limit": { "description": "Limit represents a resource limit", "properties": { "default": { "$ref": "#/$defs/Resources", "description": "Default stes resource limits to pods without defined resource limits" }, "defaultRequest": { "$ref": "#/$defs/Resources", "description": "DefaultRequest sets the resource requests for pods without defined resource requests" }, "max": { "$ref": "#/$defs/Resources", "description": "Max defines the resource limits" }, "maxLimitRequestRatio": { "$ref": "#/$defs/Resources", "description": "MaxLimitRequestRatio set the max limit request ratio" }, "min": { "$ref": "#/$defs/Resources", "description": "Min defines the resource request" }, "type": { "type": "string" } }, "required": [ "type" ], "type": "object" }, "Limits": { "description": "Limits type", "items": { "$ref": "#/$defs/Limit" }, "type": "array" }, "Namespace": { "description": "Namespace type represents the fields of a Namespace", "properties": { "annotations": { "description": "Annotations to set on the namespace", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "labels": { "description": "Labels to set to the namespace", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "limits": { "$ref": "#/$defs/Limits", "description": "Limits to set on the namespace" }, "protected": { "description": "Protected if set to true no changes can be applied to the namespace", "type": "boolean" }, "quotas": { "$ref": "#/$defs/Quotas", "description": "Quotas to set on the namespace" } }, "required": [ "protected" ], "type": "object" }, "Quotas": { "description": "quota type", "properties": { "customQuotas": { "description": "CustomResource is a list of custom resource quotas", "items": { "$ref": "#/$defs/CustomResource" }, "type": "array" }, "limits.cpu": { "description": "CPULimits is the CPU quota", "type": "string" }, "limits.memory": { "description": "MemoryLimits is the memory quota", "type": "string" }, "pods": { "description": "Pods is the pods quota", "type": "string" }, "requests.cpu": { "description": "CPURequests is the CPU requests quota", "type": "string" }, "requests.memory": { "description": "MemoryRequests is the memory requests quota", "type": "string" } }, "type": "object" }, "Release": { "description": "Release type representing Helm releases which are described in the desired state", "properties": { "chart": { "type": "string" }, "description": { "description": "Description is a user friendly description of the helm release", "type": "string" }, "enabled": { "description": "Enabled can be used to togle a helm release", "type": "boolean" }, "group": { "type": "string" }, "helmDiffFlags": { "description": "HelmDiffFlags is a list of cli flags to pass to helm diff", "items": { "type": "string" }, "type": "array" }, "helmFlags": { "description": "HelmFlags is a list of additional flags to pass to the helm command", "items": { "type": "string" }, "type": "array" }, "hooks": { "description": "Hooks can be used to define lifecycle hooks specific to this release", "type": "object" }, "maxHistory": { "description": "MaxHistory is the maximum number of histoical releases to keep", "type": "integer" }, "name": { "description": "Name is the helm release name", "type": "string" }, "namespace": { "description": "Namespace where to deploy the helm release", "type": "string" }, "noHooks": { "description": "NoHooks can be used to disable the execution of helm hooks", "type": "boolean" }, "postRenderer": { "description": "PostRenderer is the path to an executable to be used for post rendering", "type": "string" }, "priority": { "description": "Priority allows defining the execution order, releases with the same priority can be executed in parallel", "type": "integer" }, "protected": { "description": "Protected defines if the release should be protected against changes", "type": "boolean" }, "secretsFile": { "description": "SecretsFile is the path for an encrypted values file for the helm release", "type": "string" }, "secretsFiles": { "description": "SecretsFiles is a list of paths for encrypted values files for the helm release", "items": { "type": "string" }, "type": "array" }, "set": { "description": "Set can be used to overwrite the chart values", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "setFile": { "description": "SetFile can be used to overwrite the chart values", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "setString": { "description": "SetString can be used to overwrite string values", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "test": { "description": "Test indicates if the chart tests should be executed", "type": "boolean" }, "timeout": { "description": "Timeout is the number of seconds to wait for the release to complete", "type": "integer" }, "valuesFile": { "description": "ValuesFile is the path for a values file for the helm release", "type": "string" }, "valuesFiles": { "description": "ValuesFiles is a list of paths a values files for the helm release", "items": { "type": "string" }, "type": "array" }, "version": { "description": "Version of the helm chart to deploy", "type": "string" }, "wait": { "description": "Wait defines whether helm should block execution until all k8s resources are in a ready state", "type": "boolean" } }, "required": [ "name", "namespace", "enabled", "chart", "version" ], "type": "object" }, "Resources": { "description": "Resources type", "properties": { "cpu": { "description": "CPU is the number of CPU cores", "type": "string" }, "memory": { "description": "Memory is the amount of memory", "type": "string" } }, "type": "object" }, "State": { "description": "State type represents the desired State of applications on a k8s cluster.", "properties": { "apps": { "description": "Apps holds the configuration for each helm release managed by helmsman", "patternProperties": { ".*": { "$ref": "#/$defs/Release" } }, "type": "object" }, "appsTemplates": { "description": "AppsTemplates allow defining YAML objects thatcan be used as a reference with YAML anchors to keep the configuration DRY", "patternProperties": { ".*": { "$ref": "#/$defs/Release" } }, "type": "object" }, "certificates": { "description": "Certificates are used to connect kubectl to a cluster", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "context": { "description": "Context defines an helmsman scope", "type": "string" }, "helmRepos": { "description": "HelmRepos from where to find the application helm charts", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "metadata": { "description": "Metadata for human reader of the desired state file", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "namespaces": { "description": "Namespaces where helmsman will deploy applications", "patternProperties": { ".*": { "$ref": "#/$defs/Namespace" } }, "type": "object" }, "preconfiguredHelmRepos": { "description": "PreconfiguredHelmRepos is a list of helm repos that are configured outside of the DSF", "items": { "type": "string" }, "type": "array" }, "settings": { "$ref": "#/$defs/Config", "description": "Settings for configuring helmsman" } }, "required": [ "namespaces", "apps" ], "type": "object" } }, "$id": "https://github.com/Praqma/helmsman/internal/app/state", "$ref": "#/$defs/State", "$schema": "http://json-schema.org/draft/2020-12/schema" }
MIT
en
Praqma/helmsman
a06ed92496f4caa818300148308d657abc6f40ce
2022-09-01T21:22:37
schema.json
1,359
2024-05-28T04:11:21.016431Z
{ "$defs": { "Config": { "description": "Config type represents the settings fields", "properties": { "bearerToken": { "description": "BearerToken indicates whether you want helmsman to connect to the cluster using a bearer token", "type": "boolean" }, "bearerTokenPath": { "description": "BearerTokenPath allows specifying a custom path for the token", "type": "string" }, "clusterURI": { "description": "ClusterURI is the URI for your cluster API or the name of an environment variable (starting with `$`) containing the URI", "type": "string" }, "eyamlEnabled": { "description": "EyamlEnabled indicates whether eyaml is used for encrypted files", "type": "boolean" }, "eyamlPrivateKeyPath": { "description": "EyamlPrivateKeyPath is the path to the eyaml private key", "type": "string" }, "eyamlPublicKeyPath": { "description": "EyamlPublicKeyPath is the path to the eyaml public key", "type": "string" }, "globalHooks": { "description": "GlobalHooks is a set of global lifecycle hooks", "type": "object" }, "globalMaxHistory": { "description": "GlobalMaxHistory sets the global max number of historical release revisions to keep", "type": "integer" }, "kubeContext": { "description": "KubeContext is the kube context you want Helmsman to use or create", "type": "string" }, "msTeamsWebhook": { "description": "MSTeamsWebhook is the Microsoft teams webhook URL for teams notifications", "type": "string" }, "namespaceLabelsAuthoritative": { "description": "NamespaceLabelsAuthoritativei indicates whether helmsman should remove namespace labels that are not in the DSF", "type": "boolean" }, "password": { "description": "Password to be used for kubectl credentials", "type": "string" }, "reverseDelete": { "description": "ReverseDelete indicates if the applications should be deleted in reverse orderin relation to the installation order", "type": "boolean" }, "serviceAccount": { "description": "ServiceAccount to be used for tiller (deprecated)", "type": "string" }, "skipIgnoredApps": { "description": "SkipIgnoredApps if set to true, ignored apps will not be considered in the plan", "type": "boolean" }, "skipPendingApps": { "description": "SkipPendingApps is set to true,apps in a pending state will be ignored", "type": "boolean" }, "slackWebhook": { "description": "SlackWebhook is the slack webhook URL for slack notifications", "type": "string" }, "storageBackend": { "description": "StorageBackend indicates the storage backened used by helm, defaults to secret", "type": "string" }, "username": { "description": "Username to be used for kubectl credentials", "type": "string" }, "vaultDeliminator": { "description": "VaultDeliminator allows secret deliminator used when parsing to be overridden", "type": "string" }, "vaultEnabled": { "description": "VaultEnabled indicates whether the helm vault plugin is used for encrypted files", "type": "boolean" }, "vaultEnvironment": { "description": "VaultEnvironment Environment that secrets should be stored under", "type": "string" }, "vaultKvVersion": { "description": "VaultKvVersion The version of the KV secrets engine in Vault", "type": "string" }, "vaultMountPoint": { "description": "VaultMountPoint allows the Vault Mount Point to be overridden", "type": "string" }, "vaultPath": { "description": "VaultPath allows the secret mount location in Vault to be overridden", "type": "string" }, "vaultTemplate": { "description": "VaultTemplate Substring with path to vault key instead of deliminator", "type": "string" } }, "type": "object" }, "CustomResource": { "description": "custom resource type", "properties": { "name": { "description": "Name of the custom resource", "type": "string" }, "value": { "description": "Value of the custom resource", "type": "string" } }, "type": "object" }, "Limit": { "description": "Limit represents a resource limit", "properties": { "default": { "$ref": "#/$defs/Resources", "description": "Default stes resource limits to pods without defined resource limits" }, "defaultRequest": { "$ref": "#/$defs/Resources", "description": "DefaultRequest sets the resource requests for pods without defined resource requests" }, "max": { "$ref": "#/$defs/Resources", "description": "Max defines the resource limits" }, "maxLimitRequestRatio": { "$ref": "#/$defs/Resources", "description": "MaxLimitRequestRatio set the max limit request ratio" }, "min": { "$ref": "#/$defs/Resources", "description": "Min defines the resource request" }, "type": { "type": "string" } }, "required": [ "type" ], "type": "object" }, "Limits": { "description": "Limits type", "items": { "$ref": "#/$defs/Limit" }, "type": "array" }, "Namespace": { "description": "Namespace type represents the fields of a Namespace", "properties": { "annotations": { "description": "Annotations to set on the namespace", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "labels": { "description": "Labels to set to the namespace", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "limits": { "$ref": "#/$defs/Limits", "description": "Limits to set on the namespace" }, "protected": { "description": "Protected if set to true no changes can be applied to the namespace", "type": "boolean" }, "quotas": { "$ref": "#/$defs/Quotas", "description": "Quotas to set on the namespace" } }, "required": [ "protected" ], "type": "object" }, "NullBool": { "type": "boolean" }, "Quotas": { "description": "quota type", "properties": { "customQuotas": { "description": "CustomResource is a list of custom resource quotas", "items": { "$ref": "#/$defs/CustomResource" }, "type": "array" }, "limits.cpu": { "description": "CPULimits is the CPU quota", "type": "string" }, "limits.memory": { "description": "MemoryLimits is the memory quota", "type": "string" }, "pods": { "description": "Pods is the pods quota", "type": "string" }, "requests.cpu": { "description": "CPURequests is the CPU requests quota", "type": "string" }, "requests.memory": { "description": "MemoryRequests is the memory requests quota", "type": "string" } }, "type": "object" }, "Release": { "description": "Release type representing Helm releases which are described in the desired state", "properties": { "chart": { "type": "string" }, "description": { "description": "Description is a user friendly description of the helm release", "type": "string" }, "enabled": { "$ref": "#/$defs/NullBool", "description": "Enabled can be used to togle a helm release" }, "group": { "type": "string" }, "helmDiffFlags": { "description": "HelmDiffFlags is a list of cli flags to pass to helm diff", "items": { "type": "string" }, "type": "array" }, "helmFlags": { "description": "HelmFlags is a list of additional flags to pass to the helm command", "items": { "type": "string" }, "type": "array" }, "hooks": { "description": "Hooks can be used to define lifecycle hooks specific to this release", "type": "object" }, "maxHistory": { "description": "MaxHistory is the maximum number of histoical releases to keep", "type": "integer" }, "name": { "description": "Name is the helm release name", "type": "string" }, "namespace": { "description": "Namespace where to deploy the helm release", "type": "string" }, "noHooks": { "$ref": "#/$defs/NullBool", "description": "NoHooks can be used to disable the execution of helm hooks" }, "postRenderer": { "description": "PostRenderer is the path to an executable to be used for post rendering", "type": "string" }, "priority": { "description": "Priority allows defining the execution order, releases with the same priority can be executed in parallel", "type": "integer" }, "protected": { "$ref": "#/$defs/NullBool", "description": "Protected defines if the release should be protected against changes" }, "secretsFile": { "description": "SecretsFile is the path for an encrypted values file for the helm release", "type": "string" }, "secretsFiles": { "description": "SecretsFiles is a list of paths for encrypted values files for the helm release", "items": { "type": "string" }, "type": "array" }, "set": { "description": "Set can be used to overwrite the chart values", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "setFile": { "description": "SetFile can be used to overwrite the chart values", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "setString": { "description": "SetString can be used to overwrite string values", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "test": { "$ref": "#/$defs/NullBool", "description": "Test indicates if the chart tests should be executed" }, "timeout": { "description": "Timeout is the number of seconds to wait for the release to complete", "type": "integer" }, "valuesFile": { "description": "ValuesFile is the path for a values file for the helm release", "type": "string" }, "valuesFiles": { "description": "ValuesFiles is a list of paths a values files for the helm release", "items": { "type": "string" }, "type": "array" }, "version": { "description": "Version of the helm chart to deploy", "type": "string" }, "wait": { "$ref": "#/$defs/NullBool", "description": "Wait defines whether helm should block execution until all k8s resources are in a ready state" } }, "required": [ "name", "namespace", "enabled", "chart", "version" ], "type": "object" }, "Resources": { "description": "Resources type", "properties": { "cpu": { "description": "CPU is the number of CPU cores", "type": "string" }, "memory": { "description": "Memory is the amount of memory", "type": "string" } }, "type": "object" }, "State": { "description": "State type represents the desired State of applications on a k8s cluster.", "properties": { "apps": { "description": "Apps holds the configuration for each helm release managed by helmsman", "patternProperties": { ".*": { "$ref": "#/$defs/Release" } }, "type": "object" }, "appsTemplates": { "description": "AppsTemplates allow defining YAML objects thatcan be used as a reference with YAML anchors to keep the configuration DRY", "patternProperties": { ".*": { "$ref": "#/$defs/Release" } }, "type": "object" }, "certificates": { "description": "Certificates are used to connect kubectl to a cluster", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "context": { "description": "Context defines an helmsman scope", "type": "string" }, "helmRepos": { "description": "HelmRepos from where to find the application helm charts", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "metadata": { "description": "Metadata for human reader of the desired state file", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "namespaces": { "description": "Namespaces where helmsman will deploy applications", "patternProperties": { ".*": { "$ref": "#/$defs/Namespace" } }, "type": "object" }, "preconfiguredHelmRepos": { "description": "PreconfiguredHelmRepos is a list of helm repos that are configured outside of the DSF", "items": { "type": "string" }, "type": "array" }, "settings": { "$ref": "#/$defs/Config", "description": "Settings for configuring helmsman" } }, "required": [ "namespaces", "apps" ], "type": "object" } }, "$id": "https://github.com/Praqma/helmsman/internal/app/state", "$ref": "#/$defs/State", "$schema": "https://json-schema.org/draft/2020-12/schema" }
MIT
en
Praqma/helmsman
3235489c6f670e8dc1bdf3331709a2af18777461
2023-03-27T08:08:21
schema.json
1,359
2024-05-28T04:11:21.016431Z
{ "$defs": { "Config": { "description": "Config type represents the settings fields", "properties": { "bearerToken": { "description": "BearerToken indicates whether you want helmsman to connect to the cluster using a bearer token", "type": "boolean" }, "bearerTokenPath": { "description": "BearerTokenPath allows specifying a custom path for the token", "type": "string" }, "clusterURI": { "description": "ClusterURI is the URI for your cluster API or the name of an environment variable (starting with `$`) containing the URI", "type": "string" }, "eyamlEnabled": { "description": "EyamlEnabled indicates whether eyaml is used for encrypted files", "type": "boolean" }, "eyamlGkms": { "description": "EyamlGkms indicates whether to use GKMS for eyaml", "type": "boolean" }, "eyamlGkmsCryptoKey": { "description": "EyamlGkmsCryptoKey is the ID of the key to use", "type": "string" }, "eyamlGkmsKeyring": { "description": "EyamlGkmsKeyring is the ID of the Cloud KMS key ring", "type": "string" }, "eyamlGkmsLocation": { "description": "EyamlGkmsLocation is the KMS location", "type": "string" }, "eyamlGkmsProject": { "description": "EyamlGkmsProject is the GCP project where GKMS keys are stored", "type": "string" }, "eyamlPrivateKeyPath": { "description": "EyamlPrivateKeyPath is the path to the eyaml private key", "type": "string" }, "eyamlPublicKeyPath": { "description": "EyamlPublicKeyPath is the path to the eyaml public key", "type": "string" }, "globalHooks": { "description": "GlobalHooks is a set of global lifecycle hooks", "type": "object" }, "globalMaxHistory": { "description": "GlobalMaxHistory sets the global max number of historical release revisions to keep", "type": "integer" }, "kubeContext": { "description": "KubeContext is the kube context you want Helmsman to use or create", "type": "string" }, "msTeamsWebhook": { "description": "MSTeamsWebhook is the Microsoft teams webhook URL for teams notifications", "type": "string" }, "namespaceLabelsAuthoritative": { "description": "NamespaceLabelsAuthoritativei indicates whether helmsman should remove namespace labels that are not in the DSF", "type": "boolean" }, "password": { "description": "Password to be used for kubectl credentials", "type": "string" }, "reverseDelete": { "description": "ReverseDelete indicates if the applications should be deleted in reverse orderin relation to the installation order", "type": "boolean" }, "serviceAccount": { "description": "ServiceAccount to be used for tiller (deprecated)", "type": "string" }, "skipIgnoredApps": { "description": "SkipIgnoredApps if set to true, ignored apps will not be considered in the plan", "type": "boolean" }, "skipPendingApps": { "description": "SkipPendingApps is set to true,apps in a pending state will be ignored", "type": "boolean" }, "slackWebhook": { "description": "SlackWebhook is the slack webhook URL for slack notifications", "type": "string" }, "storageBackend": { "description": "StorageBackend indicates the storage backened used by helm, defaults to secret", "type": "string" }, "username": { "description": "Username to be used for kubectl credentials", "type": "string" }, "vaultDeliminator": { "description": "VaultDeliminator allows secret deliminator used when parsing to be overridden", "type": "string" }, "vaultEnabled": { "description": "VaultEnabled indicates whether the helm vault plugin is used for encrypted files", "type": "boolean" }, "vaultEnvironment": { "description": "VaultEnvironment Environment that secrets should be stored under", "type": "string" }, "vaultKvVersion": { "description": "VaultKvVersion The version of the KV secrets engine in Vault", "type": "string" }, "vaultMountPoint": { "description": "VaultMountPoint allows the Vault Mount Point to be overridden", "type": "string" }, "vaultPath": { "description": "VaultPath allows the secret mount location in Vault to be overridden", "type": "string" }, "vaultTemplate": { "description": "VaultTemplate Substring with path to vault key instead of deliminator", "type": "string" } }, "type": "object" }, "CustomResource": { "description": "custom resource type", "properties": { "name": { "description": "Name of the custom resource", "type": "string" }, "value": { "description": "Value of the custom resource", "type": "string" } }, "type": "object" }, "Limit": { "description": "Limit represents a resource limit", "properties": { "default": { "$ref": "#/$defs/Resources", "description": "Default stes resource limits to pods without defined resource limits" }, "defaultRequest": { "$ref": "#/$defs/Resources", "description": "DefaultRequest sets the resource requests for pods without defined resource requests" }, "max": { "$ref": "#/$defs/Resources", "description": "Max defines the resource limits" }, "maxLimitRequestRatio": { "$ref": "#/$defs/Resources", "description": "MaxLimitRequestRatio set the max limit request ratio" }, "min": { "$ref": "#/$defs/Resources", "description": "Min defines the resource request" }, "type": { "type": "string" } }, "required": [ "type" ], "type": "object" }, "Limits": { "description": "Limits type", "items": { "$ref": "#/$defs/Limit" }, "type": "array" }, "Namespace": { "description": "Namespace type represents the fields of a Namespace", "properties": { "annotations": { "description": "Annotations to set on the namespace", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "labels": { "description": "Labels to set to the namespace", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "limits": { "$ref": "#/$defs/Limits", "description": "Limits to set on the namespace" }, "protected": { "description": "Protected if set to true no changes can be applied to the namespace", "type": "boolean" }, "quotas": { "$ref": "#/$defs/Quotas", "description": "Quotas to set on the namespace" } }, "required": [ "protected" ], "type": "object" }, "NullBool": { "type": "boolean" }, "Quotas": { "description": "quota type", "properties": { "customQuotas": { "description": "CustomResource is a list of custom resource quotas", "items": { "$ref": "#/$defs/CustomResource" }, "type": "array" }, "limits.cpu": { "description": "CPULimits is the CPU quota", "type": "string" }, "limits.memory": { "description": "MemoryLimits is the memory quota", "type": "string" }, "pods": { "description": "Pods is the pods quota", "type": "string" }, "requests.cpu": { "description": "CPURequests is the CPU requests quota", "type": "string" }, "requests.memory": { "description": "MemoryRequests is the memory requests quota", "type": "string" } }, "type": "object" }, "Release": { "description": "Release type representing Helm releases which are described in the desired state", "properties": { "chart": { "type": "string" }, "description": { "description": "Description is a user friendly description of the helm release", "type": "string" }, "enabled": { "$ref": "#/$defs/NullBool", "description": "Enabled can be used to togle a helm release" }, "group": { "type": "string" }, "helmDiffFlags": { "description": "HelmDiffFlags is a list of cli flags to pass to helm diff", "items": { "type": "string" }, "type": "array" }, "helmFlags": { "description": "HelmFlags is a list of additional flags to pass to the helm command", "items": { "type": "string" }, "type": "array" }, "hooks": { "description": "Hooks can be used to define lifecycle hooks specific to this release", "type": "object" }, "maxHistory": { "description": "MaxHistory is the maximum number of histoical releases to keep", "type": "integer" }, "name": { "description": "Name is the helm release name", "type": "string" }, "namespace": { "description": "Namespace where to deploy the helm release", "type": "string" }, "noHooks": { "$ref": "#/$defs/NullBool", "description": "NoHooks can be used to disable the execution of helm hooks" }, "postRenderer": { "description": "PostRenderer is the path to an executable to be used for post rendering", "type": "string" }, "priority": { "description": "Priority allows defining the execution order, releases with the same priority can be executed in parallel", "type": "integer" }, "protected": { "$ref": "#/$defs/NullBool", "description": "Protected defines if the release should be protected against changes" }, "secretsFile": { "description": "SecretsFile is the path for an encrypted values file for the helm release", "type": "string" }, "secretsFiles": { "description": "SecretsFiles is a list of paths for encrypted values files for the helm release", "items": { "type": "string" }, "type": "array" }, "set": { "description": "Set can be used to overwrite the chart values", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "setFile": { "description": "SetFile can be used to overwrite the chart values", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "setString": { "description": "SetString can be used to overwrite string values", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "test": { "$ref": "#/$defs/NullBool", "description": "Test indicates if the chart tests should be executed" }, "timeout": { "description": "Timeout is the number of seconds to wait for the release to complete", "type": "integer" }, "valuesFile": { "description": "ValuesFile is the path for a values file for the helm release", "type": "string" }, "valuesFiles": { "description": "ValuesFiles is a list of paths a values files for the helm release", "items": { "type": "string" }, "type": "array" }, "version": { "description": "Version of the helm chart to deploy", "type": "string" }, "wait": { "$ref": "#/$defs/NullBool", "description": "Wait defines whether helm should block execution until all k8s resources are in a ready state" } }, "required": [ "name", "namespace", "enabled", "chart", "version" ], "type": "object" }, "Resources": { "description": "Resources type", "properties": { "cpu": { "description": "CPU is the number of CPU cores", "type": "string" }, "memory": { "description": "Memory is the amount of memory", "type": "string" } }, "type": "object" }, "State": { "description": "State type represents the desired State of applications on a k8s cluster.", "properties": { "apps": { "description": "Apps holds the configuration for each helm release managed by helmsman", "patternProperties": { ".*": { "$ref": "#/$defs/Release" } }, "type": "object" }, "appsTemplates": { "description": "AppsTemplates allow defining YAML objects thatcan be used as a reference with YAML anchors to keep the configuration DRY", "patternProperties": { ".*": { "$ref": "#/$defs/Release" } }, "type": "object" }, "certificates": { "description": "Certificates are used to connect kubectl to a cluster", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "context": { "description": "Context defines an helmsman scope", "type": "string" }, "helmRepos": { "description": "HelmRepos from where to find the application helm charts", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "metadata": { "description": "Metadata for human reader of the desired state file", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "namespaces": { "description": "Namespaces where helmsman will deploy applications", "patternProperties": { ".*": { "$ref": "#/$defs/Namespace" } }, "type": "object" }, "preconfiguredHelmRepos": { "description": "PreconfiguredHelmRepos is a list of helm repos that are configured outside of the DSF", "items": { "type": "string" }, "type": "array" }, "settings": { "$ref": "#/$defs/Config", "description": "Settings for configuring helmsman" } }, "required": [ "namespaces", "apps" ], "type": "object" } }, "$id": "https://github.com/Praqma/helmsman/internal/app/state", "$ref": "#/$defs/State", "$schema": "https://json-schema.org/draft/2020-12/schema" }
MIT
en
infosia/VRM.h
2e3006bef6b5b6d80a38a626001aaca82245cf01
2021-11-30T08:17:26
schema/1.0/01.ref.glTFid.schema.json
19
2024-05-27T05:42:04.667804Z
{ "$id": "glTFid.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "minimum": 0, "title": "glTF Id", "type": "integer" }
MIT
en
infosia/VRM.h
2e3006bef6b5b6d80a38a626001aaca82245cf01
2021-11-30T08:17:26
schema/1.0/01.textureInfo.schema.json
19
2024-05-27T05:42:04.667804Z
{ "$id": "textureInfo.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "glTFProperty.schema.json" } ], "description": "Reference to a texture.", "properties": { "extensions": {}, "extras": {}, "index": { "allOf": [ { "$ref": "glTFid.schema.json" } ], "description": "The index of the texture." }, "texCoord": { "default": 0, "description": "The set index of texture's TEXCOORD attribute used for texture coordinate mapping.", "gltf_detailedDescription": "This integer value is used to construct a string in the format `TEXCOORD_<set index>` which is a reference to a key in `mesh.primitives.attributes` (e.g. a value of `0` corresponds to `TEXCOORD_0`). A mesh primitive **MUST** have the corresponding texture coordinate attributes for the material to be applicable to it.", "minimum": 0, "type": "integer" } }, "required": [ "index" ], "title": "Texture Info", "type": "object" }
MIT
en
pulumi/pulumi
3043adeeb388f31198e0ee42fc708d78c7c0c810
2024-03-22T09:25:46
pkg/codegen/schema/pulumi.json
20,207
2024-05-29T11:37:40.288477Z
{ "$defs": { "complexTypeSpec": { "description": "Describes an object or enum type.", "oneOf": [ { "allOf": [ { "$ref": "#/$defs/objectTypeSpec" } ], "properties": { "type": { "const": "object" } }, "title": "Object Type Definition", "type": "object" }, { "$ref": "#/$defs/enumTypeSpec" } ], "properties": { "description": { "description": "The description of the type, if any. Interpreted as Markdown.", "type": "string" }, "isOverlay": { "description": "Indicates that the implementation of the type should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "language": { "description": "Additional language-specific data about the type.", "type": "object" } }, "title": "Type Definition", "type": "object" }, "csharpLanguageSpec": { "description": "Describes C# specific settings", "properties": { "compatibility": { "description": "", "type": "string" }, "namespaces": { "$ref": "#/$defs/schemaStringMap" }, "packageReferences": { "$ref": "#/$defs/schemaStringMap" }, "respectSchemaVersion": { "description": "Respect the Pkg.Version field for emitted code.", "type": "boolean" }, "rootNamespace": { "desciption": "Root namespace for the generated .NET SDK" } }, "title": "C# Language Overrides Definition", "type": "object" }, "enumTypeSpec": { "description": "Describes an enum type", "properties": { "enum": { "description": "The list of possible values for the enum", "items": { "properties": { "deprecationMessage": { "description": "Indicates whether the value is deprecated.", "type": "string" }, "description": { "description": "The description of the enum value, if any. Interpreted as Markdown.", "type": "string" }, "name": { "description": "If present, overrides the name of the enum value that would usually be derived from the value.", "type": "string" }, "value": { "description": "The enum value itself", "type": [ "boolean", "integer", "number", "string" ] } }, "required": [ "value" ], "title": "Enum Value Definition", "type": "object" }, "type": "array" }, "type": { "description": "The underlying primitive type of the enum", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "type", "enum" ], "title": "Enum Type Definition", "type": "object" }, "functionSpec": { "description": "Describes a function.", "properties": { "deprecationMessage": { "description": "Indicates whether the function is deprecated", "type": "string" }, "description": { "description": "The description of the function, if any. Interpreted as Markdown.", "type": "string" }, "inputs": { "$ref": "#/$defs/objectTypeSpec", "description": "The bag of input values for the function, if any." }, "isOverlay": { "description": "Indicates that the implementation of the function should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "language": { "description": "Additional language-specific data about the function.", "type": "object" }, "multiArgumentInputs": { "description": "A list of parameter names that determines whether the input bag should be treated as a single argument or as multiple arguments. The list corresponds to the order in which the parameters should be passed to the function.", "items": { "type": "string" }, "type": "array" }, "outputs": { "anyOf": [ { "$ref": "#/$defs/typeSpec" }, { "$ref": "#/$defs/objectTypeSpec" } ], "description": "Specifies the return type of the function definition." } }, "title": "Function Definition", "type": "object" }, "goLanguageSpec": { "description": "Describes Go specific settings", "properties": { "generateExtraInputTypes": { "description": "", "type": "boolean" }, "generateResourceContainerTypes": { "description": "", "type": "boolean" }, "importBasePath": { "description": "Base import path for the Go package", "type": "string" }, "respectSchemaVersion": { "description": "Respect the Pkg.Version field for emitted code.", "type": "boolean" } }, "title": "Go Language Overrides Definition", "type": "object" }, "javaLanguageSpec": { "description": "Describes Java specific settings", "properties": { "basePackage": { "default": "com.pulumi", "description": "Base Java package name for the generated Java provider SDK", "type": "string" }, "buildFiles": { "description": "If set to \"gradle\" enables a generation of a basic set of Gradle build files.", "type": "string" }, "dependencies": { "$ref": "#/$defs/schemaStringMap", "description": "Specifies Maven-style dependencies for the generated code." }, "gradleNexusPublishPluginVersion": { "description": "Enables the use of a given version of io.github.gradle-nexus.publish-plugin in the generated Gradle build files (only when `buildFiles=\"gradle\")", "type": "string" }, "gradleTest": { "description": "generates a test section to enable `gradle test` command to run unit tests over the generated code. Supported values: \"JUnitPlatform\" (only when `buildFiles=\"gradle\")", "enum": [ "JUnitPlatform" ] }, "packages": { "$ref": "#/$defs/schemaStringMap" } }, "title": "Java Language Overrides Definition", "type": "object" }, "languageSpec": { "description": "Describes programming language specific settings", "properties": { "csharp": { "$ref": "#/$defs/csharpLanguageSpec" }, "go": { "$ref": "#/$defs/goLanguageSpec" }, "java": { "$ref": "#/$defs/javaLanguageSpec" }, "nodejs": { "$ref": "#/$defs/nodejsLanguageSpec" }, "python": { "$ref": "#/$defs/pythonLanguageSpec" } }, "title": "Language Overrides Definition", "type": "object" }, "nodejsLanguageSpec": { "description": "Describes NodeJS specific settings", "properties": { "compatibility": { "description": "", "enum": [ "tfbridge20" ], "type": "string" }, "dependencies": { "$ref": "#/$defs/schemaStringMap", "description": "NPM package dependencies" }, "devDependencies": { "$ref": "#/$defs/schemaStringMap", "description": "NPM package devDependencies" }, "disableUnionOutputTypes": { "description": "", "type": "boolean" }, "packageDescription": { "description": "NPM package description", "type": "string" }, "packageName": { "description": "NPM package name (includes @namespace)", "type": "string" }, "readme": { "description": "Content of the generated package README.md file.", "type": "string" }, "respectSchemaVersion": { "description": "Respect the Pkg.Version field for emitted code.", "type": "boolean" }, "typescriptVersion": { "description": "Typescript Version", "type": "string" } }, "title": "NodeJS Language Overrides Definition", "type": "object" }, "objectTypeSpec": { "description": "Describes an object type", "properties": { "properties": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from property name to propertySpec that describes the object's properties.", "type": "object" }, "required": { "description": "A list of the names of an object type's required properties. These properties must be set for inputs and will always be set for outputs.", "items": { "type": "string" }, "type": "array" } }, "title": "Object Type Details", "type": "object" }, "propertySpec": { "allOf": [ { "$ref": "#/$defs/typeSpec" } ], "description": "Describes an object or resource property", "properties": { "const": { "description": "The constant value for the property, if any. The type of the value must be assignable to the type of the property.", "type": [ "boolean", "number", "string" ] }, "default": { "description": "The default value for the property, if any. The type of the value must be assignable to the type of the property.", "type": [ "boolean", "number", "string" ] }, "defaultInfo": { "description": "Additional information about the property's default value, if any.", "properties": { "environment": { "description": "A set of environment variables to probe for a default value.", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Additional language-specific data about the default value.", "type": "object" } }, "required": [ "environment" ], "type": "object" }, "deprecationMessage": { "description": "Indicates whether the property is deprecated", "type": "string" }, "description": { "description": "The description of the property, if any. Interpreted as Markdown.", "type": "string" }, "language": { "description": "Additional language-specific data about the property.", "type": "object" }, "replaceOnChanges": { "description": "Specifies whether a change to the property causes its containing resource to be replaced instead of updated (default false).", "type": "boolean" }, "secret": { "description": "Specifies whether the property is secret (default false).", "type": "boolean" }, "willReplaceOnChanges": { "description": "Indicates that the provider will replace the resource when this property is changed.", "type": "boolean" } }, "title": "Property Definition", "type": "object" }, "pythonLanguageSpec": { "description": "Describes Python specific settings", "properties": { "compatibility": { "description": "", "enum": [ "tfbridge20" ], "type": "string" }, "packageName": { "description": "NPM package name (includes @namespace)", "type": "string" }, "readme": { "description": "Content of the generated package README.md file.", "type": "string" }, "requires": { "$ref": "#/$defs/schemaStringMap", "description": "Python package dependencies for the generated Python SDK" }, "respectSchemaVersion": { "description": "Respect the Pkg.Version field for emitted code.", "type": "boolean" } }, "title": "Python Language Overrides Definition", "type": "object" }, "resourceSpec": { "allOf": [ { "$ref": "#/$defs/objectTypeSpec" } ], "description": "Describes a resource or component.", "properties": { "aliases": { "description": "The list of aliases for the resource.", "items": { "properties": { "name": { "description": "The name portion of the alias, if any", "type": "string" }, "project": { "description": "The project portion of the alias, if any", "type": "string" }, "type": { "description": "The type portion of the alias, if any", "type": "string" } }, "title": "Alias Definition", "type": "object" }, "type": "array" }, "deprecationMessage": { "description": "Indicates whether the resource is deprecated", "type": "string" }, "description": { "description": "The description of the resource, if any. Interpreted as Markdown.", "type": "string" }, "inputProperties": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from property name to propertySpec that describes the resource's input properties.", "type": "object" }, "isComponent": { "description": "Indicates whether the resource is a component.", "type": "boolean" }, "isOverlay": { "description": "Indicates that the implementation of the resource should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "methods": { "additionalProperties": { "type": "string" }, "description": "A map from method name to function token that describes the resource's method set.", "type": "object" }, "requiredInputs": { "description": "A list of the names of the resource's required input properties.", "items": { "type": "string" }, "type": "array" }, "stateInputs": { "$ref": "#/$defs/objectTypeSpec", "description": "An optional objectTypeSpec that describes additional inputs that mau be necessary to get an existing resource. If this is unset, only an ID is necessary." } }, "title": "Resource Definition", "type": "object" }, "schemaStringMap": { "additionalProperties": { "type": "string" }, "type": "object" }, "token": { "$comment": "In the regex below, the 'module' portion of the token is optional. However, a missing module component creates a '::', which breaks URNs ('::' is the URN delimiter). We have many test schemas that use an empty module component successfully, as they never create URNs; while these are _probably_ the only places that need updating, it might be possible that there are module-less type tokens in the wild elsewhere and we may need to remain compatible with those tokens.", "pattern": "^[a-zA-Z][-a-zA-Z0-9_]*:([^0-9][a-zA-Z0-9._/-]*)?:[^0-9][a-zA-Z0-9._/]*$", "title": "Token", "type": "string" }, "typeSpec": { "description": "A reference to a type. The particular kind of type referenced is determined based on the contents of the \"type\" property and the presence or absence of the \"additionalProperties\", \"items\", \"oneOf\", and \"$ref\" properties.", "oneOf": [ { "description": "A reference to a primitive type. A primitive type must have only the \"type\" property set.", "properties": { "$ref": false, "additionalProperties": false, "items": false, "oneOf": false, "type": { "description": "The primitive type, if any", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "type" ], "title": "Primitive Type", "type": "object" }, { "$comment": "An array type must have the \"type\" property set.", "description": "A reference to an array type. The \"type\" property must be set to \"array\" and the \"items\" property must be present. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": false, "items": { "$ref": "#/$defs/typeSpec", "description": "The element type of the array" }, "oneOf": false, "type": { "const": "array" } }, "required": [ "type", "items" ], "title": "Array Type", "type": "object" }, { "description": "A reference to a map type. The \"type\" property must be set to \"object\" and the \"additionalProperties\" property may be present. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": { "$ref": "#/$defs/typeSpec", "description": "The element type of the map. Defaults to \"string\" when omitted." }, "items": false, "oneOf": false, "type": { "const": "object" } }, "required": [ "type" ], "title": "Map Type", "type": "object" }, { "description": "A reference to a type in this or another document. The \"$ref\" property must be present. The \"type\" property is ignored if it is present. No other properties may be present.", "properties": { "$ref": { "description": "The URI of the referenced type. For example, the built-in Archive, Asset, and Any\ntypes are referenced as \"pulumi.json#/Archive\", \"pulumi.json#/Asset\", and \"pulumi.json#/Any\", respectively.\nA type from this document is referenced as \"#/types/pulumi:type:token\".\nA type from another document is referenced as \"path#/types/pulumi:type:token\", where path is of the form:\n \"/provider/vX.Y.Z/schema.json\" or \"pulumi.json\" or \"http[s]://example.com/provider/vX.Y.Z/schema.json\"\nA resource from this document is referenced as \"#/resources/pulumi:type:token\".\nA resource from another document is referenced as \"path#/resources/pulumi:type:token\", where path is of the form:\n \"/provider/vX.Y.Z/schema.json\" or \"pulumi.json\" or \"http[s]://example.com/provider/vX.Y.Z/schema.json\"", "format": "uri-reference", "type": "string" }, "additionalProperties": false, "items": false, "oneOf": false, "type": { "description": "ignored; present for compatibility with existing schemas", "type": "string" } }, "required": [ "$ref" ], "title": "Named Type", "type": "object" }, { "description": "A reference to a union type. The \"oneOf\" property must be present. The union may additional specify an underlying primitive type via the \"type\" property and a discriminator via the \"discriminator\" property. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": false, "discriminator": { "description": "Informs the consumer of an alternative schema based on the value associated with it", "properties": { "mapping": { "additionalProperties": { "type": "string" }, "description": "an optional object to hold mappings between payload values and schema names or references", "type": "object" }, "propertyName": { "description": "PropertyName is the name of the property in the payload that will hold the discriminator value", "minLength": 1, "type": "string" } }, "required": [ "propertyName" ], "type": "object" }, "items": false, "oneOf": { "description": "If present, indicates that values of the type may be one of any of the listed types", "items": { "$ref": "#/$defs/typeSpec" }, "minItems": 2, "type": "array" }, "type": { "description": "The underlying primitive type of the union, if any", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "oneOf" ], "title": "Union Type", "type": "object" } ], "properties": { "plain": { "description": "Indicates that when used as an input, this type does not accept eventual values.", "type": "boolean" } }, "title": "Type Reference", "type": "object" } }, "$id": "https://github.com/pulumi/pulumi/blob/master/pkg/codegen/schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "description": "A description of the schema for a Pulumi Package", "properties": { "attribution": { "description": "Freeform text attribution of derived work, if required.", "type": "string" }, "config": { "additionalProperties": false, "description": "The package's configuration variables.", "properties": { "defaults": { "description": "A list of the names of the package's non-required configuration variables.", "items": { "type": "string" }, "type": "array" }, "variables": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from variable name to propertySpec that describes a package's configuration variables.", "type": "object" } }, "type": "object" }, "description": { "description": "The description of the package. Descriptions are interpreted as Markdown.", "type": "string" }, "displayName": { "description": "The human-friendly name of the package.", "type": "string" }, "functions": { "additionalProperties": { "$ref": "#/$defs/functionSpec" }, "description": "A map from token to functionSpec that describes the set of functions defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "homepage": { "description": "The package's homepage.", "type": "string" }, "keywords": { "description": "The list of keywords that are associated with the package, if any.", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Additional language-specific data about the package.", "type": "object" }, "license": { "description": "The name of the license used for the package's contents.", "type": "string" }, "logoUrl": { "description": "The URL of the package's logo, if any.", "type": "string" }, "meta": { "additionalProperties": false, "description": "Format metadata about this package.", "properties": { "moduleFormat": { "description": "A regex that is used by the importer to extract a module name from the module portion of a type token. Packages that use the module format \"namespace1/namespace2/.../namespaceN\" do not need to specify a format. The regex must define one capturing group that contains the module name, which must be formatted as \"namespace1/namespace2/...namespaceN\".", "format": "regex", "type": "string" }, "supportPack": { "description": "Write the package to support the pack command.", "type": "boolean" } }, "type": "object" }, "name": { "description": "The unqualified name of the package (e.g. \"aws\", \"azure\", \"gcp\", \"kubernetes\", \"random\")", "pattern": "^[a-zA-Z][-a-zA-Z0-9_]*$", "type": "string" }, "pluginDownloadURL": { "description": "The URL to use when downloading the provider plugin binary.", "type": "string" }, "provider": { "$ref": "#/$defs/resourceSpec", "description": "The provider type for this package." }, "publisher": { "description": "The name of the person or organization that authored and published the package.", "type": "string" }, "repository": { "description": "The URL at which the package's sources can be found.", "type": "string" }, "resources": { "additionalProperties": { "$ref": "#/$defs/resourceSpec" }, "description": "A map from type token to resourceSpec that describes the set of resources and components defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "types": { "additionalProperties": { "$ref": "#/$defs/complexTypeSpec" }, "description": "A map from type token to complexTypeSpec that describes the set of complex types (i.e. object, enum) defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "version": { "description": "The version of the package. The version must be valid semver.", "pattern": "^v?(?P<major>0|[1-9]\\d*)\\.(?P<minor>0|[1-9]\\d*)\\.(?P<patch>0|[1-9]\\d*)(?:-(?P<prerelease>(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$", "type": "string" } }, "required": [ "name" ], "title": "Pulumi Package Metaschema", "type": "object" }
Apache-2.0
en
pulumi/pulumi
555ac3a0363abd244f4e2ee6e1041130430e68d5
2022-12-21T09:12:46
pkg/codegen/schema/pulumi.json
20,207
2024-05-29T11:37:40.288477Z
{ "$defs": { "complexTypeSpec": { "description": "Describes an object or enum type.", "oneOf": [ { "allOf": [ { "$ref": "#/$defs/objectTypeSpec" } ], "properties": { "type": { "const": "object" } }, "title": "Object Type Definition", "type": "object" }, { "$ref": "#/$defs/enumTypeSpec" } ], "properties": { "description": { "description": "The description of the type, if any. Interpreted as Markdown.", "type": "string" }, "isOverlay": { "description": "Indicates that the implementation of the type should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "language": { "description": "Additional language-specific data about the type.", "type": "object" } }, "title": "Type Definition", "type": "object" }, "csharpLanguageSpec": { "description": "Describes C# specific settings", "properties": { "compatibility": { "description": "", "type": "string" }, "namespaces": { "$ref": "#/$defs/schemaStringMap" }, "packageReferences": { "$ref": "#/$defs/schemaStringMap" }, "rootNamespace": { "desciption": "Root namespace for the generated .NET SDK" } }, "title": "C# Language Overrides Definition", "type": "object" }, "enumTypeSpec": { "description": "Describes an enum type", "properties": { "enum": { "description": "The list of possible values for the enum", "items": { "properties": { "deprecationMessage": { "description": "Indicates whether the value is deprecated.", "type": "string" }, "description": { "description": "The description of the enum value, if any. Interpreted as Markdown.", "type": "string" }, "name": { "description": "If present, overrides the name of the enum value that would usually be derived from the value.", "type": "string" }, "value": { "description": "The enum value itself", "type": [ "boolean", "integer", "number", "string" ] } }, "required": [ "value" ], "title": "Enum Value Definition", "type": "object" }, "type": "array" }, "type": { "description": "The underlying primitive type of the enum", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "type", "enum" ], "title": "Enum Type Definition", "type": "object" }, "functionSpec": { "description": "Describes a function.", "properties": { "deprecationMessage": { "description": "Indicates whether the function is deprecated", "type": "string" }, "description": { "description": "The description of the function, if any. Interpreted as Markdown.", "type": "string" }, "inputs": { "$ref": "#/$defs/objectTypeSpec", "description": "The bag of input values for the function, if any." }, "isOverlay": { "description": "Indicates that the implementation of the function should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "language": { "description": "Additional language-specific data about the function.", "type": "object" }, "multiArgumentInputs": { "description": "A list of parameter names that determines whether the input bag should be treated as a single argument or as multiple arguments. The list corresponds to the order in which the parameters should be passed to the function.", "items": { "type": "string" }, "type": "array" }, "outputs": { "$ref": "#/$defs/objectTypeSpec", "description": "The bag of output values for the function, if any." } }, "title": "Function Definition", "type": "object" }, "goLanguageSpec": { "description": "Describes Go specific settings", "properties": { "generateExtraInputTypes": { "description": "", "type": "boolean" }, "generateResourceContainerTypes": { "description": "", "type": "boolean" }, "importBasePath": { "description": "Base import path for the Go package", "type": "string" } }, "title": "Go Language Overrides Definition", "type": "object" }, "javaLanguageSpec": { "description": "Describes Java specific settings", "properties": { "basePackage": { "default": "com.pulumi", "description": "Base Java package name for the generated Java provider SDK", "type": "string" }, "buildFiles": { "description": "If set to \"gradle\" enables a generation of a basic set of Gradle build files.", "type": "string" }, "dependencies": { "$ref": "#/$defs/schemaStringMap", "description": "Specifies Maven-style dependencies for the generated code." }, "gradleNexusPublishPluginVersion": { "description": "Enables the use of a given version of io.github.gradle-nexus.publish-plugin in the generated Gradle build files (only when `buildFiles=\"gradle\")", "type": "string" }, "gradleTest": { "description": "generates a test section to enable `gradle test` command to run unit tests over the generated code. Supported values: \"JUnitPlatform\" (only when `buildFiles=\"gradle\")", "enum": [ "JUnitPlatform" ] }, "packages": { "$ref": "#/$defs/schemaStringMap" } }, "title": "Java Language Overrides Definition", "type": "object" }, "languageSpec": { "description": "Describes programming language specific settings", "properties": { "csharp": { "$ref": "#/$defs/csharpLanguageSpec" }, "go": { "$ref": "#/$defs/goLanguageSpec" }, "java": { "$ref": "#/$defs/javaLanguageSpec" }, "nodejs": { "$ref": "#/$defs/nodejsLanguageSpec" }, "python": { "$ref": "#/$defs/pythonLanguageSpec" } }, "title": "Language Overrides Definition", "type": "object" }, "nodejsLanguageSpec": { "description": "Describes NodeJS specific settings", "properties": { "compatibility": { "description": "", "enum": [ "tfbridge20" ], "type": "string" }, "dependencies": { "$ref": "#/$defs/schemaStringMap", "description": "NPM package dependencies" }, "devDependencies": { "$ref": "#/$defs/schemaStringMap", "description": "NPM package devDependencies" }, "disableUnionOutputTypes": { "description": "", "type": "boolean" }, "packageDescription": { "description": "NPM package description", "type": "string" }, "packageName": { "description": "NPM package name (includes @namespace)", "type": "string" }, "readme": { "description": "Content of the generated package README.md file.", "type": "string" }, "typescriptVersion": { "description": "Typescript Version", "type": "string" } }, "title": "NodeJS Language Overrides Definition", "type": "object" }, "objectTypeSpec": { "description": "Describes an object type", "properties": { "properties": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from property name to propertySpec that describes the object's properties.", "type": "object" }, "required": { "description": "A list of the names of an object type's required properties. These properties must be set for inputs and will always be set for outputs.", "items": { "type": "string" }, "type": "array" } }, "title": "Object Type Details", "type": "object" }, "propertySpec": { "allOf": [ { "$ref": "#/$defs/typeSpec" } ], "description": "Describes an object or resource property", "properties": { "const": { "description": "The constant value for the property, if any. The type of the value must be assignable to the type of the property.", "type": [ "boolean", "number", "string" ] }, "default": { "description": "The default value for the property, if any. The type of the value must be assignable to the type of the property.", "type": [ "boolean", "number", "string" ] }, "defaultInfo": { "description": "Additional information about the property's default value, if any.", "properties": { "environment": { "description": "A set of environment variables to probe for a default value.", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Additional language-specific data about the default value.", "type": "object" } }, "required": [ "environment" ], "type": "object" }, "deprecationMessage": { "description": "Indicates whether the property is deprecated", "type": "string" }, "description": { "description": "The description of the property, if any. Interpreted as Markdown.", "type": "string" }, "language": { "description": "Additional language-specific data about the property.", "type": "object" }, "replaceOnChanges": { "description": "Specifies whether a change to the property causes its containing resource to be replaced instead of updated (default false).", "type": "boolean" }, "secret": { "description": "Specifies whether the property is secret (default false).", "type": "boolean" }, "willReplaceOnChanges": { "description": "Indicates that the provider will replace the resource when this property is changed.", "type": "boolean" } }, "title": "Property Definition", "type": "object" }, "pythonLanguageSpec": { "description": "Describes Python specific settings", "properties": { "compatibility": { "description": "", "enum": [ "tfbridge20" ], "type": "string" }, "packageName": { "description": "NPM package name (includes @namespace)", "type": "string" }, "readme": { "description": "Content of the generated package README.md file.", "type": "string" }, "requires": { "$ref": "#/$defs/schemaStringMap", "description": "Python package dependencies for the generated Python SDK" } }, "title": "Python Language Overrides Definition", "type": "object" }, "resourceSpec": { "allOf": [ { "$ref": "#/$defs/objectTypeSpec" } ], "description": "Describes a resource or component.", "properties": { "aliases": { "description": "The list of aliases for the resource.", "items": { "properties": { "name": { "description": "The name portion of the alias, if any", "type": "string" }, "project": { "description": "The project portion of the alias, if any", "type": "string" }, "type": { "description": "The type portion of the alias, if any", "type": "string" } }, "title": "Alias Definition", "type": "object" }, "type": "array" }, "deprecationMessage": { "description": "Indicates whether the resource is deprecated", "type": "string" }, "description": { "description": "The description of the resource, if any. Interpreted as Markdown.", "type": "string" }, "inputProperties": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from property name to propertySpec that describes the resource's input properties.", "type": "object" }, "isComponent": { "description": "Indicates whether the resource is a component.", "type": "boolean" }, "isOverlay": { "description": "Indicates that the implementation of the resource should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "methods": { "additionalProperties": { "type": "string" }, "description": "A map from method name to function token that describes the resource's method set.", "type": "object" }, "requiredInputs": { "description": "A list of the names of the resource's required input properties.", "items": { "type": "string" }, "type": "array" }, "stateInputs": { "$ref": "#/$defs/objectTypeSpec", "description": "An optional objectTypeSpec that describes additional inputs that mau be necessary to get an existing resource. If this is unset, only an ID is necessary." } }, "title": "Resource Definition", "type": "object" }, "schemaStringMap": { "additionalProperties": { "type": "string" }, "type": "object" }, "token": { "$comment": "In the regex below, the 'module' portion of the token is optional. However, a missing module component creates a '::', which breaks URNs ('::' is the URN delimiter). We have many test schemas that use an empty module component successfully, as they never create URNs; while these are _probably_ the only places that need updating, it might be possible that there are module-less type tokens in the wild elsewhere and we may need to remain compatible with those tokens.", "pattern": "^[a-zA-Z][-a-zA-Z0-9_]*:([^0-9][a-zA-Z0-9._/-]*)?:[^0-9][a-zA-Z0-9._/]*$", "title": "Token", "type": "string" }, "typeSpec": { "description": "A reference to a type. The particular kind of type referenced is determined based on the contents of the \"type\" property and the presence or absence of the \"additionalProperties\", \"items\", \"oneOf\", and \"$ref\" properties.", "oneOf": [ { "description": "A reference to a primitive type. A primitive type must have only the \"type\" property set.", "properties": { "$ref": false, "additionalProperties": false, "items": false, "oneOf": false, "type": { "description": "The primitive type, if any", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "type" ], "title": "Primitive Type", "type": "object" }, { "$comment": "An array type must have the \"type\" property set.", "description": "A reference to an array type. The \"type\" property must be set to \"array\" and the \"items\" property must be present. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": false, "items": { "$ref": "#/$defs/typeSpec", "description": "The element type of the array" }, "oneOf": false, "type": { "const": "array" } }, "required": [ "type", "items" ], "title": "Array Type", "type": "object" }, { "description": "A reference to a map type. The \"type\" property must be set to \"object\" and the \"additionalProperties\" property may be present. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": { "$ref": "#/$defs/typeSpec", "description": "The element type of the map. Defaults to \"string\" when omitted." }, "items": false, "oneOf": false, "type": { "const": "object" } }, "required": [ "type" ], "title": "Map Type", "type": "object" }, { "description": "A reference to a type in this or another document. The \"$ref\" property must be present. The \"type\" property is ignored if it is present. No other properties may be present.", "properties": { "$ref": { "description": "The URI of the referenced type. For example, the built-in Archive, Asset, and Any\ntypes are referenced as \"pulumi.json#/Archive\", \"pulumi.json#/Asset\", and \"pulumi.json#/Any\", respectively.\nA type from this document is referenced as \"#/types/pulumi:type:token\".\nA type from another document is referenced as \"path#/types/pulumi:type:token\", where path is of the form:\n \"/provider/vX.Y.Z/schema.json\" or \"pulumi.json\" or \"http[s]://example.com/provider/vX.Y.Z/schema.json\"\nA resource from this document is referenced as \"#/resources/pulumi:type:token\".\nA resource from another document is referenced as \"path#/resources/pulumi:type:token\", where path is of the form:\n \"/provider/vX.Y.Z/schema.json\" or \"pulumi.json\" or \"http[s]://example.com/provider/vX.Y.Z/schema.json\"", "format": "uri-reference", "type": "string" }, "additionalProperties": false, "items": false, "oneOf": false, "type": { "description": "ignored; present for compatibility with existing schemas", "type": "string" } }, "required": [ "$ref" ], "title": "Named Type", "type": "object" }, { "description": "A reference to a union type. The \"oneOf\" property must be present. The union may additional specify an underlying primitive type via the \"type\" property and a discriminator via the \"discriminator\" property. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": false, "discriminator": { "description": "Informs the consumer of an alternative schema based on the value associated with it", "properties": { "mapping": { "additionalProperties": { "type": "string" }, "description": "an optional object to hold mappings between payload values and schema names or references", "type": "object" }, "propertyName": { "description": "PropertyName is the name of the property in the payload that will hold the discriminator value", "minLength": 1, "type": "string" } }, "required": [ "propertyName" ], "type": "object" }, "items": false, "oneOf": { "description": "If present, indicates that values of the type may be one of any of the listed types", "items": { "$ref": "#/$defs/typeSpec" }, "minItems": 2, "type": "array" }, "type": { "description": "The underlying primitive type of the union, if any", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "oneOf" ], "title": "Union Type", "type": "object" } ], "properties": { "plain": { "description": "Indicates that when used as an input, this type does not accept eventual values.", "type": "boolean" } }, "title": "Type Reference", "type": "object" } }, "$id": "https://github.com/pulumi/pulumi/blob/master/pkg/codegen/schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "description": "A description of the schema for a Pulumi Package", "properties": { "attribution": { "description": "Freeform text attribution of derived work, if required.", "type": "string" }, "config": { "additionalProperties": false, "description": "The package's configuration variables.", "properties": { "defaults": { "description": "A list of the names of the package's non-required configuration variables.", "items": { "type": "string" }, "type": "array" }, "variables": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from variable name to propertySpec that describes a package's configuration variables.", "type": "object" } }, "type": "object" }, "description": { "description": "The description of the package. Descriptions are interpreted as Markdown.", "type": "string" }, "displayName": { "description": "The human-friendly name of the package.", "type": "string" }, "functions": { "additionalProperties": { "$ref": "#/$defs/functionSpec" }, "description": "A map from token to functionSpec that describes the set of functions defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "homepage": { "description": "The package's homepage.", "type": "string" }, "keywords": { "description": "The list of keywords that are associated with the package, if any.", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Additional language-specific data about the package.", "type": "object" }, "license": { "description": "The name of the license used for the package's contents.", "type": "string" }, "logoUrl": { "description": "The URL of the package's logo, if any.", "type": "string" }, "meta": { "additionalProperties": false, "description": "Format metadata about this package.", "properties": { "moduleFormat": { "description": "A regex that is used by the importer to extract a module name from the module portion of a type token. Packages that use the module format \"namespace1/namespace2/.../namespaceN\" do not need to specify a format. The regex must define one capturing group that contains the module name, which must be formatted as \"namespace1/namespace2/...namespaceN\".", "format": "regex", "type": "string" } }, "required": [ "moduleFormat" ], "type": "object" }, "name": { "description": "The unqualified name of the package (e.g. \"aws\", \"azure\", \"gcp\", \"kubernetes\", \"random\")", "pattern": "^[a-zA-Z][-a-zA-Z0-9_]*$", "type": "string" }, "pluginDownloadURL": { "description": "The URL to use when downloading the provider plugin binary.", "type": "string" }, "provider": { "$ref": "#/$defs/resourceSpec", "description": "The provider type for this package." }, "publisher": { "description": "The name of the person or organization that authored and published the package.", "type": "string" }, "repository": { "description": "The URL at which the package's sources can be found.", "type": "string" }, "resources": { "additionalProperties": { "$ref": "#/$defs/resourceSpec" }, "description": "A map from type token to resourceSpec that describes the set of resources and components defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "types": { "additionalProperties": { "$ref": "#/$defs/complexTypeSpec" }, "description": "A map from type token to complexTypeSpec that describes the set of complex types (i.e. object, enum) defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "version": { "description": "The version of the package. The version must be valid semver.", "pattern": "^v?(?P<major>0|[1-9]\\d*)\\.(?P<minor>0|[1-9]\\d*)\\.(?P<patch>0|[1-9]\\d*)(?:-(?P<prerelease>(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$", "type": "string" } }, "required": [ "name" ], "title": "Pulumi Package Metaschema", "type": "object" }
Apache-2.0
en
pulumi/pulumi
134d7cb818dc5f2c01f2cdd239ff12d687f9460f
2021-09-22T04:37:06
sdk/go/common/apitype/deployments.json
20,207
2024-05-29T11:37:40.288477Z
{ "$defs": { "deploymentV3": { "$anchor": "v3", "additionalProperties": false, "description": "The third version of the deployment state.", "properties": { "deployment": { "additionalProperties": false, "description": "The deployment state.", "properties": { "manifest": { "$ref": "#/$defs/manifestV1", "description": "Metadata about the deployment." }, "pending_operations": { "description": "Any operations that were pending at the time the deployment finished.", "items": { "$ref": "#/$defs/operationV2" }, "type": "array" }, "resources": { "description": "All resources that are part of the stack.", "items": { "$ref": "https://github.com/pulumi/pulumi/blob/master/sdk/go/common/apitype/resources.json#v3" }, "type": "array" }, "secrets_providers": { "$ref": "#/$defs/secretsProviderV1", "description": "Configuration for this stack's secrets provider." } }, "required": [ "manifest" ], "type": "object" }, "version": { "const": 3, "description": "The deployment version. Must be `3`." } }, "required": [ "version", "deployment" ], "title": "Version 3", "type": "object" }, "manifestV1": { "additionalProperties": false, "description": "Captures meta-information about a deployment, such as versions of binaries, etc.", "properties": { "magic": { "description": "A magic number used to validate the manifest's integrity.", "type": "string" }, "plugins": { "description": "Information about the plugins used by the deployment.", "items": { "additionalProperties": false, "description": "Information about a plugin.", "properties": { "name": { "description": "The plugin's name.", "type": "string" }, "path": { "description": "The path of the plugin's binary.", "type": "string" }, "type": { "description": "The plugin's type.", "enum": [ "analyzer", "language", "resource" ] }, "version": { "description": "The plugin's version.", "type": "string" } }, "required": [ "name", "path", "type", "version" ], "title": "Plugin Info", "type": "object" }, "type": "array" }, "time": { "description": "The deployment's start time.", "format": "date-time", "type": "string" }, "version": { "description": "The version of the Pulumi engine that produced the deployment.", "type": "string" } }, "required": [ "time", "magic", "version" ], "title": "Deployment Manifest", "type": "object" }, "operationV2": { "additionalProperties": false, "description": "Version 2 of a resource operation state", "properties": { "resource": { "$ref": "https://github.com/pulumi/pulumi/blob/master/sdk/go/common/apitype/resources.json#v3", "description": "The state of the affected resource as of the start of this operation." }, "type": { "description": "A string representation of the operation.", "enum": [ "creating", "updating", "deleting", "reading" ] } }, "required": [ "resource", "type" ], "title": "Resource Operation V2", "type": "object" }, "secretsProviderV1": { "additionalProperties": false, "description": "Configuration information for a secrets provider.", "properties": { "state": { "description": "The secrets provider's state, if any." }, "type": { "description": "The secrets provider's type.", "type": "string" } }, "required": [ "type" ], "title": "Secrets Provider", "type": "object" } }, "$id": "https://github.com/pulumi/pulumi/blob/master/sdk/go/common/apitype/deployments.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "description": "A schema for Pulumi deployment states.", "oneOf": [ { "$ref": "#/$defs/deploymentV3" }, { "description": "Catchall for unknown deployment versions.", "properties": { "deployment": { "description": "The deployment object.", "type": "object" }, "version": { "description": "The deployment version.", "not": { "enum": [ 3 ] } } }, "title": "Unknown Version", "type": "object" } ], "properties": { "deployment": { "description": "The deployment object.", "type": "object" }, "version": { "description": "The deployment version.", "type": "integer" } }, "required": [ "version", "deployment" ], "title": "Pulumi Deployment States", "type": "object" }
Apache-2.0
en
pulumi/pulumi
330676a0d0ced29fcff19159ddcde23202be0c81
2023-01-11T22:17:14
pkg/codegen/schema/pulumi.json
20,207
2024-05-29T11:37:40.288477Z
{ "$defs": { "complexTypeSpec": { "description": "Describes an object or enum type.", "oneOf": [ { "allOf": [ { "$ref": "#/$defs/objectTypeSpec" } ], "properties": { "type": { "const": "object" } }, "title": "Object Type Definition", "type": "object" }, { "$ref": "#/$defs/enumTypeSpec" } ], "properties": { "description": { "description": "The description of the type, if any. Interpreted as Markdown.", "type": "string" }, "isOverlay": { "description": "Indicates that the implementation of the type should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "language": { "description": "Additional language-specific data about the type.", "type": "object" } }, "title": "Type Definition", "type": "object" }, "csharpLanguageSpec": { "description": "Describes C# specific settings", "properties": { "compatibility": { "description": "", "type": "string" }, "namespaces": { "$ref": "#/$defs/schemaStringMap" }, "packageReferences": { "$ref": "#/$defs/schemaStringMap" }, "rootNamespace": { "desciption": "Root namespace for the generated .NET SDK" } }, "title": "C# Language Overrides Definition", "type": "object" }, "enumTypeSpec": { "description": "Describes an enum type", "properties": { "enum": { "description": "The list of possible values for the enum", "items": { "properties": { "deprecationMessage": { "description": "Indicates whether the value is deprecated.", "type": "string" }, "description": { "description": "The description of the enum value, if any. Interpreted as Markdown.", "type": "string" }, "name": { "description": "If present, overrides the name of the enum value that would usually be derived from the value.", "type": "string" }, "value": { "description": "The enum value itself", "type": [ "boolean", "integer", "number", "string" ] } }, "required": [ "value" ], "title": "Enum Value Definition", "type": "object" }, "type": "array" }, "type": { "description": "The underlying primitive type of the enum", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "type", "enum" ], "title": "Enum Type Definition", "type": "object" }, "functionSpec": { "description": "Describes a function.", "properties": { "deprecationMessage": { "description": "Indicates whether the function is deprecated", "type": "string" }, "description": { "description": "The description of the function, if any. Interpreted as Markdown.", "type": "string" }, "inputs": { "$ref": "#/$defs/objectTypeSpec", "description": "The bag of input values for the function, if any." }, "isOverlay": { "description": "Indicates that the implementation of the function should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "language": { "description": "Additional language-specific data about the function.", "type": "object" }, "multiArgumentInputs": { "description": "A list of parameter names that determines whether the input bag should be treated as a single argument or as multiple arguments. The list corresponds to the order in which the parameters should be passed to the function.", "items": { "type": "string" }, "type": "array" }, "outputs": { "anyOf": [ { "$ref": "#/$defs/typeSpec" }, { "$ref": "#/$defs/objectTypeSpec" } ], "description": "Specifies the return type of the function definition." } }, "title": "Function Definition", "type": "object" }, "goLanguageSpec": { "description": "Describes Go specific settings", "properties": { "generateExtraInputTypes": { "description": "", "type": "boolean" }, "generateResourceContainerTypes": { "description": "", "type": "boolean" }, "importBasePath": { "description": "Base import path for the Go package", "type": "string" } }, "title": "Go Language Overrides Definition", "type": "object" }, "javaLanguageSpec": { "description": "Describes Java specific settings", "properties": { "basePackage": { "default": "com.pulumi", "description": "Base Java package name for the generated Java provider SDK", "type": "string" }, "buildFiles": { "description": "If set to \"gradle\" enables a generation of a basic set of Gradle build files.", "type": "string" }, "dependencies": { "$ref": "#/$defs/schemaStringMap", "description": "Specifies Maven-style dependencies for the generated code." }, "gradleNexusPublishPluginVersion": { "description": "Enables the use of a given version of io.github.gradle-nexus.publish-plugin in the generated Gradle build files (only when `buildFiles=\"gradle\")", "type": "string" }, "gradleTest": { "description": "generates a test section to enable `gradle test` command to run unit tests over the generated code. Supported values: \"JUnitPlatform\" (only when `buildFiles=\"gradle\")", "enum": [ "JUnitPlatform" ] }, "packages": { "$ref": "#/$defs/schemaStringMap" } }, "title": "Java Language Overrides Definition", "type": "object" }, "languageSpec": { "description": "Describes programming language specific settings", "properties": { "csharp": { "$ref": "#/$defs/csharpLanguageSpec" }, "go": { "$ref": "#/$defs/goLanguageSpec" }, "java": { "$ref": "#/$defs/javaLanguageSpec" }, "nodejs": { "$ref": "#/$defs/nodejsLanguageSpec" }, "python": { "$ref": "#/$defs/pythonLanguageSpec" } }, "title": "Language Overrides Definition", "type": "object" }, "nodejsLanguageSpec": { "description": "Describes NodeJS specific settings", "properties": { "compatibility": { "description": "", "enum": [ "tfbridge20" ], "type": "string" }, "dependencies": { "$ref": "#/$defs/schemaStringMap", "description": "NPM package dependencies" }, "devDependencies": { "$ref": "#/$defs/schemaStringMap", "description": "NPM package devDependencies" }, "disableUnionOutputTypes": { "description": "", "type": "boolean" }, "packageDescription": { "description": "NPM package description", "type": "string" }, "packageName": { "description": "NPM package name (includes @namespace)", "type": "string" }, "readme": { "description": "Content of the generated package README.md file.", "type": "string" }, "typescriptVersion": { "description": "Typescript Version", "type": "string" } }, "title": "NodeJS Language Overrides Definition", "type": "object" }, "objectTypeSpec": { "description": "Describes an object type", "properties": { "properties": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from property name to propertySpec that describes the object's properties.", "type": "object" }, "required": { "description": "A list of the names of an object type's required properties. These properties must be set for inputs and will always be set for outputs.", "items": { "type": "string" }, "type": "array" } }, "title": "Object Type Details", "type": "object" }, "propertySpec": { "allOf": [ { "$ref": "#/$defs/typeSpec" } ], "description": "Describes an object or resource property", "properties": { "const": { "description": "The constant value for the property, if any. The type of the value must be assignable to the type of the property.", "type": [ "boolean", "number", "string" ] }, "default": { "description": "The default value for the property, if any. The type of the value must be assignable to the type of the property.", "type": [ "boolean", "number", "string" ] }, "defaultInfo": { "description": "Additional information about the property's default value, if any.", "properties": { "environment": { "description": "A set of environment variables to probe for a default value.", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Additional language-specific data about the default value.", "type": "object" } }, "required": [ "environment" ], "type": "object" }, "deprecationMessage": { "description": "Indicates whether the property is deprecated", "type": "string" }, "description": { "description": "The description of the property, if any. Interpreted as Markdown.", "type": "string" }, "language": { "description": "Additional language-specific data about the property.", "type": "object" }, "replaceOnChanges": { "description": "Specifies whether a change to the property causes its containing resource to be replaced instead of updated (default false).", "type": "boolean" }, "secret": { "description": "Specifies whether the property is secret (default false).", "type": "boolean" }, "willReplaceOnChanges": { "description": "Indicates that the provider will replace the resource when this property is changed.", "type": "boolean" } }, "title": "Property Definition", "type": "object" }, "pythonLanguageSpec": { "description": "Describes Python specific settings", "properties": { "compatibility": { "description": "", "enum": [ "tfbridge20" ], "type": "string" }, "packageName": { "description": "NPM package name (includes @namespace)", "type": "string" }, "readme": { "description": "Content of the generated package README.md file.", "type": "string" }, "requires": { "$ref": "#/$defs/schemaStringMap", "description": "Python package dependencies for the generated Python SDK" } }, "title": "Python Language Overrides Definition", "type": "object" }, "resourceSpec": { "allOf": [ { "$ref": "#/$defs/objectTypeSpec" } ], "description": "Describes a resource or component.", "properties": { "aliases": { "description": "The list of aliases for the resource.", "items": { "properties": { "name": { "description": "The name portion of the alias, if any", "type": "string" }, "project": { "description": "The project portion of the alias, if any", "type": "string" }, "type": { "description": "The type portion of the alias, if any", "type": "string" } }, "title": "Alias Definition", "type": "object" }, "type": "array" }, "deprecationMessage": { "description": "Indicates whether the resource is deprecated", "type": "string" }, "description": { "description": "The description of the resource, if any. Interpreted as Markdown.", "type": "string" }, "inputProperties": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from property name to propertySpec that describes the resource's input properties.", "type": "object" }, "isComponent": { "description": "Indicates whether the resource is a component.", "type": "boolean" }, "isOverlay": { "description": "Indicates that the implementation of the resource should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "methods": { "additionalProperties": { "type": "string" }, "description": "A map from method name to function token that describes the resource's method set.", "type": "object" }, "requiredInputs": { "description": "A list of the names of the resource's required input properties.", "items": { "type": "string" }, "type": "array" }, "stateInputs": { "$ref": "#/$defs/objectTypeSpec", "description": "An optional objectTypeSpec that describes additional inputs that mau be necessary to get an existing resource. If this is unset, only an ID is necessary." } }, "title": "Resource Definition", "type": "object" }, "schemaStringMap": { "additionalProperties": { "type": "string" }, "type": "object" }, "token": { "$comment": "In the regex below, the 'module' portion of the token is optional. However, a missing module component creates a '::', which breaks URNs ('::' is the URN delimiter). We have many test schemas that use an empty module component successfully, as they never create URNs; while these are _probably_ the only places that need updating, it might be possible that there are module-less type tokens in the wild elsewhere and we may need to remain compatible with those tokens.", "pattern": "^[a-zA-Z][-a-zA-Z0-9_]*:([^0-9][a-zA-Z0-9._/-]*)?:[^0-9][a-zA-Z0-9._/]*$", "title": "Token", "type": "string" }, "typeSpec": { "description": "A reference to a type. The particular kind of type referenced is determined based on the contents of the \"type\" property and the presence or absence of the \"additionalProperties\", \"items\", \"oneOf\", and \"$ref\" properties.", "oneOf": [ { "description": "A reference to a primitive type. A primitive type must have only the \"type\" property set.", "properties": { "$ref": false, "additionalProperties": false, "items": false, "oneOf": false, "type": { "description": "The primitive type, if any", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "type" ], "title": "Primitive Type", "type": "object" }, { "$comment": "An array type must have the \"type\" property set.", "description": "A reference to an array type. The \"type\" property must be set to \"array\" and the \"items\" property must be present. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": false, "items": { "$ref": "#/$defs/typeSpec", "description": "The element type of the array" }, "oneOf": false, "type": { "const": "array" } }, "required": [ "type", "items" ], "title": "Array Type", "type": "object" }, { "description": "A reference to a map type. The \"type\" property must be set to \"object\" and the \"additionalProperties\" property may be present. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": { "$ref": "#/$defs/typeSpec", "description": "The element type of the map. Defaults to \"string\" when omitted." }, "items": false, "oneOf": false, "type": { "const": "object" } }, "required": [ "type" ], "title": "Map Type", "type": "object" }, { "description": "A reference to a type in this or another document. The \"$ref\" property must be present. The \"type\" property is ignored if it is present. No other properties may be present.", "properties": { "$ref": { "description": "The URI of the referenced type. For example, the built-in Archive, Asset, and Any\ntypes are referenced as \"pulumi.json#/Archive\", \"pulumi.json#/Asset\", and \"pulumi.json#/Any\", respectively.\nA type from this document is referenced as \"#/types/pulumi:type:token\".\nA type from another document is referenced as \"path#/types/pulumi:type:token\", where path is of the form:\n \"/provider/vX.Y.Z/schema.json\" or \"pulumi.json\" or \"http[s]://example.com/provider/vX.Y.Z/schema.json\"\nA resource from this document is referenced as \"#/resources/pulumi:type:token\".\nA resource from another document is referenced as \"path#/resources/pulumi:type:token\", where path is of the form:\n \"/provider/vX.Y.Z/schema.json\" or \"pulumi.json\" or \"http[s]://example.com/provider/vX.Y.Z/schema.json\"", "format": "uri-reference", "type": "string" }, "additionalProperties": false, "items": false, "oneOf": false, "type": { "description": "ignored; present for compatibility with existing schemas", "type": "string" } }, "required": [ "$ref" ], "title": "Named Type", "type": "object" }, { "description": "A reference to a union type. The \"oneOf\" property must be present. The union may additional specify an underlying primitive type via the \"type\" property and a discriminator via the \"discriminator\" property. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": false, "discriminator": { "description": "Informs the consumer of an alternative schema based on the value associated with it", "properties": { "mapping": { "additionalProperties": { "type": "string" }, "description": "an optional object to hold mappings between payload values and schema names or references", "type": "object" }, "propertyName": { "description": "PropertyName is the name of the property in the payload that will hold the discriminator value", "minLength": 1, "type": "string" } }, "required": [ "propertyName" ], "type": "object" }, "items": false, "oneOf": { "description": "If present, indicates that values of the type may be one of any of the listed types", "items": { "$ref": "#/$defs/typeSpec" }, "minItems": 2, "type": "array" }, "type": { "description": "The underlying primitive type of the union, if any", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "oneOf" ], "title": "Union Type", "type": "object" } ], "properties": { "plain": { "description": "Indicates that when used as an input, this type does not accept eventual values.", "type": "boolean" } }, "title": "Type Reference", "type": "object" } }, "$id": "https://github.com/pulumi/pulumi/blob/master/pkg/codegen/schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "description": "A description of the schema for a Pulumi Package", "properties": { "attribution": { "description": "Freeform text attribution of derived work, if required.", "type": "string" }, "config": { "additionalProperties": false, "description": "The package's configuration variables.", "properties": { "defaults": { "description": "A list of the names of the package's non-required configuration variables.", "items": { "type": "string" }, "type": "array" }, "variables": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from variable name to propertySpec that describes a package's configuration variables.", "type": "object" } }, "type": "object" }, "description": { "description": "The description of the package. Descriptions are interpreted as Markdown.", "type": "string" }, "displayName": { "description": "The human-friendly name of the package.", "type": "string" }, "functions": { "additionalProperties": { "$ref": "#/$defs/functionSpec" }, "description": "A map from token to functionSpec that describes the set of functions defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "homepage": { "description": "The package's homepage.", "type": "string" }, "keywords": { "description": "The list of keywords that are associated with the package, if any.", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Additional language-specific data about the package.", "type": "object" }, "license": { "description": "The name of the license used for the package's contents.", "type": "string" }, "logoUrl": { "description": "The URL of the package's logo, if any.", "type": "string" }, "meta": { "additionalProperties": false, "description": "Format metadata about this package.", "properties": { "moduleFormat": { "description": "A regex that is used by the importer to extract a module name from the module portion of a type token. Packages that use the module format \"namespace1/namespace2/.../namespaceN\" do not need to specify a format. The regex must define one capturing group that contains the module name, which must be formatted as \"namespace1/namespace2/...namespaceN\".", "format": "regex", "type": "string" } }, "required": [ "moduleFormat" ], "type": "object" }, "name": { "description": "The unqualified name of the package (e.g. \"aws\", \"azure\", \"gcp\", \"kubernetes\", \"random\")", "pattern": "^[a-zA-Z][-a-zA-Z0-9_]*$", "type": "string" }, "pluginDownloadURL": { "description": "The URL to use when downloading the provider plugin binary.", "type": "string" }, "provider": { "$ref": "#/$defs/resourceSpec", "description": "The provider type for this package." }, "publisher": { "description": "The name of the person or organization that authored and published the package.", "type": "string" }, "repository": { "description": "The URL at which the package's sources can be found.", "type": "string" }, "resources": { "additionalProperties": { "$ref": "#/$defs/resourceSpec" }, "description": "A map from type token to resourceSpec that describes the set of resources and components defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "types": { "additionalProperties": { "$ref": "#/$defs/complexTypeSpec" }, "description": "A map from type token to complexTypeSpec that describes the set of complex types (i.e. object, enum) defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "version": { "description": "The version of the package. The version must be valid semver.", "pattern": "^v?(?P<major>0|[1-9]\\d*)\\.(?P<minor>0|[1-9]\\d*)\\.(?P<patch>0|[1-9]\\d*)(?:-(?P<prerelease>(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$", "type": "string" } }, "required": [ "name" ], "title": "Pulumi Package Metaschema", "type": "object" }
Apache-2.0
en
pulumi/pulumi
a6f26d235506c3abd7b8757b9ec51952821b5105
2022-12-16T12:39:03
pkg/codegen/schema/pulumi.json
20,207
2024-05-29T11:37:40.288477Z
{ "$defs": { "complexTypeSpec": { "description": "Describes an object or enum type.", "oneOf": [ { "allOf": [ { "$ref": "#/$defs/objectTypeSpec" } ], "properties": { "type": { "const": "object" } }, "title": "Object Type Definition", "type": "object" }, { "$ref": "#/$defs/enumTypeSpec" } ], "properties": { "description": { "description": "The description of the type, if any. Interpreted as Markdown.", "type": "string" }, "isOverlay": { "description": "Indicates that the implementation of the type should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "language": { "description": "Additional language-specific data about the type.", "type": "object" } }, "title": "Type Definition", "type": "object" }, "csharpLanguageSpec": { "description": "Describes C# specific settings", "properties": { "compatibility": { "description": "", "type": "string" }, "namespaces": { "$ref": "#/$defs/schemaStringMap" }, "packageReferences": { "$ref": "#/$defs/schemaStringMap" }, "rootNamespace": { "desciption": "Root namespace for the generated .NET SDK" } }, "title": "C# Language Overrides Definition", "type": "object" }, "enumTypeSpec": { "description": "Describes an enum type", "properties": { "enum": { "description": "The list of possible values for the enum", "items": { "properties": { "deprecationMessage": { "description": "Indicates whether the value is deprecated.", "type": "string" }, "description": { "description": "The description of the enum value, if any. Interpreted as Markdown.", "type": "string" }, "name": { "description": "If present, overrides the name of the enum value that would usually be derived from the value.", "type": "string" }, "value": { "description": "The enum value itself", "type": [ "boolean", "integer", "number", "string" ] } }, "required": [ "value" ], "title": "Enum Value Definition", "type": "object" }, "type": "array" }, "type": { "description": "The underlying primitive type of the enum", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "type", "enum" ], "title": "Enum Type Definition", "type": "object" }, "functionSpec": { "description": "Describes a function.", "properties": { "deprecationMessage": { "description": "Indicates whether the function is deprecated", "type": "string" }, "description": { "description": "The description of the function, if any. Interpreted as Markdown.", "type": "string" }, "inputs": { "$ref": "#/$defs/objectTypeSpec", "description": "The bag of input values for the function, if any." }, "isOverlay": { "description": "Indicates that the implementation of the function should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "language": { "description": "Additional language-specific data about the function.", "type": "object" }, "multiArgumentInputs": { "description": "A list of parameter names that determines whether the input bag should be treated as a single argument or as multiple arguments. The list corresponds to the order in which the parameters should be passed to the function.", "items": { "type": "string" }, "type": "array" }, "outputs": { "$ref": "#/$defs/objectTypeSpec", "description": "The bag of output values for the function, if any." } }, "title": "Function Definition", "type": "object" }, "goLanguageSpec": { "description": "Describes Go specific settings", "properties": { "generateExtraInputTypes": { "description": "", "type": "boolean" }, "generateResourceContainerTypes": { "description": "", "type": "boolean" }, "importBasePath": { "description": "Base import path for the Go package", "type": "string" } }, "title": "Go Language Overrides Definition", "type": "object" }, "javaLanguageSpec": { "description": "Describes Java specific settings", "properties": { "basePackage": { "default": "com.pulumi", "description": "Base Java package name for the generated Java provider SDK", "type": "string" }, "buildFiles": { "description": "If set to \"gradle\" enables a generation of a basic set of Gradle build files.", "type": "string" }, "dependencies": { "$ref": "#/$defs/schemaStringMap", "description": "Specifies Maven-style dependencies for the generated code." }, "gradleNexusPublishPluginVersion": { "description": "Enables the use of a given version of io.github.gradle-nexus.publish-plugin in the generated Gradle build files (only when `buildFiles=\"gradle\")", "type": "string" }, "gradleTest": { "description": "generates a test section to enable `gradle test` command to run unit tests over the generated code. Supported values: \"JUnitPlatform\" (only when `buildFiles=\"gradle\")", "enum": [ "JUnitPlatform" ] }, "packages": { "$ref": "#/$defs/schemaStringMap" } }, "title": "Java Language Overrides Definition", "type": "object" }, "languageSpec": { "description": "Describes programming language specific settings", "properties": { "csharp": { "$ref": "#/$defs/csharpLanguageSpec" }, "go": { "$ref": "#/$defs/goLanguageSpec" }, "java": { "$ref": "#/$defs/javaLanguageSpec" }, "nodejs": { "$ref": "#/$defs/nodejsLanguageSpec" }, "python": { "$ref": "#/$defs/pythonLanguageSpec" } }, "title": "Language Overrides Definition", "type": "object" }, "nodejsLanguageSpec": { "description": "Describes NodeJS specific settings", "properties": { "compatibility": { "description": "", "enum": [ "tfbridge20" ], "type": "string" }, "dependencies": { "$ref": "#/$defs/schemaStringMap", "description": "NPM package dependencies" }, "devDependencies": { "$ref": "#/$defs/schemaStringMap", "description": "NPM package devDependencies" }, "disableUnionOutputTypes": { "description": "", "type": "boolean" }, "packageDescription": { "description": "NPM package description", "type": "string" }, "packageName": { "description": "NPM package name (includes @namespace)", "type": "string" }, "readme": { "description": "Content of the generated package README.md file.", "type": "string" }, "typescriptVersion": { "description": "Typescript Version", "type": "string" } }, "title": "NodeJS Language Overrides Definition", "type": "object" }, "objectTypeSpec": { "description": "Describes an object type", "properties": { "properties": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from property name to propertySpec that describes the object's properties.", "type": "object" }, "required": { "description": "A list of the names of an object type's required properties. These properties must be set for inputs and will always be set for outputs.", "items": { "type": "string" }, "type": "array" } }, "title": "Object Type Details", "type": "object" }, "propertySpec": { "allOf": [ { "$ref": "#/$defs/typeSpec" } ], "description": "Describes an object or resource property", "properties": { "const": { "description": "The constant value for the property, if any. The type of the value must be assignable to the type of the property.", "type": [ "boolean", "number", "string" ] }, "default": { "description": "The default value for the property, if any. The type of the value must be assignable to the type of the property.", "type": [ "boolean", "number", "string" ] }, "defaultInfo": { "description": "Additional information about the property's default value, if any.", "properties": { "environment": { "description": "A set of environment variables to probe for a default value.", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Additional language-specific data about the default value.", "type": "object" } }, "required": [ "environment" ], "type": "object" }, "deprecationMessage": { "description": "Indicates whether the property is deprecated", "type": "string" }, "description": { "description": "The description of the property, if any. Interpreted as Markdown.", "type": "string" }, "language": { "description": "Additional language-specific data about the property.", "type": "object" }, "replaceOnChanges": { "description": "Specifies whether a change to the property causes its containing resource to be replaced instead of updated (default false).", "type": "boolean" }, "secret": { "description": "Specifies whether the property is secret (default false).", "type": "boolean" }, "willReplaceOnChanges": { "description": "Indicates that the provider will replace the resource when this property is changed.", "type": "boolean" } }, "title": "Property Definition", "type": "object" }, "pythonLanguageSpec": { "description": "Describes Python specific settings", "properties": { "compatibility": { "description": "", "enum": [ "tfbridge20" ], "type": "string" }, "packageName": { "description": "NPM package name (includes @namespace)", "type": "string" }, "readme": { "description": "Content of the generated package README.md file.", "type": "string" }, "requires": { "$ref": "#/$defs/schemaStringMap", "description": "Python package dependencies for the generated Python SDK" } }, "title": "Python Language Overrides Definition", "type": "object" }, "resourceSpec": { "allOf": [ { "$ref": "#/$defs/objectTypeSpec" } ], "description": "Describes a resource or component.", "properties": { "aliases": { "description": "The list of aliases for the resource.", "items": { "properties": { "name": { "description": "The name portion of the alias, if any", "type": "string" }, "project": { "description": "The project portion of the alias, if any", "type": "string" }, "type": { "description": "The type portion of the alias, if any", "type": "string" } }, "title": "Alias Definition", "type": "object" }, "type": "array" }, "deprecationMessage": { "description": "Indicates whether the resource is deprecated", "type": "string" }, "description": { "description": "The description of the resource, if any. Interpreted as Markdown.", "type": "string" }, "inputProperties": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from property name to propertySpec that describes the resource's input properties.", "type": "object" }, "isComponent": { "description": "Indicates whether the resource is a component.", "type": "boolean" }, "isOverlay": { "description": "Indicates that the implementation of the resource should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "methods": { "additionalProperties": { "type": "string" }, "description": "A map from method name to function token that describes the resource's method set.", "type": "object" }, "requiredInputs": { "description": "A list of the names of the resource's required input properties.", "items": { "type": "string" }, "type": "array" }, "stateInputs": { "$ref": "#/$defs/objectTypeSpec", "description": "An optional objectTypeSpec that describes additional inputs that mau be necessary to get an existing resource. If this is unset, only an ID is necessary." } }, "title": "Resource Definition", "type": "object" }, "schemaStringMap": { "additionalProperties": { "type": "string" }, "type": "object" }, "token": { "$comment": "In the regex below, the 'module' portion of the token is optional. However, a missing module component creates a '::', which breaks URNs ('::' is the URN delimiter). We have many test schemas that use an empty module component successfully, as they never create URNs; while these are _probably_ the only places that need updating, it might be possible that there are module-less type tokens in the wild elsewhere and we may need to remain compatible with those tokens.", "pattern": "^[a-zA-Z][-a-zA-Z0-9_]*:([^0-9][a-zA-Z0-9._/-]*)?:[^0-9][a-zA-Z0-9._/]*$", "title": "Token", "type": "string" }, "typeSpec": { "description": "A reference to a type. The particular kind of type referenced is determined based on the contents of the \"type\" property and the presence or absence of the \"additionalProperties\", \"items\", \"oneOf\", and \"$ref\" properties.", "oneOf": [ { "description": "A reference to a primitive type. A primitive type must have only the \"type\" property set.", "properties": { "$ref": false, "additionalProperties": false, "items": false, "oneOf": false, "type": { "description": "The primitive type, if any", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "type" ], "title": "Primitive Type", "type": "object" }, { "$comment": "An array type must have the \"type\" property set.", "description": "A reference to an array type. The \"type\" property must be set to \"array\" and the \"items\" property must be present. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": false, "items": { "$ref": "#/$defs/typeSpec", "description": "The element type of the array" }, "oneOf": false, "type": { "const": "array" } }, "required": [ "type", "items" ], "title": "Array Type", "type": "object" }, { "description": "A reference to a map type. The \"type\" property must be set to \"object\" and the \"additionalProperties\" property may be present. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": { "$ref": "#/$defs/typeSpec", "description": "The element type of the map. Defaults to \"string\" when omitted." }, "items": false, "oneOf": false, "type": { "const": "object" } }, "required": [ "type" ], "title": "Map Type", "type": "object" }, { "description": "A reference to a type in this or another document. The \"$ref\" property must be present. The \"type\" property is ignored if it is present. No other properties may be present.", "properties": { "$ref": { "description": "The URI of the referenced type. For example, the built-in Archive, Asset, and Any\ntypes are referenced as \"pulumi.json#/Archive\", \"pulumi.json#/Asset\", and \"pulumi.json#/Any\", respectively.\nA type from this document is referenced as \"#/types/pulumi:type:token\".\nA type from another document is referenced as \"path#/types/pulumi:type:token\", where path is of the form:\n \"/provider/vX.Y.Z/schema.json\" or \"pulumi.json\" or \"http[s]://example.com/provider/vX.Y.Z/schema.json\"\nA resource from this document is referenced as \"#/resources/pulumi:type:token\".\nA resource from another document is referenced as \"path#/resources/pulumi:type:token\", where path is of the form:\n \"/provider/vX.Y.Z/schema.json\" or \"pulumi.json\" or \"http[s]://example.com/provider/vX.Y.Z/schema.json\"", "format": "uri-reference", "type": "string" }, "additionalProperties": false, "items": false, "oneOf": false, "type": { "description": "ignored; present for compatibility with existing schemas", "type": "string" } }, "required": [ "$ref" ], "title": "Named Type", "type": "object" }, { "description": "A reference to a union type. The \"oneOf\" property must be present. The union may additional specify an underlying primitive type via the \"type\" property and a discriminator via the \"discriminator\" property. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": false, "discriminator": { "description": "Informs the consumer of an alternative schema based on the value associated with it", "properties": { "mapping": { "additionalProperties": { "type": "string" }, "description": "an optional object to hold mappings between payload values and schema names or references", "type": "object" }, "propertyName": { "description": "PropertyName is the name of the property in the payload that will hold the discriminator value", "minLength": 1, "type": "string" } }, "required": [ "propertyName" ], "type": "object" }, "items": false, "oneOf": { "description": "If present, indicates that values of the type may be one of any of the listed types", "items": { "$ref": "#/$defs/typeSpec" }, "minItems": 2, "type": "array" }, "type": { "description": "The underlying primitive type of the union, if any", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "oneOf" ], "title": "Union Type", "type": "object" } ], "properties": { "plain": { "description": "Indicates that when used as an input, this type does not accept eventual values.", "type": "boolean" } }, "title": "Type Reference", "type": "object" } }, "$id": "https://github.com/pulumi/pulumi/blob/master/pkg/codegen/schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "description": "A description of the schema for a Pulumi Package", "properties": { "attribution": { "description": "Freeform text attribution of derived work, if required.", "type": "string" }, "config": { "description": "The package's configuration variables.", "properties": { "required": { "description": "A list of the names of the package's required configuration variables.", "items": { "type": "string" }, "type": "array" }, "variables": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from variable name to propertySpec that describes a package's configuration variables.", "type": "object" } }, "type": "object" }, "description": { "description": "The description of the package. Descriptions are interpreted as Markdown.", "type": "string" }, "displayName": { "description": "The human-friendly name of the package.", "type": "string" }, "functions": { "additionalProperties": { "$ref": "#/$defs/functionSpec" }, "description": "A map from token to functionSpec that describes the set of functions defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "homepage": { "description": "The package's homepage.", "type": "string" }, "keywords": { "description": "The list of keywords that are associated with the package, if any.", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Additional language-specific data about the package.", "type": "object" }, "license": { "description": "The name of the license used for the package's contents.", "type": "string" }, "logoUrl": { "description": "The URL of the package's logo, if any.", "type": "string" }, "meta": { "description": "Format metadata about this package.", "properties": { "moduleFormat": { "description": "A regex that is used by the importer to extract a module name from the module portion of a type token. Packages that use the module format \"namespace1/namespace2/.../namespaceN\" do not need to specify a format. The regex must define one capturing group that contains the module name, which must be formatted as \"namespace1/namespace2/...namespaceN\".", "format": "regex", "type": "string" } }, "required": [ "moduleFormat" ], "type": "object" }, "name": { "description": "The unqualified name of the package (e.g. \"aws\", \"azure\", \"gcp\", \"kubernetes\", \"random\")", "pattern": "^[a-zA-Z][-a-zA-Z0-9_]*$", "type": "string" }, "pluginDownloadURL": { "description": "The URL to use when downloading the provider plugin binary.", "type": "string" }, "provider": { "$ref": "#/$defs/resourceSpec", "description": "The provider type for this package." }, "publisher": { "description": "The name of the person or organization that authored and published the package.", "type": "string" }, "repository": { "description": "The URL at which the package's sources can be found.", "type": "string" }, "resources": { "additionalProperties": { "$ref": "#/$defs/resourceSpec" }, "description": "A map from type token to resourceSpec that describes the set of resources and components defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "types": { "additionalProperties": { "$ref": "#/$defs/complexTypeSpec" }, "description": "A map from type token to complexTypeSpec that describes the set of complex types (i.e. object, enum) defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "version": { "description": "The version of the package. The version must be valid semver.", "pattern": "^v?(?P<major>0|[1-9]\\d*)\\.(?P<minor>0|[1-9]\\d*)\\.(?P<patch>0|[1-9]\\d*)(?:-(?P<prerelease>(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$", "type": "string" } }, "required": [ "name" ], "title": "Pulumi Package Metaschema", "type": "object" }
Apache-2.0
en
pulumi/pulumi
a682a1ab068e442c5da62ab64ac4b111c6489c69
2022-12-21T01:47:29
pkg/codegen/schema/pulumi.json
20,207
2024-05-29T11:37:40.288477Z
{ "$defs": { "complexTypeSpec": { "description": "Describes an object or enum type.", "oneOf": [ { "allOf": [ { "$ref": "#/$defs/objectTypeSpec" } ], "properties": { "type": { "const": "object" } }, "title": "Object Type Definition", "type": "object" }, { "$ref": "#/$defs/enumTypeSpec" } ], "properties": { "description": { "description": "The description of the type, if any. Interpreted as Markdown.", "type": "string" }, "isOverlay": { "description": "Indicates that the implementation of the type should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "language": { "description": "Additional language-specific data about the type.", "type": "object" } }, "title": "Type Definition", "type": "object" }, "csharpLanguageSpec": { "description": "Describes C# specific settings", "properties": { "compatibility": { "description": "", "type": "string" }, "namespaces": { "$ref": "#/$defs/schemaStringMap" }, "packageReferences": { "$ref": "#/$defs/schemaStringMap" }, "rootNamespace": { "desciption": "Root namespace for the generated .NET SDK" } }, "title": "C# Language Overrides Definition", "type": "object" }, "enumTypeSpec": { "description": "Describes an enum type", "properties": { "enum": { "description": "The list of possible values for the enum", "items": { "properties": { "deprecationMessage": { "description": "Indicates whether the value is deprecated.", "type": "string" }, "description": { "description": "The description of the enum value, if any. Interpreted as Markdown.", "type": "string" }, "name": { "description": "If present, overrides the name of the enum value that would usually be derived from the value.", "type": "string" }, "value": { "description": "The enum value itself", "type": [ "boolean", "integer", "number", "string" ] } }, "required": [ "value" ], "title": "Enum Value Definition", "type": "object" }, "type": "array" }, "type": { "description": "The underlying primitive type of the enum", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "type", "enum" ], "title": "Enum Type Definition", "type": "object" }, "functionSpec": { "description": "Describes a function.", "properties": { "deprecationMessage": { "description": "Indicates whether the function is deprecated", "type": "string" }, "description": { "description": "The description of the function, if any. Interpreted as Markdown.", "type": "string" }, "inputs": { "$ref": "#/$defs/objectTypeSpec", "description": "The bag of input values for the function, if any." }, "isOverlay": { "description": "Indicates that the implementation of the function should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "language": { "description": "Additional language-specific data about the function.", "type": "object" }, "outputs": { "$ref": "#/$defs/objectTypeSpec", "description": "The bag of output values for the function, if any." } }, "title": "Function Definition", "type": "object" }, "goLanguageSpec": { "description": "Describes Go specific settings", "properties": { "generateExtraInputTypes": { "description": "", "type": "boolean" }, "generateResourceContainerTypes": { "description": "", "type": "boolean" }, "importBasePath": { "description": "Base import path for the Go package", "type": "string" } }, "title": "Go Language Overrides Definition", "type": "object" }, "javaLanguageSpec": { "description": "Describes Java specific settings", "properties": { "basePackage": { "default": "com.pulumi", "description": "Base Java package name for the generated Java provider SDK", "type": "string" }, "buildFiles": { "description": "If set to \"gradle\" enables a generation of a basic set of Gradle build files.", "type": "string" }, "dependencies": { "$ref": "#/$defs/schemaStringMap", "description": "Specifies Maven-style dependencies for the generated code." }, "gradleNexusPublishPluginVersion": { "description": "Enables the use of a given version of io.github.gradle-nexus.publish-plugin in the generated Gradle build files (only when `buildFiles=\"gradle\")", "type": "string" }, "gradleTest": { "description": "generates a test section to enable `gradle test` command to run unit tests over the generated code. Supported values: \"JUnitPlatform\" (only when `buildFiles=\"gradle\")", "enum": [ "JUnitPlatform" ] }, "packages": { "$ref": "#/$defs/schemaStringMap" } }, "title": "Java Language Overrides Definition", "type": "object" }, "languageSpec": { "description": "Describes programming language specific settings", "properties": { "csharp": { "$ref": "#/$defs/csharpLanguageSpec" }, "go": { "$ref": "#/$defs/goLanguageSpec" }, "java": { "$ref": "#/$defs/javaLanguageSpec" }, "nodejs": { "$ref": "#/$defs/nodejsLanguageSpec" }, "python": { "$ref": "#/$defs/pythonLanguageSpec" } }, "title": "Language Overrides Definition", "type": "object" }, "nodejsLanguageSpec": { "description": "Describes NodeJS specific settings", "properties": { "compatibility": { "description": "", "enum": [ "tfbridge20" ], "type": "string" }, "dependencies": { "$ref": "#/$defs/schemaStringMap", "description": "NPM package dependencies" }, "devDependencies": { "$ref": "#/$defs/schemaStringMap", "description": "NPM package devDependencies" }, "disableUnionOutputTypes": { "description": "", "type": "boolean" }, "packageDescription": { "description": "NPM package description", "type": "string" }, "packageName": { "description": "NPM package name (includes @namespace)", "type": "string" }, "readme": { "description": "Content of the generated package README.md file.", "type": "string" }, "typescriptVersion": { "description": "Typescript Version", "type": "string" } }, "title": "NodeJS Language Overrides Definition", "type": "object" }, "objectTypeSpec": { "description": "Describes an object type", "properties": { "properties": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from property name to propertySpec that describes the object's properties.", "type": "object" }, "required": { "description": "A list of the names of an object type's required properties. These properties must be set for inputs and will always be set for outputs.", "items": { "type": "string" }, "type": "array" } }, "title": "Object Type Details", "type": "object" }, "propertySpec": { "allOf": [ { "$ref": "#/$defs/typeSpec" } ], "description": "Describes an object or resource property", "properties": { "const": { "description": "The constant value for the property, if any. The type of the value must be assignable to the type of the property.", "type": [ "boolean", "number", "string" ] }, "default": { "description": "The default value for the property, if any. The type of the value must be assignable to the type of the property.", "type": [ "boolean", "number", "string" ] }, "defaultInfo": { "description": "Additional information about the property's default value, if any.", "properties": { "environment": { "description": "A set of environment variables to probe for a default value.", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Additional language-specific data about the default value.", "type": "object" } }, "required": [ "environment" ], "type": "object" }, "deprecationMessage": { "description": "Indicates whether the property is deprecated", "type": "string" }, "description": { "description": "The description of the property, if any. Interpreted as Markdown.", "type": "string" }, "language": { "description": "Additional language-specific data about the property.", "type": "object" }, "replaceOnChanges": { "description": "Specifies whether a change to the property causes its containing resource to be replaced instead of updated (default false).", "type": "boolean" }, "secret": { "description": "Specifies whether the property is secret (default false).", "type": "boolean" }, "willReplaceOnChanges": { "description": "Indicates that the provider will replace the resource when this property is changed.", "type": "boolean" } }, "title": "Property Definition", "type": "object" }, "pythonLanguageSpec": { "description": "Describes Python specific settings", "properties": { "compatibility": { "description": "", "enum": [ "tfbridge20" ], "type": "string" }, "packageName": { "description": "NPM package name (includes @namespace)", "type": "string" }, "readme": { "description": "Content of the generated package README.md file.", "type": "string" }, "requires": { "$ref": "#/$defs/schemaStringMap", "description": "Python package dependencies for the generated Python SDK" } }, "title": "Python Language Overrides Definition", "type": "object" }, "resourceSpec": { "allOf": [ { "$ref": "#/$defs/objectTypeSpec" } ], "description": "Describes a resource or component.", "properties": { "aliases": { "description": "The list of aliases for the resource.", "items": { "properties": { "name": { "description": "The name portion of the alias, if any", "type": "string" }, "project": { "description": "The project portion of the alias, if any", "type": "string" }, "type": { "description": "The type portion of the alias, if any", "type": "string" } }, "title": "Alias Definition", "type": "object" }, "type": "array" }, "deprecationMessage": { "description": "Indicates whether the resource is deprecated", "type": "string" }, "description": { "description": "The description of the resource, if any. Interpreted as Markdown.", "type": "string" }, "inputProperties": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from property name to propertySpec that describes the resource's input properties.", "type": "object" }, "isComponent": { "description": "Indicates whether the resource is a component.", "type": "boolean" }, "isOverlay": { "description": "Indicates that the implementation of the resource should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "methods": { "additionalProperties": { "type": "string" }, "description": "A map from method name to function token that describes the resource's method set.", "type": "object" }, "requiredInputs": { "description": "A list of the names of the resource's required input properties.", "items": { "type": "string" }, "type": "array" }, "stateInputs": { "$ref": "#/$defs/objectTypeSpec", "description": "An optional objectTypeSpec that describes additional inputs that mau be necessary to get an existing resource. If this is unset, only an ID is necessary." } }, "title": "Resource Definition", "type": "object" }, "schemaStringMap": { "additionalProperties": { "type": "string" }, "type": "object" }, "token": { "$comment": "In the regex below, the 'module' portion of the token is optional. However, a missing module component creates a '::', which breaks URNs ('::' is the URN delimiter). We have many test schemas that use an empty module component successfully, as they never create URNs; while these are _probably_ the only places that need updating, it might be possible that there are module-less type tokens in the wild elsewhere and we may need to remain compatible with those tokens.", "pattern": "^[a-zA-Z][-a-zA-Z0-9_]*:([^0-9][a-zA-Z0-9._/-]*)?:[^0-9][a-zA-Z0-9._/]*$", "title": "Token", "type": "string" }, "typeSpec": { "description": "A reference to a type. The particular kind of type referenced is determined based on the contents of the \"type\" property and the presence or absence of the \"additionalProperties\", \"items\", \"oneOf\", and \"$ref\" properties.", "oneOf": [ { "description": "A reference to a primitive type. A primitive type must have only the \"type\" property set.", "properties": { "$ref": false, "additionalProperties": false, "items": false, "oneOf": false, "type": { "description": "The primitive type, if any", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "type" ], "title": "Primitive Type", "type": "object" }, { "$comment": "An array type must have the \"type\" property set.", "description": "A reference to an array type. The \"type\" property must be set to \"array\" and the \"items\" property must be present. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": false, "items": { "$ref": "#/$defs/typeSpec", "description": "The element type of the array" }, "oneOf": false, "type": { "const": "array" } }, "required": [ "type", "items" ], "title": "Array Type", "type": "object" }, { "description": "A reference to a map type. The \"type\" property must be set to \"object\" and the \"additionalProperties\" property may be present. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": { "$ref": "#/$defs/typeSpec", "description": "The element type of the map. Defaults to \"string\" when omitted." }, "items": false, "oneOf": false, "type": { "const": "object" } }, "required": [ "type" ], "title": "Map Type", "type": "object" }, { "description": "A reference to a type in this or another document. The \"$ref\" property must be present. The \"type\" property is ignored if it is present. No other properties may be present.", "properties": { "$ref": { "description": "The URI of the referenced type. For example, the built-in Archive, Asset, and Any\ntypes are referenced as \"pulumi.json#/Archive\", \"pulumi.json#/Asset\", and \"pulumi.json#/Any\", respectively.\nA type from this document is referenced as \"#/types/pulumi:type:token\".\nA type from another document is referenced as \"path#/types/pulumi:type:token\", where path is of the form:\n \"/provider/vX.Y.Z/schema.json\" or \"pulumi.json\" or \"http[s]://example.com/provider/vX.Y.Z/schema.json\"\nA resource from this document is referenced as \"#/resources/pulumi:type:token\".\nA resource from another document is referenced as \"path#/resources/pulumi:type:token\", where path is of the form:\n \"/provider/vX.Y.Z/schema.json\" or \"pulumi.json\" or \"http[s]://example.com/provider/vX.Y.Z/schema.json\"", "format": "uri-reference", "type": "string" }, "additionalProperties": false, "items": false, "oneOf": false, "type": { "description": "ignored; present for compatibility with existing schemas", "type": "string" } }, "required": [ "$ref" ], "title": "Named Type", "type": "object" }, { "description": "A reference to a union type. The \"oneOf\" property must be present. The union may additional specify an underlying primitive type via the \"type\" property and a discriminator via the \"discriminator\" property. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": false, "discriminator": { "description": "Informs the consumer of an alternative schema based on the value associated with it", "properties": { "mapping": { "additionalProperties": { "type": "string" }, "description": "an optional object to hold mappings between payload values and schema names or references", "type": "object" }, "propertyName": { "description": "PropertyName is the name of the property in the payload that will hold the discriminator value", "minLength": 1, "type": "string" } }, "required": [ "propertyName" ], "type": "object" }, "items": false, "oneOf": { "description": "If present, indicates that values of the type may be one of any of the listed types", "items": { "$ref": "#/$defs/typeSpec" }, "minItems": 2, "type": "array" }, "type": { "description": "The underlying primitive type of the union, if any", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "oneOf" ], "title": "Union Type", "type": "object" } ], "properties": { "plain": { "description": "Indicates that when used as an input, this type does not accept eventual values.", "type": "boolean" } }, "title": "Type Reference", "type": "object" } }, "$id": "https://github.com/pulumi/pulumi/blob/master/pkg/codegen/schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "description": "A description of the schema for a Pulumi Package", "properties": { "attribution": { "description": "Freeform text attribution of derived work, if required.", "type": "string" }, "config": { "description": "The package's configuration variables.", "properties": { "required": { "description": "A list of the names of the package's required configuration variables.", "items": { "type": "string" }, "type": "array" }, "variables": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from variable name to propertySpec that describes a package's configuration variables.", "type": "object" } }, "type": "object" }, "description": { "description": "The description of the package. Descriptions are interpreted as Markdown.", "type": "string" }, "displayName": { "description": "The human-friendly name of the package.", "type": "string" }, "functions": { "additionalProperties": { "$ref": "#/$defs/functionSpec" }, "description": "A map from token to functionSpec that describes the set of functions defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "homepage": { "description": "The package's homepage.", "type": "string" }, "keywords": { "description": "The list of keywords that are associated with the package, if any.", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Additional language-specific data about the package.", "type": "object" }, "license": { "description": "The name of the license used for the package's contents.", "type": "string" }, "logoUrl": { "description": "The URL of the package's logo, if any.", "type": "string" }, "meta": { "description": "Format metadata about this package.", "properties": { "moduleFormat": { "description": "A regex that is used by the importer to extract a module name from the module portion of a type token. Packages that use the module format \"namespace1/namespace2/.../namespaceN\" do not need to specify a format. The regex must define one capturing group that contains the module name, which must be formatted as \"namespace1/namespace2/...namespaceN\".", "format": "regex", "type": "string" } }, "required": [ "moduleFormat" ], "type": "object" }, "name": { "description": "The unqualified name of the package (e.g. \"aws\", \"azure\", \"gcp\", \"kubernetes\", \"random\")", "pattern": "^[a-zA-Z][-a-zA-Z0-9_]*$", "type": "string" }, "pluginDownloadURL": { "description": "The URL to use when downloading the provider plugin binary.", "type": "string" }, "provider": { "$ref": "#/$defs/resourceSpec", "description": "The provider type for this package." }, "publisher": { "description": "The name of the person or organization that authored and published the package.", "type": "string" }, "repository": { "description": "The URL at which the package's sources can be found.", "type": "string" }, "resources": { "additionalProperties": { "$ref": "#/$defs/resourceSpec" }, "description": "A map from type token to resourceSpec that describes the set of resources and components defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "types": { "additionalProperties": { "$ref": "#/$defs/complexTypeSpec" }, "description": "A map from type token to complexTypeSpec that describes the set of complex types (i.e. object, enum) defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "version": { "description": "The version of the package. The version must be valid semver.", "pattern": "^v?(?P<major>0|[1-9]\\d*)\\.(?P<minor>0|[1-9]\\d*)\\.(?P<patch>0|[1-9]\\d*)(?:-(?P<prerelease>(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$", "type": "string" } }, "required": [ "name" ], "title": "Pulumi Package Metaschema", "type": "object" }
Apache-2.0
en
pulumi/pulumi
05ce5f2ff6a0967d431c5876732434110f12c3ed
2022-11-16T14:13:27
pkg/codegen/schema/pulumi.json
20,207
2024-05-29T11:37:40.288477Z
{ "$defs": { "complexTypeSpec": { "description": "Describes an object or enum type.", "oneOf": [ { "allOf": [ { "$ref": "#/$defs/objectTypeSpec" } ], "properties": { "type": { "const": "object" } }, "title": "Object Type Definition", "type": "object" }, { "$ref": "#/$defs/enumTypeSpec" } ], "properties": { "description": { "description": "The description of the type, if any. Interpreted as Markdown.", "type": "string" }, "isOverlay": { "description": "Indicates that the implementation of the type should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "language": { "description": "Additional language-specific data about the type.", "type": "object" } }, "title": "Type Definition", "type": "object" }, "csharpLanguageSpec": { "description": "Describes C# specific settings", "properties": { "compatibility": { "description": "", "type": "string" }, "namespaces": { "$ref": "#/$defs/schemaStringMap" }, "packageReferences": { "$ref": "#/$defs/schemaStringMap" }, "rootNamespace": { "desciption": "Root namespace for the generated .NET SDK" } }, "title": "C# Language Overrides Definition", "type": "object" }, "enumTypeSpec": { "description": "Describes an enum type", "properties": { "enum": { "description": "The list of possible values for the enum", "items": { "properties": { "deprecationMessage": { "description": "Indicates whether the value is deprecated.", "type": "string" }, "description": { "description": "The description of the enum value, if any. Interpreted as Markdown.", "type": "string" }, "name": { "description": "If present, overrides the name of the enum value that would usually be derived from the value.", "type": "string" }, "value": { "description": "The enum value itself", "type": [ "boolean", "integer", "number", "string" ] } }, "required": [ "value" ], "title": "Enum Value Definition", "type": "object" }, "type": "array" }, "type": { "description": "The underlying primitive type of the enum", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "type", "enum" ], "title": "Enum Type Definition", "type": "object" }, "functionSpec": { "description": "Describes a function.", "properties": { "deprecationMessage": { "description": "Indicates whether the function is deprecated", "type": "string" }, "description": { "description": "The description of the function, if any. Interpreted as Markdown.", "type": "string" }, "inputs": { "$ref": "#/$defs/objectTypeSpec", "description": "The bag of input values for the function, if any." }, "isOverlay": { "description": "Indicates that the implementation of the function should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "language": { "description": "Additional language-specific data about the function.", "type": "object" }, "outputs": { "$ref": "#/$defs/objectTypeSpec", "description": "The bag of output values for the function, if any." } }, "title": "Function Definition", "type": "object" }, "goLanguageSpec": { "description": "Describes Go specific settings", "properties": { "generateExtraInputTypes": { "description": "", "type": "boolean" }, "generateResourceContainerTypes": { "description": "", "type": "boolean" }, "importBasePath": { "description": "Base import path for the Go package", "type": "string" } }, "title": "Go Language Overrides Definition", "type": "object" }, "javaLanguageSpec": { "description": "Describes Java specific settings", "properties": { "basePackage": { "default": "com.pulumi", "description": "Base Java package name for the generated Java provider SDK", "type": "string" } }, "title": "Java Language Overrides Definition", "type": "object" }, "languageSpec": { "description": "Describes programming language specific settings", "properties": { "csharp": { "$ref": "#/$defs/csharpLanguageSpec" }, "go": { "$ref": "#/$defs/goLanguageSpec" }, "java": { "$ref": "#/$defs/javaLanguageSpec" }, "nodejs": { "$ref": "#/$defs/nodejsLanguageSpec" }, "python": { "$ref": "#/$defs/pythonLanguageSpec" } }, "title": "Language Overrides Definition", "type": "object" }, "nodejsLanguageSpec": { "description": "Describes NodeJS specific settings", "properties": { "compatibility": { "description": "", "enum": [ "tfbridge20" ], "type": "string" }, "dependencies": { "$ref": "#/$defs/schemaStringMap", "description": "NPM package dependencies" }, "devDependencies": { "$ref": "#/$defs/schemaStringMap", "description": "NPM package devDependencies" }, "disableUnionOutputTypes": { "description": "", "type": "boolean" }, "packageDescription": { "description": "NPM package description", "type": "string" }, "packageName": { "description": "NPM package name (includes @namespace)", "type": "string" }, "readme": { "description": "Content of the generated package README.md file.", "type": "string" }, "typescriptVersion": { "description": "Typescript Version", "type": "string" } }, "title": "NodeJS Language Overrides Definition", "type": "object" }, "objectTypeSpec": { "description": "Describes an object type", "properties": { "properties": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from property name to propertySpec that describes the object's properties.", "type": "object" }, "required": { "description": "A list of the names of an object type's required properties. These properties must be set for inputs and will always be set for outputs.", "items": { "type": "string" }, "type": "array" } }, "title": "Object Type Details", "type": "object" }, "propertySpec": { "allOf": [ { "$ref": "#/$defs/typeSpec" } ], "description": "Describes an object or resource property", "properties": { "const": { "description": "The constant value for the property, if any. The type of the value must be assignable to the type of the property.", "type": [ "boolean", "number", "string" ] }, "default": { "description": "The default value for the property, if any. The type of the value must be assignable to the type of the property.", "type": [ "boolean", "number", "string" ] }, "defaultInfo": { "description": "Additional information about the property's default value, if any.", "properties": { "environment": { "description": "A set of environment variables to probe for a default value.", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Additional language-specific data about the default value.", "type": "object" } }, "required": [ "environment" ], "type": "object" }, "deprecationMessage": { "description": "Indicates whether the property is deprecated", "type": "string" }, "description": { "description": "The description of the property, if any. Interpreted as Markdown.", "type": "string" }, "language": { "description": "Additional language-specific data about the property.", "type": "object" }, "replaceOnChanges": { "description": "Specifies whether a change to the property causes its containing resource to be replaced instead of updated (default false).", "type": "boolean" }, "secret": { "description": "Specifies whether the property is secret (default false).", "type": "boolean" } }, "title": "Property Definition", "type": "object" }, "pythonLanguageSpec": { "description": "Describes Python specific settings", "properties": { "compatibility": { "description": "", "enum": [ "tfbridge20" ], "type": "string" }, "packageName": { "description": "NPM package name (includes @namespace)", "type": "string" }, "readme": { "description": "Content of the generated package README.md file.", "type": "string" }, "requires": { "$ref": "#/$defs/schemaStringMap", "description": "Python package dependencies for the generated Python SDK" } }, "title": "Python Language Overrides Definition", "type": "object" }, "resourceSpec": { "allOf": [ { "$ref": "#/$defs/objectTypeSpec" } ], "description": "Describes a resource or component.", "properties": { "aliases": { "description": "The list of aliases for the resource.", "items": { "properties": { "name": { "description": "The name portion of the alias, if any", "type": "string" }, "project": { "description": "The project portion of the alias, if any", "type": "string" }, "type": { "description": "The type portion of the alias, if any", "type": "string" } }, "title": "Alias Definition", "type": "object" }, "type": "array" }, "deprecationMessage": { "description": "Indicates whether the resource is deprecated", "type": "string" }, "description": { "description": "The description of the resource, if any. Interpreted as Markdown.", "type": "string" }, "inputProperties": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from property name to propertySpec that describes the resource's input properties.", "type": "object" }, "isComponent": { "description": "Indicates whether the resource is a component.", "type": "boolean" }, "isOverlay": { "description": "Indicates that the implementation of the resource should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "methods": { "additionalProperties": { "type": "string" }, "description": "A map from method name to function token that describes the resource's method set.", "type": "object" }, "requiredInputs": { "description": "A list of the names of the resource's required input properties.", "items": { "type": "string" }, "type": "array" }, "stateInputs": { "$ref": "#/$defs/objectTypeSpec", "description": "An optional objectTypeSpec that describes additional inputs that mau be necessary to get an existing resource. If this is unset, only an ID is necessary." } }, "title": "Resource Definition", "type": "object" }, "schemaStringMap": { "additionalProperties": { "type": "string" }, "type": "object" }, "token": { "$comment": "In the regex below, the 'module' portion of the token is optional. However, a missing module component creates a '::', which breaks URNs ('::' is the URN delimiter). We have many test schemas that use an empty module component successfully, as they never create URNs; while these are _probably_ the only places that need updating, it might be possible that there are module-less type tokens in the wild elsewhere and we may need to remain compatible with those tokens.", "pattern": "^[a-zA-Z][-a-zA-Z0-9_]*:([^0-9][a-zA-Z0-9._/-]*)?:[^0-9][a-zA-Z0-9._/]*$", "title": "Token", "type": "string" }, "typeSpec": { "description": "A reference to a type. The particular kind of type referenced is determined based on the contents of the \"type\" property and the presence or absence of the \"additionalProperties\", \"items\", \"oneOf\", and \"$ref\" properties.", "oneOf": [ { "description": "A reference to a primitive type. A primitive type must have only the \"type\" property set.", "properties": { "$ref": false, "additionalProperties": false, "items": false, "oneOf": false, "type": { "description": "The primitive type, if any", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "type" ], "title": "Primitive Type", "type": "object" }, { "$comment": "An array type must have the \"type\" property set.", "description": "A reference to an array type. The \"type\" property must be set to \"array\" and the \"items\" property must be present. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": false, "items": { "$ref": "#/$defs/typeSpec", "description": "The element type of the array" }, "oneOf": false, "type": { "const": "array" } }, "required": [ "type", "items" ], "title": "Array Type", "type": "object" }, { "description": "A reference to a map type. The \"type\" property must be set to \"object\" and the \"additionalProperties\" property may be present. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": { "$ref": "#/$defs/typeSpec", "description": "The element type of the map. Defaults to \"string\" when omitted." }, "items": false, "oneOf": false, "type": { "const": "object" } }, "required": [ "type" ], "title": "Map Type", "type": "object" }, { "description": "A reference to a type in this or another document. The \"$ref\" property must be present. The \"type\" property is ignored if it is present. No other properties may be present.", "properties": { "$ref": { "description": "The URI of the referenced type. For example, the built-in Archive, Asset, and Any\ntypes are referenced as \"pulumi.json#/Archive\", \"pulumi.json#/Asset\", and \"pulumi.json#/Any\", respectively.\nA type from this document is referenced as \"#/types/pulumi:type:token\".\nA type from another document is referenced as \"path#/types/pulumi:type:token\", where path is of the form:\n \"/provider/vX.Y.Z/schema.json\" or \"pulumi.json\" or \"http[s]://example.com/provider/vX.Y.Z/schema.json\"\nA resource from this document is referenced as \"#/resources/pulumi:type:token\".\nA resource from another document is referenced as \"path#/resources/pulumi:type:token\", where path is of the form:\n \"/provider/vX.Y.Z/schema.json\" or \"pulumi.json\" or \"http[s]://example.com/provider/vX.Y.Z/schema.json\"", "format": "uri-reference", "type": "string" }, "additionalProperties": false, "items": false, "oneOf": false, "type": { "description": "ignored; present for compatibility with existing schemas", "type": "string" } }, "required": [ "$ref" ], "title": "Named Type", "type": "object" }, { "description": "A reference to a union type. The \"oneOf\" property must be present. The union may additional specify an underlying primitive type via the \"type\" property and a discriminator via the \"discriminator\" property. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": false, "discriminator": { "description": "Informs the consumer of an alternative schema based on the value associated with it", "properties": { "mapping": { "additionalProperties": { "type": "string" }, "description": "an optional object to hold mappings between payload values and schema names or references", "type": "object" }, "propertyName": { "description": "PropertyName is the name of the property in the payload that will hold the discriminator value", "minLength": 1, "type": "string" } }, "required": [ "propertyName" ], "type": "object" }, "items": false, "oneOf": { "description": "If present, indicates that values of the type may be one of any of the listed types", "items": { "$ref": "#/$defs/typeSpec" }, "minItems": 2, "type": "array" }, "type": { "description": "The underlying primitive type of the union, if any", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "oneOf" ], "title": "Union Type", "type": "object" } ], "properties": { "plain": { "description": "Indicates that when used as an input, this type does not accept eventual values.", "type": "boolean" } }, "title": "Type Reference", "type": "object" } }, "$id": "https://github.com/pulumi/pulumi/blob/master/pkg/codegen/schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "description": "A description of the schema for a Pulumi Package", "properties": { "attribution": { "description": "Freeform text attribution of derived work, if required.", "type": "string" }, "config": { "description": "The package's configuration variables.", "properties": { "required": { "description": "A list of the names of the package's required configuration variables.", "items": { "type": "string" }, "type": "array" }, "variables": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from variable name to propertySpec that describes a package's configuration variables.", "type": "object" } }, "type": "object" }, "description": { "description": "The description of the package. Descriptions are interpreted as Markdown.", "type": "string" }, "displayName": { "description": "The human-friendly name of the package.", "type": "string" }, "functions": { "additionalProperties": { "$ref": "#/$defs/functionSpec" }, "description": "A map from token to functionSpec that describes the set of functions defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "homepage": { "description": "The package's homepage.", "type": "string" }, "keywords": { "description": "The list of keywords that are associated with the package, if any.", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Additional language-specific data about the package.", "type": "object" }, "license": { "description": "The name of the license used for the package's contents.", "type": "string" }, "logoUrl": { "description": "The URL of the package's logo, if any.", "type": "string" }, "meta": { "description": "Format metadata about this package.", "properties": { "moduleFormat": { "description": "A regex that is used by the importer to extract a module name from the module portion of a type token. Packages that use the module format \"namespace1/namespace2/.../namespaceN\" do not need to specify a format. The regex must define one capturing group that contains the module name, which must be formatted as \"namespace1/namespace2/...namespaceN\".", "format": "regex", "type": "string" } }, "required": [ "moduleFormat" ], "type": "object" }, "name": { "description": "The unqualified name of the package (e.g. \"aws\", \"azure\", \"gcp\", \"kubernetes\", \"random\")", "pattern": "^[a-zA-Z][-a-zA-Z0-9_]*$", "type": "string" }, "pluginDownloadUrl": { "description": "The URL to use when downloading the provider plugin binary.", "type": "string" }, "provider": { "$ref": "#/$defs/resourceSpec", "description": "The provider type for this package." }, "publisher": { "description": "The name of the person or organization that authored and published the package.", "type": "string" }, "repository": { "description": "The URL at which the package's sources can be found.", "type": "string" }, "resources": { "additionalProperties": { "$ref": "#/$defs/resourceSpec" }, "description": "A map from type token to resourceSpec that describes the set of resources and components defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "types": { "additionalProperties": { "$ref": "#/$defs/complexTypeSpec" }, "description": "A map from type token to complexTypeSpec that describes the set of complex types (i.e. object, enum) defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "version": { "description": "The version of the package. The version must be valid semver.", "pattern": "^v?(?P<major>0|[1-9]\\d*)\\.(?P<minor>0|[1-9]\\d*)\\.(?P<patch>0|[1-9]\\d*)(?:-(?P<prerelease>(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$", "type": "string" } }, "required": [ "name" ], "title": "Pulumi Package Metaschema", "type": "object" }
Apache-2.0
en
pulumi/pulumi
a24ef3123a0291fdf24d50734cdb7b0cf6fdc041
2023-03-27T09:11:57
pkg/codegen/schema/pulumi.json
20,207
2024-05-29T11:37:40.288477Z
{ "$defs": { "complexTypeSpec": { "description": "Describes an object or enum type.", "oneOf": [ { "allOf": [ { "$ref": "#/$defs/objectTypeSpec" } ], "properties": { "type": { "const": "object" } }, "title": "Object Type Definition", "type": "object" }, { "$ref": "#/$defs/enumTypeSpec" } ], "properties": { "description": { "description": "The description of the type, if any. Interpreted as Markdown.", "type": "string" }, "isOverlay": { "description": "Indicates that the implementation of the type should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "language": { "description": "Additional language-specific data about the type.", "type": "object" } }, "title": "Type Definition", "type": "object" }, "csharpLanguageSpec": { "description": "Describes C# specific settings", "properties": { "compatibility": { "description": "", "type": "string" }, "namespaces": { "$ref": "#/$defs/schemaStringMap" }, "packageReferences": { "$ref": "#/$defs/schemaStringMap" }, "respectSchemaVersion": { "description": "Respect the Pkg.Version field for emitted code.", "type": "boolean" }, "rootNamespace": { "desciption": "Root namespace for the generated .NET SDK" } }, "title": "C# Language Overrides Definition", "type": "object" }, "enumTypeSpec": { "description": "Describes an enum type", "properties": { "enum": { "description": "The list of possible values for the enum", "items": { "properties": { "deprecationMessage": { "description": "Indicates whether the value is deprecated.", "type": "string" }, "description": { "description": "The description of the enum value, if any. Interpreted as Markdown.", "type": "string" }, "name": { "description": "If present, overrides the name of the enum value that would usually be derived from the value.", "type": "string" }, "value": { "description": "The enum value itself", "type": [ "boolean", "integer", "number", "string" ] } }, "required": [ "value" ], "title": "Enum Value Definition", "type": "object" }, "type": "array" }, "type": { "description": "The underlying primitive type of the enum", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "type", "enum" ], "title": "Enum Type Definition", "type": "object" }, "functionSpec": { "description": "Describes a function.", "properties": { "deprecationMessage": { "description": "Indicates whether the function is deprecated", "type": "string" }, "description": { "description": "The description of the function, if any. Interpreted as Markdown.", "type": "string" }, "inputs": { "$ref": "#/$defs/objectTypeSpec", "description": "The bag of input values for the function, if any." }, "isOverlay": { "description": "Indicates that the implementation of the function should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "language": { "description": "Additional language-specific data about the function.", "type": "object" }, "multiArgumentInputs": { "description": "A list of parameter names that determines whether the input bag should be treated as a single argument or as multiple arguments. The list corresponds to the order in which the parameters should be passed to the function.", "items": { "type": "string" }, "type": "array" }, "outputs": { "anyOf": [ { "$ref": "#/$defs/typeSpec" }, { "$ref": "#/$defs/objectTypeSpec" } ], "description": "Specifies the return type of the function definition." } }, "title": "Function Definition", "type": "object" }, "goLanguageSpec": { "description": "Describes Go specific settings", "properties": { "generateExtraInputTypes": { "description": "", "type": "boolean" }, "generateResourceContainerTypes": { "description": "", "type": "boolean" }, "importBasePath": { "description": "Base import path for the Go package", "type": "string" }, "respectSchemaVersion": { "description": "Respect the Pkg.Version field for emitted code.", "type": "boolean" } }, "title": "Go Language Overrides Definition", "type": "object" }, "javaLanguageSpec": { "description": "Describes Java specific settings", "properties": { "basePackage": { "default": "com.pulumi", "description": "Base Java package name for the generated Java provider SDK", "type": "string" }, "buildFiles": { "description": "If set to \"gradle\" enables a generation of a basic set of Gradle build files.", "type": "string" }, "dependencies": { "$ref": "#/$defs/schemaStringMap", "description": "Specifies Maven-style dependencies for the generated code." }, "gradleNexusPublishPluginVersion": { "description": "Enables the use of a given version of io.github.gradle-nexus.publish-plugin in the generated Gradle build files (only when `buildFiles=\"gradle\")", "type": "string" }, "gradleTest": { "description": "generates a test section to enable `gradle test` command to run unit tests over the generated code. Supported values: \"JUnitPlatform\" (only when `buildFiles=\"gradle\")", "enum": [ "JUnitPlatform" ] }, "packages": { "$ref": "#/$defs/schemaStringMap" } }, "title": "Java Language Overrides Definition", "type": "object" }, "languageSpec": { "description": "Describes programming language specific settings", "properties": { "csharp": { "$ref": "#/$defs/csharpLanguageSpec" }, "go": { "$ref": "#/$defs/goLanguageSpec" }, "java": { "$ref": "#/$defs/javaLanguageSpec" }, "nodejs": { "$ref": "#/$defs/nodejsLanguageSpec" }, "python": { "$ref": "#/$defs/pythonLanguageSpec" } }, "title": "Language Overrides Definition", "type": "object" }, "nodejsLanguageSpec": { "description": "Describes NodeJS specific settings", "properties": { "compatibility": { "description": "", "enum": [ "tfbridge20" ], "type": "string" }, "dependencies": { "$ref": "#/$defs/schemaStringMap", "description": "NPM package dependencies" }, "devDependencies": { "$ref": "#/$defs/schemaStringMap", "description": "NPM package devDependencies" }, "disableUnionOutputTypes": { "description": "", "type": "boolean" }, "packageDescription": { "description": "NPM package description", "type": "string" }, "packageName": { "description": "NPM package name (includes @namespace)", "type": "string" }, "readme": { "description": "Content of the generated package README.md file.", "type": "string" }, "respectSchemaVersion": { "description": "Respect the Pkg.Version field for emitted code.", "type": "boolean" }, "typescriptVersion": { "description": "Typescript Version", "type": "string" } }, "title": "NodeJS Language Overrides Definition", "type": "object" }, "objectTypeSpec": { "description": "Describes an object type", "properties": { "properties": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from property name to propertySpec that describes the object's properties.", "type": "object" }, "required": { "description": "A list of the names of an object type's required properties. These properties must be set for inputs and will always be set for outputs.", "items": { "type": "string" }, "type": "array" } }, "title": "Object Type Details", "type": "object" }, "propertySpec": { "allOf": [ { "$ref": "#/$defs/typeSpec" } ], "description": "Describes an object or resource property", "properties": { "const": { "description": "The constant value for the property, if any. The type of the value must be assignable to the type of the property.", "type": [ "boolean", "number", "string" ] }, "default": { "description": "The default value for the property, if any. The type of the value must be assignable to the type of the property.", "type": [ "boolean", "number", "string" ] }, "defaultInfo": { "description": "Additional information about the property's default value, if any.", "properties": { "environment": { "description": "A set of environment variables to probe for a default value.", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Additional language-specific data about the default value.", "type": "object" } }, "required": [ "environment" ], "type": "object" }, "deprecationMessage": { "description": "Indicates whether the property is deprecated", "type": "string" }, "description": { "description": "The description of the property, if any. Interpreted as Markdown.", "type": "string" }, "language": { "description": "Additional language-specific data about the property.", "type": "object" }, "replaceOnChanges": { "description": "Specifies whether a change to the property causes its containing resource to be replaced instead of updated (default false).", "type": "boolean" }, "secret": { "description": "Specifies whether the property is secret (default false).", "type": "boolean" }, "willReplaceOnChanges": { "description": "Indicates that the provider will replace the resource when this property is changed.", "type": "boolean" } }, "title": "Property Definition", "type": "object" }, "pythonLanguageSpec": { "description": "Describes Python specific settings", "properties": { "compatibility": { "description": "", "enum": [ "tfbridge20" ], "type": "string" }, "packageName": { "description": "NPM package name (includes @namespace)", "type": "string" }, "readme": { "description": "Content of the generated package README.md file.", "type": "string" }, "requires": { "$ref": "#/$defs/schemaStringMap", "description": "Python package dependencies for the generated Python SDK" }, "respectSchemaVersion": { "description": "Respect the Pkg.Version field for emitted code.", "type": "boolean" } }, "title": "Python Language Overrides Definition", "type": "object" }, "resourceSpec": { "allOf": [ { "$ref": "#/$defs/objectTypeSpec" } ], "description": "Describes a resource or component.", "properties": { "aliases": { "description": "The list of aliases for the resource.", "items": { "properties": { "name": { "description": "The name portion of the alias, if any", "type": "string" }, "project": { "description": "The project portion of the alias, if any", "type": "string" }, "type": { "description": "The type portion of the alias, if any", "type": "string" } }, "title": "Alias Definition", "type": "object" }, "type": "array" }, "deprecationMessage": { "description": "Indicates whether the resource is deprecated", "type": "string" }, "description": { "description": "The description of the resource, if any. Interpreted as Markdown.", "type": "string" }, "inputProperties": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from property name to propertySpec that describes the resource's input properties.", "type": "object" }, "isComponent": { "description": "Indicates whether the resource is a component.", "type": "boolean" }, "isOverlay": { "description": "Indicates that the implementation of the resource should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "methods": { "additionalProperties": { "type": "string" }, "description": "A map from method name to function token that describes the resource's method set.", "type": "object" }, "requiredInputs": { "description": "A list of the names of the resource's required input properties.", "items": { "type": "string" }, "type": "array" }, "stateInputs": { "$ref": "#/$defs/objectTypeSpec", "description": "An optional objectTypeSpec that describes additional inputs that mau be necessary to get an existing resource. If this is unset, only an ID is necessary." } }, "title": "Resource Definition", "type": "object" }, "schemaStringMap": { "additionalProperties": { "type": "string" }, "type": "object" }, "token": { "$comment": "In the regex below, the 'module' portion of the token is optional. However, a missing module component creates a '::', which breaks URNs ('::' is the URN delimiter). We have many test schemas that use an empty module component successfully, as they never create URNs; while these are _probably_ the only places that need updating, it might be possible that there are module-less type tokens in the wild elsewhere and we may need to remain compatible with those tokens.", "pattern": "^[a-zA-Z][-a-zA-Z0-9_]*:([^0-9][a-zA-Z0-9._/-]*)?:[^0-9][a-zA-Z0-9._/]*$", "title": "Token", "type": "string" }, "typeSpec": { "description": "A reference to a type. The particular kind of type referenced is determined based on the contents of the \"type\" property and the presence or absence of the \"additionalProperties\", \"items\", \"oneOf\", and \"$ref\" properties.", "oneOf": [ { "description": "A reference to a primitive type. A primitive type must have only the \"type\" property set.", "properties": { "$ref": false, "additionalProperties": false, "items": false, "oneOf": false, "type": { "description": "The primitive type, if any", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "type" ], "title": "Primitive Type", "type": "object" }, { "$comment": "An array type must have the \"type\" property set.", "description": "A reference to an array type. The \"type\" property must be set to \"array\" and the \"items\" property must be present. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": false, "items": { "$ref": "#/$defs/typeSpec", "description": "The element type of the array" }, "oneOf": false, "type": { "const": "array" } }, "required": [ "type", "items" ], "title": "Array Type", "type": "object" }, { "description": "A reference to a map type. The \"type\" property must be set to \"object\" and the \"additionalProperties\" property may be present. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": { "$ref": "#/$defs/typeSpec", "description": "The element type of the map. Defaults to \"string\" when omitted." }, "items": false, "oneOf": false, "type": { "const": "object" } }, "required": [ "type" ], "title": "Map Type", "type": "object" }, { "description": "A reference to a type in this or another document. The \"$ref\" property must be present. The \"type\" property is ignored if it is present. No other properties may be present.", "properties": { "$ref": { "description": "The URI of the referenced type. For example, the built-in Archive, Asset, and Any\ntypes are referenced as \"pulumi.json#/Archive\", \"pulumi.json#/Asset\", and \"pulumi.json#/Any\", respectively.\nA type from this document is referenced as \"#/types/pulumi:type:token\".\nA type from another document is referenced as \"path#/types/pulumi:type:token\", where path is of the form:\n \"/provider/vX.Y.Z/schema.json\" or \"pulumi.json\" or \"http[s]://example.com/provider/vX.Y.Z/schema.json\"\nA resource from this document is referenced as \"#/resources/pulumi:type:token\".\nA resource from another document is referenced as \"path#/resources/pulumi:type:token\", where path is of the form:\n \"/provider/vX.Y.Z/schema.json\" or \"pulumi.json\" or \"http[s]://example.com/provider/vX.Y.Z/schema.json\"", "format": "uri-reference", "type": "string" }, "additionalProperties": false, "items": false, "oneOf": false, "type": { "description": "ignored; present for compatibility with existing schemas", "type": "string" } }, "required": [ "$ref" ], "title": "Named Type", "type": "object" }, { "description": "A reference to a union type. The \"oneOf\" property must be present. The union may additional specify an underlying primitive type via the \"type\" property and a discriminator via the \"discriminator\" property. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": false, "discriminator": { "description": "Informs the consumer of an alternative schema based on the value associated with it", "properties": { "mapping": { "additionalProperties": { "type": "string" }, "description": "an optional object to hold mappings between payload values and schema names or references", "type": "object" }, "propertyName": { "description": "PropertyName is the name of the property in the payload that will hold the discriminator value", "minLength": 1, "type": "string" } }, "required": [ "propertyName" ], "type": "object" }, "items": false, "oneOf": { "description": "If present, indicates that values of the type may be one of any of the listed types", "items": { "$ref": "#/$defs/typeSpec" }, "minItems": 2, "type": "array" }, "type": { "description": "The underlying primitive type of the union, if any", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "oneOf" ], "title": "Union Type", "type": "object" } ], "properties": { "plain": { "description": "Indicates that when used as an input, this type does not accept eventual values.", "type": "boolean" } }, "title": "Type Reference", "type": "object" } }, "$id": "https://github.com/pulumi/pulumi/blob/master/pkg/codegen/schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "description": "A description of the schema for a Pulumi Package", "properties": { "attribution": { "description": "Freeform text attribution of derived work, if required.", "type": "string" }, "config": { "additionalProperties": false, "description": "The package's configuration variables.", "properties": { "defaults": { "description": "A list of the names of the package's non-required configuration variables.", "items": { "type": "string" }, "type": "array" }, "variables": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from variable name to propertySpec that describes a package's configuration variables.", "type": "object" } }, "type": "object" }, "description": { "description": "The description of the package. Descriptions are interpreted as Markdown.", "type": "string" }, "displayName": { "description": "The human-friendly name of the package.", "type": "string" }, "functions": { "additionalProperties": { "$ref": "#/$defs/functionSpec" }, "description": "A map from token to functionSpec that describes the set of functions defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "homepage": { "description": "The package's homepage.", "type": "string" }, "keywords": { "description": "The list of keywords that are associated with the package, if any.", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Additional language-specific data about the package.", "type": "object" }, "license": { "description": "The name of the license used for the package's contents.", "type": "string" }, "logoUrl": { "description": "The URL of the package's logo, if any.", "type": "string" }, "meta": { "additionalProperties": false, "description": "Format metadata about this package.", "properties": { "moduleFormat": { "description": "A regex that is used by the importer to extract a module name from the module portion of a type token. Packages that use the module format \"namespace1/namespace2/.../namespaceN\" do not need to specify a format. The regex must define one capturing group that contains the module name, which must be formatted as \"namespace1/namespace2/...namespaceN\".", "format": "regex", "type": "string" } }, "required": [ "moduleFormat" ], "type": "object" }, "name": { "description": "The unqualified name of the package (e.g. \"aws\", \"azure\", \"gcp\", \"kubernetes\", \"random\")", "pattern": "^[a-zA-Z][-a-zA-Z0-9_]*$", "type": "string" }, "pluginDownloadURL": { "description": "The URL to use when downloading the provider plugin binary.", "type": "string" }, "provider": { "$ref": "#/$defs/resourceSpec", "description": "The provider type for this package." }, "publisher": { "description": "The name of the person or organization that authored and published the package.", "type": "string" }, "repository": { "description": "The URL at which the package's sources can be found.", "type": "string" }, "resources": { "additionalProperties": { "$ref": "#/$defs/resourceSpec" }, "description": "A map from type token to resourceSpec that describes the set of resources and components defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "types": { "additionalProperties": { "$ref": "#/$defs/complexTypeSpec" }, "description": "A map from type token to complexTypeSpec that describes the set of complex types (i.e. object, enum) defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "version": { "description": "The version of the package. The version must be valid semver.", "pattern": "^v?(?P<major>0|[1-9]\\d*)\\.(?P<minor>0|[1-9]\\d*)\\.(?P<patch>0|[1-9]\\d*)(?:-(?P<prerelease>(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$", "type": "string" } }, "required": [ "name" ], "title": "Pulumi Package Metaschema", "type": "object" }
Apache-2.0
en
pulumi/pulumi
9cad0c7c3884ecfee2c249e68e2808023ffc18f7
2022-12-14T10:14:47
pkg/codegen/schema/pulumi.json
20,207
2024-05-29T11:37:40.288477Z
{ "$defs": { "complexTypeSpec": { "description": "Describes an object or enum type.", "oneOf": [ { "allOf": [ { "$ref": "#/$defs/objectTypeSpec" } ], "properties": { "type": { "const": "object" } }, "title": "Object Type Definition", "type": "object" }, { "$ref": "#/$defs/enumTypeSpec" } ], "properties": { "description": { "description": "The description of the type, if any. Interpreted as Markdown.", "type": "string" }, "isOverlay": { "description": "Indicates that the implementation of the type should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "language": { "description": "Additional language-specific data about the type.", "type": "object" } }, "title": "Type Definition", "type": "object" }, "csharpLanguageSpec": { "description": "Describes C# specific settings", "properties": { "compatibility": { "description": "", "type": "string" }, "namespaces": { "$ref": "#/$defs/schemaStringMap" }, "packageReferences": { "$ref": "#/$defs/schemaStringMap" }, "rootNamespace": { "desciption": "Root namespace for the generated .NET SDK" } }, "title": "C# Language Overrides Definition", "type": "object" }, "enumTypeSpec": { "description": "Describes an enum type", "properties": { "enum": { "description": "The list of possible values for the enum", "items": { "properties": { "deprecationMessage": { "description": "Indicates whether the value is deprecated.", "type": "string" }, "description": { "description": "The description of the enum value, if any. Interpreted as Markdown.", "type": "string" }, "name": { "description": "If present, overrides the name of the enum value that would usually be derived from the value.", "type": "string" }, "value": { "description": "The enum value itself", "type": [ "boolean", "integer", "number", "string" ] } }, "required": [ "value" ], "title": "Enum Value Definition", "type": "object" }, "type": "array" }, "type": { "description": "The underlying primitive type of the enum", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "type", "enum" ], "title": "Enum Type Definition", "type": "object" }, "functionSpec": { "description": "Describes a function.", "properties": { "deprecationMessage": { "description": "Indicates whether the function is deprecated", "type": "string" }, "description": { "description": "The description of the function, if any. Interpreted as Markdown.", "type": "string" }, "inputs": { "$ref": "#/$defs/objectTypeSpec", "description": "The bag of input values for the function, if any." }, "isOverlay": { "description": "Indicates that the implementation of the function should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "language": { "description": "Additional language-specific data about the function.", "type": "object" }, "outputs": { "$ref": "#/$defs/objectTypeSpec", "description": "The bag of output values for the function, if any." } }, "title": "Function Definition", "type": "object" }, "goLanguageSpec": { "description": "Describes Go specific settings", "properties": { "generateExtraInputTypes": { "description": "", "type": "boolean" }, "generateResourceContainerTypes": { "description": "", "type": "boolean" }, "importBasePath": { "description": "Base import path for the Go package", "type": "string" } }, "title": "Go Language Overrides Definition", "type": "object" }, "javaLanguageSpec": { "description": "Describes Java specific settings", "properties": { "basePackage": { "default": "com.pulumi", "description": "Base Java package name for the generated Java provider SDK", "type": "string" }, "buildFiles": { "description": "If set to \"gradle\" enables a generation of a basic set of Gradle build files.", "type": "string" }, "dependencies": { "$ref": "#/$defs/schemaStringMap", "description": "Specifies Maven-style dependencies for the generated code." }, "gradleNexusPublishPluginVersion": { "description": "Enables the use of a given version of io.github.gradle-nexus.publish-plugin in the generated Gradle build files (only when `buildFiles=\"gradle\")", "type": "string" }, "gradleTest": { "description": "generates a test section to enable `gradle test` command to run unit tests over the generated code. Supported values: \"JUnitPlatform\" (only when `buildFiles=\"gradle\")", "enum": [ "JUnitPlatform" ] }, "packages": { "$ref": "#/$defs/schemaStringMap" } }, "title": "Java Language Overrides Definition", "type": "object" }, "languageSpec": { "description": "Describes programming language specific settings", "properties": { "csharp": { "$ref": "#/$defs/csharpLanguageSpec" }, "go": { "$ref": "#/$defs/goLanguageSpec" }, "java": { "$ref": "#/$defs/javaLanguageSpec" }, "nodejs": { "$ref": "#/$defs/nodejsLanguageSpec" }, "python": { "$ref": "#/$defs/pythonLanguageSpec" } }, "title": "Language Overrides Definition", "type": "object" }, "nodejsLanguageSpec": { "description": "Describes NodeJS specific settings", "properties": { "compatibility": { "description": "", "enum": [ "tfbridge20" ], "type": "string" }, "dependencies": { "$ref": "#/$defs/schemaStringMap", "description": "NPM package dependencies" }, "devDependencies": { "$ref": "#/$defs/schemaStringMap", "description": "NPM package devDependencies" }, "disableUnionOutputTypes": { "description": "", "type": "boolean" }, "packageDescription": { "description": "NPM package description", "type": "string" }, "packageName": { "description": "NPM package name (includes @namespace)", "type": "string" }, "readme": { "description": "Content of the generated package README.md file.", "type": "string" }, "typescriptVersion": { "description": "Typescript Version", "type": "string" } }, "title": "NodeJS Language Overrides Definition", "type": "object" }, "objectTypeSpec": { "description": "Describes an object type", "properties": { "properties": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from property name to propertySpec that describes the object's properties.", "type": "object" }, "required": { "description": "A list of the names of an object type's required properties. These properties must be set for inputs and will always be set for outputs.", "items": { "type": "string" }, "type": "array" } }, "title": "Object Type Details", "type": "object" }, "propertySpec": { "allOf": [ { "$ref": "#/$defs/typeSpec" } ], "description": "Describes an object or resource property", "properties": { "const": { "description": "The constant value for the property, if any. The type of the value must be assignable to the type of the property.", "type": [ "boolean", "number", "string" ] }, "default": { "description": "The default value for the property, if any. The type of the value must be assignable to the type of the property.", "type": [ "boolean", "number", "string" ] }, "defaultInfo": { "description": "Additional information about the property's default value, if any.", "properties": { "environment": { "description": "A set of environment variables to probe for a default value.", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Additional language-specific data about the default value.", "type": "object" } }, "required": [ "environment" ], "type": "object" }, "deprecationMessage": { "description": "Indicates whether the property is deprecated", "type": "string" }, "description": { "description": "The description of the property, if any. Interpreted as Markdown.", "type": "string" }, "language": { "description": "Additional language-specific data about the property.", "type": "object" }, "replaceOnChanges": { "description": "Specifies whether a change to the property causes its containing resource to be replaced instead of updated (default false).", "type": "boolean" }, "secret": { "description": "Specifies whether the property is secret (default false).", "type": "boolean" } }, "title": "Property Definition", "type": "object" }, "pythonLanguageSpec": { "description": "Describes Python specific settings", "properties": { "compatibility": { "description": "", "enum": [ "tfbridge20" ], "type": "string" }, "packageName": { "description": "NPM package name (includes @namespace)", "type": "string" }, "readme": { "description": "Content of the generated package README.md file.", "type": "string" }, "requires": { "$ref": "#/$defs/schemaStringMap", "description": "Python package dependencies for the generated Python SDK" } }, "title": "Python Language Overrides Definition", "type": "object" }, "resourceSpec": { "allOf": [ { "$ref": "#/$defs/objectTypeSpec" } ], "description": "Describes a resource or component.", "properties": { "aliases": { "description": "The list of aliases for the resource.", "items": { "properties": { "name": { "description": "The name portion of the alias, if any", "type": "string" }, "project": { "description": "The project portion of the alias, if any", "type": "string" }, "type": { "description": "The type portion of the alias, if any", "type": "string" } }, "title": "Alias Definition", "type": "object" }, "type": "array" }, "deprecationMessage": { "description": "Indicates whether the resource is deprecated", "type": "string" }, "description": { "description": "The description of the resource, if any. Interpreted as Markdown.", "type": "string" }, "inputProperties": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from property name to propertySpec that describes the resource's input properties.", "type": "object" }, "isComponent": { "description": "Indicates whether the resource is a component.", "type": "boolean" }, "isOverlay": { "description": "Indicates that the implementation of the resource should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "methods": { "additionalProperties": { "type": "string" }, "description": "A map from method name to function token that describes the resource's method set.", "type": "object" }, "requiredInputs": { "description": "A list of the names of the resource's required input properties.", "items": { "type": "string" }, "type": "array" }, "stateInputs": { "$ref": "#/$defs/objectTypeSpec", "description": "An optional objectTypeSpec that describes additional inputs that mau be necessary to get an existing resource. If this is unset, only an ID is necessary." } }, "title": "Resource Definition", "type": "object" }, "schemaStringMap": { "additionalProperties": { "type": "string" }, "type": "object" }, "token": { "$comment": "In the regex below, the 'module' portion of the token is optional. However, a missing module component creates a '::', which breaks URNs ('::' is the URN delimiter). We have many test schemas that use an empty module component successfully, as they never create URNs; while these are _probably_ the only places that need updating, it might be possible that there are module-less type tokens in the wild elsewhere and we may need to remain compatible with those tokens.", "pattern": "^[a-zA-Z][-a-zA-Z0-9_]*:([^0-9][a-zA-Z0-9._/-]*)?:[^0-9][a-zA-Z0-9._/]*$", "title": "Token", "type": "string" }, "typeSpec": { "description": "A reference to a type. The particular kind of type referenced is determined based on the contents of the \"type\" property and the presence or absence of the \"additionalProperties\", \"items\", \"oneOf\", and \"$ref\" properties.", "oneOf": [ { "description": "A reference to a primitive type. A primitive type must have only the \"type\" property set.", "properties": { "$ref": false, "additionalProperties": false, "items": false, "oneOf": false, "type": { "description": "The primitive type, if any", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "type" ], "title": "Primitive Type", "type": "object" }, { "$comment": "An array type must have the \"type\" property set.", "description": "A reference to an array type. The \"type\" property must be set to \"array\" and the \"items\" property must be present. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": false, "items": { "$ref": "#/$defs/typeSpec", "description": "The element type of the array" }, "oneOf": false, "type": { "const": "array" } }, "required": [ "type", "items" ], "title": "Array Type", "type": "object" }, { "description": "A reference to a map type. The \"type\" property must be set to \"object\" and the \"additionalProperties\" property may be present. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": { "$ref": "#/$defs/typeSpec", "description": "The element type of the map. Defaults to \"string\" when omitted." }, "items": false, "oneOf": false, "type": { "const": "object" } }, "required": [ "type" ], "title": "Map Type", "type": "object" }, { "description": "A reference to a type in this or another document. The \"$ref\" property must be present. The \"type\" property is ignored if it is present. No other properties may be present.", "properties": { "$ref": { "description": "The URI of the referenced type. For example, the built-in Archive, Asset, and Any\ntypes are referenced as \"pulumi.json#/Archive\", \"pulumi.json#/Asset\", and \"pulumi.json#/Any\", respectively.\nA type from this document is referenced as \"#/types/pulumi:type:token\".\nA type from another document is referenced as \"path#/types/pulumi:type:token\", where path is of the form:\n \"/provider/vX.Y.Z/schema.json\" or \"pulumi.json\" or \"http[s]://example.com/provider/vX.Y.Z/schema.json\"\nA resource from this document is referenced as \"#/resources/pulumi:type:token\".\nA resource from another document is referenced as \"path#/resources/pulumi:type:token\", where path is of the form:\n \"/provider/vX.Y.Z/schema.json\" or \"pulumi.json\" or \"http[s]://example.com/provider/vX.Y.Z/schema.json\"", "format": "uri-reference", "type": "string" }, "additionalProperties": false, "items": false, "oneOf": false, "type": { "description": "ignored; present for compatibility with existing schemas", "type": "string" } }, "required": [ "$ref" ], "title": "Named Type", "type": "object" }, { "description": "A reference to a union type. The \"oneOf\" property must be present. The union may additional specify an underlying primitive type via the \"type\" property and a discriminator via the \"discriminator\" property. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": false, "discriminator": { "description": "Informs the consumer of an alternative schema based on the value associated with it", "properties": { "mapping": { "additionalProperties": { "type": "string" }, "description": "an optional object to hold mappings between payload values and schema names or references", "type": "object" }, "propertyName": { "description": "PropertyName is the name of the property in the payload that will hold the discriminator value", "minLength": 1, "type": "string" } }, "required": [ "propertyName" ], "type": "object" }, "items": false, "oneOf": { "description": "If present, indicates that values of the type may be one of any of the listed types", "items": { "$ref": "#/$defs/typeSpec" }, "minItems": 2, "type": "array" }, "type": { "description": "The underlying primitive type of the union, if any", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "oneOf" ], "title": "Union Type", "type": "object" } ], "properties": { "plain": { "description": "Indicates that when used as an input, this type does not accept eventual values.", "type": "boolean" } }, "title": "Type Reference", "type": "object" } }, "$id": "https://github.com/pulumi/pulumi/blob/master/pkg/codegen/schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "description": "A description of the schema for a Pulumi Package", "properties": { "attribution": { "description": "Freeform text attribution of derived work, if required.", "type": "string" }, "config": { "description": "The package's configuration variables.", "properties": { "required": { "description": "A list of the names of the package's required configuration variables.", "items": { "type": "string" }, "type": "array" }, "variables": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from variable name to propertySpec that describes a package's configuration variables.", "type": "object" } }, "type": "object" }, "description": { "description": "The description of the package. Descriptions are interpreted as Markdown.", "type": "string" }, "displayName": { "description": "The human-friendly name of the package.", "type": "string" }, "functions": { "additionalProperties": { "$ref": "#/$defs/functionSpec" }, "description": "A map from token to functionSpec that describes the set of functions defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "homepage": { "description": "The package's homepage.", "type": "string" }, "keywords": { "description": "The list of keywords that are associated with the package, if any.", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Additional language-specific data about the package.", "type": "object" }, "license": { "description": "The name of the license used for the package's contents.", "type": "string" }, "logoUrl": { "description": "The URL of the package's logo, if any.", "type": "string" }, "meta": { "description": "Format metadata about this package.", "properties": { "moduleFormat": { "description": "A regex that is used by the importer to extract a module name from the module portion of a type token. Packages that use the module format \"namespace1/namespace2/.../namespaceN\" do not need to specify a format. The regex must define one capturing group that contains the module name, which must be formatted as \"namespace1/namespace2/...namespaceN\".", "format": "regex", "type": "string" } }, "required": [ "moduleFormat" ], "type": "object" }, "name": { "description": "The unqualified name of the package (e.g. \"aws\", \"azure\", \"gcp\", \"kubernetes\", \"random\")", "pattern": "^[a-zA-Z][-a-zA-Z0-9_]*$", "type": "string" }, "pluginDownloadURL": { "description": "The URL to use when downloading the provider plugin binary.", "type": "string" }, "provider": { "$ref": "#/$defs/resourceSpec", "description": "The provider type for this package." }, "publisher": { "description": "The name of the person or organization that authored and published the package.", "type": "string" }, "repository": { "description": "The URL at which the package's sources can be found.", "type": "string" }, "resources": { "additionalProperties": { "$ref": "#/$defs/resourceSpec" }, "description": "A map from type token to resourceSpec that describes the set of resources and components defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "types": { "additionalProperties": { "$ref": "#/$defs/complexTypeSpec" }, "description": "A map from type token to complexTypeSpec that describes the set of complex types (i.e. object, enum) defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "version": { "description": "The version of the package. The version must be valid semver.", "pattern": "^v?(?P<major>0|[1-9]\\d*)\\.(?P<minor>0|[1-9]\\d*)\\.(?P<patch>0|[1-9]\\d*)(?:-(?P<prerelease>(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$", "type": "string" } }, "required": [ "name" ], "title": "Pulumi Package Metaschema", "type": "object" }
Apache-2.0
en
pulumi/pulumi
134d7cb818dc5f2c01f2cdd239ff12d687f9460f
2021-09-22T04:37:06
sdk/go/common/apitype/property-values.json
20,207
2024-05-29T11:37:40.288477Z
{ "$anchor": "property_value", "$id": "https://github.com/pulumi/pulumi/blob/master/sdk/go/common/apitype/property-values.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "A schema for Pulumi Property values.", "oneOf": [ { "not": { "$ref": "#unknown_value" }, "title": "Primitive property values", "type": [ "null", "boolean", "number", "string" ] }, { "$anchor": "unknown_value", "const": "04da6b54-80e4-46f7-96ec-b56ff0331ba9", "title": "Unknown property values" }, { "items": { "$ref": "#property_value" }, "title": "Array property values", "type": "array" }, { "$comment": "The properties map below prevents the object schema from matching special objects", "additionalProperties": { "$ref": "#property_value" }, "properties": { "4dabf18193072939515e22adb298388d": false }, "title": "Object property values", "type": "object" }, { "$anchor": "asset_value", "oneOf": [ { "properties": { "path": false, "text": false, "uri": false }, "required": [ "hash" ], "title": "Hash-only Asset" }, { "properties": { "path": false, "text": { "description": "The literal contents of the asset.", "type": "string" }, "uri": false }, "required": [ "text" ], "title": "Literal Asset" }, { "properties": { "path": { "description": "The path to a local file that contains the asset's contents.", "type": "string" }, "text": false, "uri": false }, "required": [ "path" ], "title": "Local File Asset" }, { "properties": { "path": false, "text": false, "uri": { "description": "The URI of a file that contains the asset's contents.", "format": "uri", "type": "string" } }, "required": [ "uri" ], "title": "URI File Asset" } ], "properties": { "4dabf18193072939515e22adb298388d": { "const": "c44067f5952c0a294b673a41bacd8c17", "description": "Asset signature" }, "hash": { "description": "The SHA256 hash of the asset's contents.", "type": "string" } }, "required": [ "4dabf18193072939515e22adb298388d" ], "title": "Asset property values", "type": "object" }, { "$anchor": "archive_value", "oneOf": [ { "properties": { "assets": false, "path": false, "uri": false }, "required": [ "hash" ], "title": "Hash-only Archive" }, { "properties": { "assets": { "additionalProperties": { "oneOf": [ { "$ref": "#asset_value" }, { "$ref": "#archive_value" } ] }, "description": "The literal contents of the archive.", "type": "object" }, "path": false, "uri": false }, "required": [ "assets" ], "title": "Literal Archive" }, { "properties": { "assets": false, "path": { "description": "The path to a local file that contains the archive's contents.", "type": "string" }, "uri": false }, "required": [ "path" ], "title": "Local File Archive" }, { "properties": { "assets": false, "path": false, "uri": { "description": "The URI of a file that contains the archive's contents.", "format": "uri", "type": "string" } }, "required": [ "uri" ], "title": "URI File Archive" } ], "properties": { "4dabf18193072939515e22adb298388d": { "const": "0def7320c3a5731c473e5ecbe6d01bc7", "description": "Archive signature" }, "hash": { "description": "The SHA256 hash of the archive's contents.", "type": "string" } }, "required": [ "4dabf18193072939515e22adb298388d" ], "title": "Archive property values", "type": "object" }, { "oneOf": [ { "properties": { "ciphertext": { "description": "The encrypted, JSON-serialized property value", "type": "string" }, "plaintext": false }, "required": [ "ciphertext" ], "title": "Encrypted Secret", "type": "object" }, { "properties": { "ciphertext": false, "plaintext": { "description": "The decrypted, JSON-serialized property value", "type": "string" } }, "required": [ "plaintext" ], "title": "Decrypted Secret", "type": "object" } ], "properties": { "4dabf18193072939515e22adb298388d": { "const": "1b47061264138c4ac30d75fd1eb44270", "description": "Secret signature" } }, "required": [ "4dabf18193072939515e22adb298388d" ], "title": "Secret Property Values", "type": "object" }, { "properties": { "4dabf18193072939515e22adb298388d": { "const": "5cf8f73096256a8f31e491e813e4eb8e", "description": "Resource reference signature" }, "id": { "description": "The ID of the referenced resource.", "type": "string" }, "packageVersion": { "description": "The package version of the referenced resource.", "type": "string" }, "urn": { "description": "The URN of the referenced resource.", "type": "string" } }, "required": [ "4dabf18193072939515e22adb298388d", "urn" ], "title": "Resource reference property values", "type": "object" } ], "title": "Pulumi Property Value" }
Apache-2.0
en
pulumi/pulumi
a1339277f0a00018e398b2b32c7102f619552467
2021-11-16T23:53:28
pkg/codegen/schema/pulumi.json
20,207
2024-05-29T11:37:40.288477Z
{ "$defs": { "complexTypeSpec": { "description": "Describes an object or enum type.", "oneOf": [ { "allOf": [ { "$ref": "#/$defs/objectTypeSpec" } ], "properties": { "type": { "const": "object" } }, "title": "Object Type Definition", "type": "object" }, { "$ref": "#/$defs/enumTypeSpec" } ], "properties": { "description": { "description": "The description of the type, if any. Interpreted as Markdown.", "type": "string" }, "isOverlay": { "description": "Indicates that the implementation of the type should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "language": { "description": "Additional language-specific data about the type.", "type": "object" } }, "title": "Type Definition", "type": "object" }, "enumTypeSpec": { "description": "Describes an enum type", "properties": { "enum": { "description": "The list of possible values for the enum", "items": { "properties": { "deprecationMessage": { "description": "Indicates whether the value is deprecated.", "type": "string" }, "description": { "description": "The description of the enum value, if any. Interpreted as Markdown.", "type": "string" }, "name": { "description": "If present, overrides the name of the enum value that would usually be derived from the value.", "type": "string" }, "value": { "description": "The enum value itself", "type": [ "boolean", "integer", "number", "string" ] } }, "required": [ "value" ], "title": "Enum Value Definition", "type": "object" }, "type": "array" }, "type": { "description": "The underlying primitive type of the enum", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "type", "enum" ], "title": "Enum Type Definition", "type": "object" }, "functionSpec": { "description": "Describes a function.", "properties": { "deprecationMessage": { "description": "Indicates whether the function is deprecated", "type": "string" }, "description": { "description": "The description of the function, if any. Interpreted as Markdown.", "type": "string" }, "inputs": { "$ref": "#/$defs/objectTypeSpec", "description": "The bag of input values for the function, if any." }, "isOverlay": { "description": "Indicates that the implementation of the function should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "language": { "description": "Additional language-specific data about the function.", "type": "object" }, "outputs": { "$ref": "#/$defs/objectTypeSpec", "description": "The bag of output values for the function, if any." } }, "title": "Function Definition", "type": "object" }, "objectTypeSpec": { "description": "Describes an object type", "properties": { "properties": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from property name to propertySpec that describes the object's properties.", "type": "object" }, "required": { "description": "A list of the names of an object type's required properties. These properties must be set for inputs and will always be set for outputs.", "items": { "type": "string" }, "type": "array" } }, "title": "Object Type Details", "type": "object" }, "propertySpec": { "allOf": [ { "$ref": "#/$defs/typeSpec" } ], "description": "Describes an object or resource property", "properties": { "const": { "description": "The constant value for the property, if any. The type of the value must be assignable to the type of the property.", "type": [ "boolean", "number", "string" ] }, "default": { "description": "The default value for the property, if any. The type of the value must be assignable to the type of the property.", "type": [ "boolean", "number", "string" ] }, "defaultInfo": { "description": "Additional information about the property's default value, if any.", "properties": { "environment": { "description": "A set of environment variables to probe for a default value.", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Additional language-specific data about the default value.", "type": "object" } }, "required": [ "environment" ], "type": "object" }, "deprecationMessage": { "description": "Indicates whether the property is deprecated", "type": "string" }, "description": { "description": "The description of the property, if any. Interpreted as Markdown.", "type": "string" }, "language": { "description": "Additional language-specific data about the property.", "type": "object" }, "replaceOnChanges": { "description": "Specifies whether a change to the property causes its containing resource to be replaced instead of updated (default false).", "type": "boolean" }, "secret": { "description": "Specifies whether the property is secret (default false).", "type": "boolean" } }, "title": "Property Definition", "type": "object" }, "resourceSpec": { "allOf": [ { "$ref": "#/$defs/objectTypeSpec" } ], "description": "Describes a resource or component.", "properties": { "aliases": { "description": "The list of aliases for the resource.", "items": { "properties": { "name": { "description": "The name portion of the alias, if any", "type": "string" }, "project": { "description": "The project portion of the alias, if any", "type": "string" }, "type": { "description": "The type portion of the alias, if any", "type": "string" } }, "title": "Alias Definition", "type": "object" }, "type": "array" }, "deprecationMessage": { "description": "Indicates whether the resource is deprecated", "type": "string" }, "description": { "description": "The description of the resource, if any. Interpreted as Markdown.", "type": "string" }, "inputProperties": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from property name to propertySpec that describes the resource's input properties.", "type": "object" }, "isComponent": { "description": "Indicates whether the resource is a component.", "type": "boolean" }, "isOverlay": { "description": "Indicates that the implementation of the resource should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "methods": { "additionalProperties": { "type": "string" }, "description": "A map from method name to function token that describes the resource's method set.", "type": "object" }, "requiredInputs": { "description": "A list of the names of the resource's required input properties.", "items": { "type": "string" }, "type": "array" }, "stateInputs": { "$ref": "#/$defs/objectTypeSpec", "description": "An optional objectTypeSpec that describes additional inputs that mau be necessary to get an existing resource. If this is unset, only an ID is necessary." } }, "title": "Resource Definition", "type": "object" }, "token": { "$comment": "In the regex below, the 'module' portion of the token is optional. However, a missing module component creates a '::', which breaks URNs ('::' is the URN delimiter). We have many test schemas that use an empty module component successfully, as they never create URNs; while these are _probably_ the only places that need updating, it might be possible that there are module-less type tokens in the wild elsewhere and we may need to remain compatible with those tokens.", "pattern": "^[a-zA-Z][-a-zA-Z0-9_]*:([^0-9][a-zA-Z0-9._/-]*)?:[^0-9][a-zA-Z0-9._/]*$", "title": "Token", "type": "string" }, "typeSpec": { "description": "A reference to a type. The particular kind of type referenced is determined based on the contents of the \"type\" property and the presence or absence of the \"additionalProperties\", \"items\", \"oneOf\", and \"$ref\" properties.", "oneOf": [ { "description": "A reference to a primitive type. A primitive type must have only the \"type\" property set.", "properties": { "$ref": false, "additionalProperties": false, "items": false, "oneOf": false, "type": { "description": "The primitive type, if any", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "type" ], "title": "Primitive Type", "type": "object" }, { "$comment": "An array type must have the \"type\" property set.", "description": "A reference to an array type. The \"type\" property must be set to \"array\" and the \"items\" property must be present. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": false, "items": { "$ref": "#/$defs/typeSpec", "description": "The element type of the array" }, "oneOf": false, "type": { "const": "array" } }, "required": [ "type", "items" ], "title": "Array Type", "type": "object" }, { "description": "A reference to a map type. The \"type\" property must be set to \"object\" and the \"additionalProperties\" property may be present. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": { "$ref": "#/$defs/typeSpec", "description": "The element type of the map. Defaults to \"string\" when omitted." }, "items": false, "oneOf": false, "type": { "const": "object" } }, "required": [ "type" ], "title": "Map Type", "type": "object" }, { "description": "A reference to a type in this or another document. The \"$ref\" property must be present. The \"type\" property is ignored if it is present. No other properties may be present.", "properties": { "$ref": { "description": "The URI of the referenced type. For example, the built-in Archive, Asset, and Any\ntypes are referenced as \"pulumi.json#/Archive\", \"pulumi.json#/Asset\", and \"pulumi.json#/Any\", respectively.\nA type from this document is referenced as \"#/types/pulumi:type:token\".\nA type from another document is referenced as \"path#/types/pulumi:type:token\", where path is of the form:\n \"/provider/vX.Y.Z/schema.json\" or \"pulumi.json\" or \"http[s]://example.com/provider/vX.Y.Z/schema.json\"\nA resource from this document is referenced as \"#/resources/pulumi:type:token\".\nA resource from another document is referenced as \"path#/resources/pulumi:type:token\", where path is of the form:\n \"/provider/vX.Y.Z/schema.json\" or \"pulumi.json\" or \"http[s]://example.com/provider/vX.Y.Z/schema.json\"", "format": "uri-reference", "type": "string" }, "additionalProperties": false, "items": false, "oneOf": false, "type": { "description": "ignored; present for compatibility with existing schemas", "type": "string" } }, "required": [ "$ref" ], "title": "Named Type", "type": "object" }, { "description": "A reference to a union type. The \"oneOf\" property must be present. The union may additional specify an underlying primitive type via the \"type\" property and a discriminator via the \"discriminator\" property. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": false, "discriminator": { "description": "Informs the consumer of an alternative schema based on the value associated with it", "properties": { "mapping": { "additionalProperties": { "type": "string" }, "description": "an optional object to hold mappings between payload values and schema names or references", "type": "object" }, "propertyName": { "description": "PropertyName is the name of the property in the payload that will hold the discriminator value", "minLength": 1, "type": "string" } }, "required": [ "propertyName" ], "type": "object" }, "items": false, "oneOf": { "description": "If present, indicates that values of the type may be one of any of the listed types", "items": { "$ref": "#/$defs/typeSpec" }, "minItems": 2, "type": "array" }, "type": { "description": "The underlying primitive type of the union, if any", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "oneOf" ], "title": "Union Type", "type": "object" } ], "properties": { "plain": { "description": "Indicates that when used as an input, this type does not accept eventual values.", "type": "boolean" } }, "title": "Type Reference", "type": "object" } }, "$id": "https://github.com/pulumi/pulumi/blob/master/pkg/codegen/schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "description": "A description of the schema for a Pulumi Package", "properties": { "attribution": { "description": "Freeform text attribution of derived work, if required.", "type": "string" }, "config": { "description": "The package's configuration variables.", "properties": { "required": { "description": "A list of the names of the package's required configuration variables.", "items": { "type": "string" }, "type": "array" }, "variables": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from variable name to propertySpec that describes a package's configuration variables.", "type": "object" } }, "type": "object" }, "description": { "description": "The description of the package. Descriptions are interpreted as Markdown.", "type": "string" }, "displayName": { "description": "The human-friendly name of the package.", "type": "string" }, "functions": { "additionalProperties": { "$ref": "#/$defs/functionSpec" }, "description": "A map from token to functionSpec that describes the set of functions defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "homepage": { "description": "The package's homepage.", "type": "string" }, "keywords": { "description": "The list of keywords that are associated with the package, if any.", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Additional language-specific data about the package.", "type": "object" }, "license": { "description": "The name of the license used for the package's contents.", "type": "string" }, "logoUrl": { "description": "The URL of the package's logo, if any.", "type": "string" }, "meta": { "description": "Format metadata about this package.", "properties": { "moduleFormat": { "description": "A regex that is used by the importer to extract a module name from the module portion of a type token. Packages that use the module format \"namespace1/namespace2/.../namespaceN\" do not need to specify a format. The regex must define one capturing group that contains the module name, which must be formatted as \"namespace1/namespace2/...namespaceN\".", "format": "regex", "type": "string" } }, "required": [ "moduleFormat" ], "type": "object" }, "name": { "description": "The unqualified name of the package (e.g. \"aws\", \"azure\", \"gcp\", \"kubernetes\", \"random\")", "pattern": "^[a-zA-Z][-a-zA-Z0-9_]*$", "type": "string" }, "pluginDownloadUrl": { "description": "The URL to use when downloading the provider plugin binary.", "type": "string" }, "provider": { "$ref": "#/$defs/resourceSpec", "description": "The provider type for this package." }, "publisher": { "description": "The name of the person or organization that authored and published the package.", "type": "string" }, "repository": { "description": "The URL at which the package's sources can be found.", "type": "string" }, "resources": { "additionalProperties": { "$ref": "#/$defs/resourceSpec" }, "description": "A map from type token to resourceSpec that describes the set of resources and components defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "types": { "additionalProperties": { "$ref": "#/$defs/complexTypeSpec" }, "description": "A map from type token to complexTypeSpec that describes the set of complex types (i.e. object, enum) defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "version": { "description": "The version of the package. The version must be valid semver.", "pattern": "^v?(?P<major>0|[1-9]\\d*)\\.(?P<minor>0|[1-9]\\d*)\\.(?P<patch>0|[1-9]\\d*)(?:-(?P<prerelease>(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$", "type": "string" } }, "required": [ "name" ], "title": "Pulumi Package Metaschema", "type": "object" }
Apache-2.0
en
pulumi/pulumi
74e2b45157c035d688b01ae86e3fc5f208aa13fc
2023-03-26T14:56:35
pkg/codegen/schema/pulumi.json
20,207
2024-05-29T11:37:40.288477Z
{ "$defs": { "complexTypeSpec": { "description": "Describes an object or enum type.", "oneOf": [ { "allOf": [ { "$ref": "#/$defs/objectTypeSpec" } ], "properties": { "type": { "const": "object" } }, "title": "Object Type Definition", "type": "object" }, { "$ref": "#/$defs/enumTypeSpec" } ], "properties": { "description": { "description": "The description of the type, if any. Interpreted as Markdown.", "type": "string" }, "isOverlay": { "description": "Indicates that the implementation of the type should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "language": { "description": "Additional language-specific data about the type.", "type": "object" } }, "title": "Type Definition", "type": "object" }, "csharpLanguageSpec": { "additionalProperties": false, "description": "Describes C# specific settings", "properties": { "compatibility": { "description": "", "type": "string" }, "namespaces": { "$ref": "#/$defs/schemaStringMap" }, "packageReferences": { "$ref": "#/$defs/schemaStringMap" }, "respectSchemaVersion": { "description": "Respect the Pkg.Version field for emitted code.", "type": "boolean" }, "rootNamespace": { "desciption": "Root namespace for the generated .NET SDK" } }, "title": "C# Language Overrides Definition", "type": "object" }, "enumTypeSpec": { "description": "Describes an enum type", "properties": { "enum": { "description": "The list of possible values for the enum", "items": { "properties": { "deprecationMessage": { "description": "Indicates whether the value is deprecated.", "type": "string" }, "description": { "description": "The description of the enum value, if any. Interpreted as Markdown.", "type": "string" }, "name": { "description": "If present, overrides the name of the enum value that would usually be derived from the value.", "type": "string" }, "value": { "description": "The enum value itself", "type": [ "boolean", "integer", "number", "string" ] } }, "required": [ "value" ], "title": "Enum Value Definition", "type": "object" }, "type": "array" }, "type": { "description": "The underlying primitive type of the enum", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "type", "enum" ], "title": "Enum Type Definition", "type": "object" }, "functionSpec": { "description": "Describes a function.", "properties": { "deprecationMessage": { "description": "Indicates whether the function is deprecated", "type": "string" }, "description": { "description": "The description of the function, if any. Interpreted as Markdown.", "type": "string" }, "inputs": { "$ref": "#/$defs/objectTypeSpec", "description": "The bag of input values for the function, if any." }, "isOverlay": { "description": "Indicates that the implementation of the function should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "language": { "description": "Additional language-specific data about the function.", "type": "object" }, "multiArgumentInputs": { "description": "A list of parameter names that determines whether the input bag should be treated as a single argument or as multiple arguments. The list corresponds to the order in which the parameters should be passed to the function.", "items": { "type": "string" }, "type": "array" }, "outputs": { "anyOf": [ { "$ref": "#/$defs/typeSpec" }, { "$ref": "#/$defs/objectTypeSpec" } ], "description": "Specifies the return type of the function definition." } }, "title": "Function Definition", "type": "object" }, "goLanguageSpec": { "additionalProperties": false, "description": "Describes Go specific settings", "properties": { "generateExtraInputTypes": { "description": "", "type": "boolean" }, "generateResourceContainerTypes": { "description": "", "type": "boolean" }, "importBasePath": { "description": "Base import path for the Go package", "type": "string" }, "respectSchemaVersion": { "description": "Respect the Pkg.Version field for emitted code.", "type": "boolean" } }, "title": "Go Language Overrides Definition", "type": "object" }, "javaLanguageSpec": { "additionalProperties": false, "description": "Describes Java specific settings", "properties": { "basePackage": { "default": "com.pulumi", "description": "Base Java package name for the generated Java provider SDK", "type": "string" }, "buildFiles": { "description": "If set to \"gradle\" enables a generation of a basic set of Gradle build files.", "type": "string" }, "dependencies": { "$ref": "#/$defs/schemaStringMap", "description": "Specifies Maven-style dependencies for the generated code." }, "gradleNexusPublishPluginVersion": { "description": "Enables the use of a given version of io.github.gradle-nexus.publish-plugin in the generated Gradle build files (only when `buildFiles=\"gradle\")", "type": "string" }, "gradleTest": { "description": "generates a test section to enable `gradle test` command to run unit tests over the generated code. Supported values: \"JUnitPlatform\" (only when `buildFiles=\"gradle\")", "enum": [ "JUnitPlatform" ] }, "packages": { "$ref": "#/$defs/schemaStringMap" } }, "title": "Java Language Overrides Definition", "type": "object" }, "languageSpec": { "description": "Describes programming language specific settings", "properties": { "csharp": { "$ref": "#/$defs/csharpLanguageSpec" }, "go": { "$ref": "#/$defs/goLanguageSpec" }, "java": { "$ref": "#/$defs/javaLanguageSpec" }, "nodejs": { "$ref": "#/$defs/nodejsLanguageSpec" }, "python": { "$ref": "#/$defs/pythonLanguageSpec" } }, "title": "Language Overrides Definition", "type": "object" }, "nodejsLanguageSpec": { "additionalProperties": false, "description": "Describes NodeJS specific settings", "properties": { "compatibility": { "description": "", "enum": [ "tfbridge20" ], "type": "string" }, "dependencies": { "$ref": "#/$defs/schemaStringMap", "description": "NPM package dependencies" }, "devDependencies": { "$ref": "#/$defs/schemaStringMap", "description": "NPM package devDependencies" }, "disableUnionOutputTypes": { "description": "", "type": "boolean" }, "packageDescription": { "description": "NPM package description", "type": "string" }, "packageName": { "description": "NPM package name (includes @namespace)", "type": "string" }, "readme": { "description": "Content of the generated package README.md file.", "type": "string" }, "respectSchemaVersion": { "description": "Respect the Pkg.Version field for emitted code.", "type": "boolean" }, "typescriptVersion": { "description": "Typescript Version", "type": "string" } }, "title": "NodeJS Language Overrides Definition", "type": "object" }, "objectTypeSpec": { "description": "Describes an object type", "properties": { "properties": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from property name to propertySpec that describes the object's properties.", "type": "object" }, "required": { "description": "A list of the names of an object type's required properties. These properties must be set for inputs and will always be set for outputs.", "items": { "type": "string" }, "type": "array" } }, "title": "Object Type Details", "type": "object" }, "propertySpec": { "allOf": [ { "$ref": "#/$defs/typeSpec" } ], "description": "Describes an object or resource property", "properties": { "const": { "description": "The constant value for the property, if any. The type of the value must be assignable to the type of the property.", "type": [ "boolean", "number", "string" ] }, "default": { "description": "The default value for the property, if any. The type of the value must be assignable to the type of the property.", "type": [ "boolean", "number", "string" ] }, "defaultInfo": { "description": "Additional information about the property's default value, if any.", "properties": { "environment": { "description": "A set of environment variables to probe for a default value.", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Additional language-specific data about the default value.", "type": "object" } }, "required": [ "environment" ], "type": "object" }, "deprecationMessage": { "description": "Indicates whether the property is deprecated", "type": "string" }, "description": { "description": "The description of the property, if any. Interpreted as Markdown.", "type": "string" }, "language": { "description": "Additional language-specific data about the property.", "type": "object" }, "replaceOnChanges": { "description": "Specifies whether a change to the property causes its containing resource to be replaced instead of updated (default false).", "type": "boolean" }, "secret": { "description": "Specifies whether the property is secret (default false).", "type": "boolean" }, "willReplaceOnChanges": { "description": "Indicates that the provider will replace the resource when this property is changed.", "type": "boolean" } }, "title": "Property Definition", "type": "object" }, "pythonLanguageSpec": { "additionalProperties": false, "description": "Describes Python specific settings", "properties": { "compatibility": { "description": "", "enum": [ "tfbridge20" ], "type": "string" }, "packageName": { "description": "NPM package name (includes @namespace)", "type": "string" }, "readme": { "description": "Content of the generated package README.md file.", "type": "string" }, "requires": { "$ref": "#/$defs/schemaStringMap", "description": "Python package dependencies for the generated Python SDK" }, "respectSchemaVersion": { "description": "Respect the Pkg.Version field for emitted code.", "type": "boolean" } }, "title": "Python Language Overrides Definition", "type": "object" }, "resourceSpec": { "allOf": [ { "$ref": "#/$defs/objectTypeSpec" } ], "description": "Describes a resource or component.", "properties": { "aliases": { "description": "The list of aliases for the resource.", "items": { "properties": { "name": { "description": "The name portion of the alias, if any", "type": "string" }, "project": { "description": "The project portion of the alias, if any", "type": "string" }, "type": { "description": "The type portion of the alias, if any", "type": "string" } }, "title": "Alias Definition", "type": "object" }, "type": "array" }, "deprecationMessage": { "description": "Indicates whether the resource is deprecated", "type": "string" }, "description": { "description": "The description of the resource, if any. Interpreted as Markdown.", "type": "string" }, "inputProperties": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from property name to propertySpec that describes the resource's input properties.", "type": "object" }, "isComponent": { "description": "Indicates whether the resource is a component.", "type": "boolean" }, "isOverlay": { "description": "Indicates that the implementation of the resource should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "methods": { "additionalProperties": { "type": "string" }, "description": "A map from method name to function token that describes the resource's method set.", "type": "object" }, "requiredInputs": { "description": "A list of the names of the resource's required input properties.", "items": { "type": "string" }, "type": "array" }, "stateInputs": { "$ref": "#/$defs/objectTypeSpec", "description": "An optional objectTypeSpec that describes additional inputs that mau be necessary to get an existing resource. If this is unset, only an ID is necessary." } }, "title": "Resource Definition", "type": "object" }, "schemaStringMap": { "additionalProperties": { "type": "string" }, "type": "object" }, "token": { "$comment": "In the regex below, the 'module' portion of the token is optional. However, a missing module component creates a '::', which breaks URNs ('::' is the URN delimiter). We have many test schemas that use an empty module component successfully, as they never create URNs; while these are _probably_ the only places that need updating, it might be possible that there are module-less type tokens in the wild elsewhere and we may need to remain compatible with those tokens.", "pattern": "^[a-zA-Z][-a-zA-Z0-9_]*:([^0-9][a-zA-Z0-9._/-]*)?:[^0-9][a-zA-Z0-9._/]*$", "title": "Token", "type": "string" }, "typeSpec": { "description": "A reference to a type. The particular kind of type referenced is determined based on the contents of the \"type\" property and the presence or absence of the \"additionalProperties\", \"items\", \"oneOf\", and \"$ref\" properties.", "oneOf": [ { "description": "A reference to a primitive type. A primitive type must have only the \"type\" property set.", "properties": { "$ref": false, "additionalProperties": false, "items": false, "oneOf": false, "type": { "description": "The primitive type, if any", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "type" ], "title": "Primitive Type", "type": "object" }, { "$comment": "An array type must have the \"type\" property set.", "description": "A reference to an array type. The \"type\" property must be set to \"array\" and the \"items\" property must be present. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": false, "items": { "$ref": "#/$defs/typeSpec", "description": "The element type of the array" }, "oneOf": false, "type": { "const": "array" } }, "required": [ "type", "items" ], "title": "Array Type", "type": "object" }, { "description": "A reference to a map type. The \"type\" property must be set to \"object\" and the \"additionalProperties\" property may be present. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": { "$ref": "#/$defs/typeSpec", "description": "The element type of the map. Defaults to \"string\" when omitted." }, "items": false, "oneOf": false, "type": { "const": "object" } }, "required": [ "type" ], "title": "Map Type", "type": "object" }, { "description": "A reference to a type in this or another document. The \"$ref\" property must be present. The \"type\" property is ignored if it is present. No other properties may be present.", "properties": { "$ref": { "description": "The URI of the referenced type. For example, the built-in Archive, Asset, and Any\ntypes are referenced as \"pulumi.json#/Archive\", \"pulumi.json#/Asset\", and \"pulumi.json#/Any\", respectively.\nA type from this document is referenced as \"#/types/pulumi:type:token\".\nA type from another document is referenced as \"path#/types/pulumi:type:token\", where path is of the form:\n \"/provider/vX.Y.Z/schema.json\" or \"pulumi.json\" or \"http[s]://example.com/provider/vX.Y.Z/schema.json\"\nA resource from this document is referenced as \"#/resources/pulumi:type:token\".\nA resource from another document is referenced as \"path#/resources/pulumi:type:token\", where path is of the form:\n \"/provider/vX.Y.Z/schema.json\" or \"pulumi.json\" or \"http[s]://example.com/provider/vX.Y.Z/schema.json\"", "format": "uri-reference", "type": "string" }, "additionalProperties": false, "items": false, "oneOf": false, "type": { "description": "ignored; present for compatibility with existing schemas", "type": "string" } }, "required": [ "$ref" ], "title": "Named Type", "type": "object" }, { "description": "A reference to a union type. The \"oneOf\" property must be present. The union may additional specify an underlying primitive type via the \"type\" property and a discriminator via the \"discriminator\" property. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": false, "discriminator": { "description": "Informs the consumer of an alternative schema based on the value associated with it", "properties": { "mapping": { "additionalProperties": { "type": "string" }, "description": "an optional object to hold mappings between payload values and schema names or references", "type": "object" }, "propertyName": { "description": "PropertyName is the name of the property in the payload that will hold the discriminator value", "minLength": 1, "type": "string" } }, "required": [ "propertyName" ], "type": "object" }, "items": false, "oneOf": { "description": "If present, indicates that values of the type may be one of any of the listed types", "items": { "$ref": "#/$defs/typeSpec" }, "minItems": 2, "type": "array" }, "type": { "description": "The underlying primitive type of the union, if any", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "oneOf" ], "title": "Union Type", "type": "object" } ], "properties": { "plain": { "description": "Indicates that when used as an input, this type does not accept eventual values.", "type": "boolean" } }, "title": "Type Reference", "type": "object" } }, "$id": "https://github.com/pulumi/pulumi/blob/master/pkg/codegen/schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "description": "A description of the schema for a Pulumi Package", "properties": { "attribution": { "description": "Freeform text attribution of derived work, if required.", "type": "string" }, "config": { "additionalProperties": false, "description": "The package's configuration variables.", "properties": { "defaults": { "description": "A list of the names of the package's non-required configuration variables.", "items": { "type": "string" }, "type": "array" }, "variables": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from variable name to propertySpec that describes a package's configuration variables.", "type": "object" } }, "type": "object" }, "description": { "description": "The description of the package. Descriptions are interpreted as Markdown.", "type": "string" }, "displayName": { "description": "The human-friendly name of the package.", "type": "string" }, "functions": { "additionalProperties": { "$ref": "#/$defs/functionSpec" }, "description": "A map from token to functionSpec that describes the set of functions defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "homepage": { "description": "The package's homepage.", "type": "string" }, "keywords": { "description": "The list of keywords that are associated with the package, if any.", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Additional language-specific data about the package.", "type": "object" }, "license": { "description": "The name of the license used for the package's contents.", "type": "string" }, "logoUrl": { "description": "The URL of the package's logo, if any.", "type": "string" }, "meta": { "additionalProperties": false, "description": "Format metadata about this package.", "properties": { "moduleFormat": { "description": "A regex that is used by the importer to extract a module name from the module portion of a type token. Packages that use the module format \"namespace1/namespace2/.../namespaceN\" do not need to specify a format. The regex must define one capturing group that contains the module name, which must be formatted as \"namespace1/namespace2/...namespaceN\".", "format": "regex", "type": "string" } }, "required": [ "moduleFormat" ], "type": "object" }, "name": { "description": "The unqualified name of the package (e.g. \"aws\", \"azure\", \"gcp\", \"kubernetes\", \"random\")", "pattern": "^[a-zA-Z][-a-zA-Z0-9_]*$", "type": "string" }, "pluginDownloadURL": { "description": "The URL to use when downloading the provider plugin binary.", "type": "string" }, "provider": { "$ref": "#/$defs/resourceSpec", "description": "The provider type for this package." }, "publisher": { "description": "The name of the person or organization that authored and published the package.", "type": "string" }, "repository": { "description": "The URL at which the package's sources can be found.", "type": "string" }, "resources": { "additionalProperties": { "$ref": "#/$defs/resourceSpec" }, "description": "A map from type token to resourceSpec that describes the set of resources and components defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "types": { "additionalProperties": { "$ref": "#/$defs/complexTypeSpec" }, "description": "A map from type token to complexTypeSpec that describes the set of complex types (i.e. object, enum) defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "version": { "description": "The version of the package. The version must be valid semver.", "pattern": "^v?(?P<major>0|[1-9]\\d*)\\.(?P<minor>0|[1-9]\\d*)\\.(?P<patch>0|[1-9]\\d*)(?:-(?P<prerelease>(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$", "type": "string" } }, "required": [ "name" ], "title": "Pulumi Package Metaschema", "type": "object" }
Apache-2.0
en
pulumi/pulumi
236ce542690899dbec9174b069f6de03cb813aa8
2021-09-20T19:00:42
pkg/codegen/schema/pulumi.json
20,207
2024-05-29T11:37:40.288477Z
{ "$defs": { "complexTypeSpec": { "description": "Describes an object or enum type.", "oneOf": [ { "allOf": [ { "$ref": "#/$defs/objectTypeSpec" } ], "properties": { "type": { "const": "object" } }, "title": "Object Type Definition", "type": "object" }, { "$ref": "#/$defs/enumTypeSpec" } ], "properties": { "description": { "description": "The description of the type, if any. Interpreted as Markdown.", "type": "string" }, "language": { "description": "Additional language-specific data about the type.", "type": "object" } }, "title": "Type Definition", "type": "object" }, "enumTypeSpec": { "description": "Describes an enum type", "properties": { "enum": { "description": "The list of possible values for the enum", "items": { "properties": { "deprecationMessage": { "description": "Indicates whether or not the value is deprecated.", "type": "string" }, "description": { "description": "The description of the enum value, if any. Interpreted as Markdown.", "type": "string" }, "name": { "description": "If present, overrides the name of the enum value that would usually be derived from the value.", "type": "string" }, "value": { "description": "The enum value itself", "type": [ "boolean", "integer", "number", "string" ] } }, "required": [ "value" ], "title": "Enum Value Definition", "type": "object" }, "type": "array" }, "type": { "description": "The underlying primitive type of the enum", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "type", "enum" ], "title": "Enum Type Definition", "type": "object" }, "functionSpec": { "description": "Describes a function.", "properties": { "deprecationMessage": { "description": "Indicates whether or not the function is deprecated", "type": "string" }, "description": { "description": "The description of the function, if any. Interpreted as Markdown.", "type": "string" }, "inputs": { "$ref": "#/$defs/objectTypeSpec", "description": "The bag of input values for the function, if any." }, "language": { "description": "Additional language-specific data about the function.", "type": "object" }, "outputs": { "$ref": "#/$defs/objectTypeSpec", "description": "The bag of output values for the function, if any." } }, "title": "Function Definition", "type": "object" }, "objectTypeSpec": { "description": "Describes an object type", "properties": { "properties": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from property name to propertySpec that describes the object's properties.", "type": "object" }, "required": { "description": "A list of the names of an object type's required properties. These properties must be set for inputs and will always be set for outputs.", "items": { "type": "string" }, "type": "array" } }, "title": "Object Type Details", "type": "object" }, "propertySpec": { "allOf": [ { "$ref": "#/$defs/typeSpec" } ], "description": "Describes an object or resource property", "properties": { "const": { "description": "The constant value for the property, if any. The type of the value must be assignable to the type of the property.", "type": [ "boolean", "number", "string" ] }, "default": { "description": "The default value for the property, if any. The type of the value must be assignable to the type of the property.", "type": [ "boolean", "number", "string" ] }, "defaultInfo": { "description": "Additional information about the property's default value, if any.", "properties": { "environment": { "description": "A set of environment variables to probe for a default value.", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Additional language-specific data about the default value.", "type": "object" } }, "required": [ "environment" ], "type": "object" }, "deprecationMessage": { "description": "Indicates whether or not the property is deprecated", "type": "string" }, "description": { "description": "The description of the property, if any. Interpreted as Markdown.", "type": "string" }, "language": { "description": "Additional language-specific data about the property.", "type": "object" }, "replaceOnChanges": { "description": "Specifies whether a change to the property causes its containing resource to be replaced instead of updated (default false).", "type": "boolean" }, "secret": { "description": "Specifies whether the property is secret (default false).", "type": "boolean" } }, "title": "Property Definition", "type": "object" }, "resourceSpec": { "allOf": [ { "$ref": "#/$defs/objectTypeSpec" } ], "description": "Describes a resource or component.", "properties": { "aliases": { "description": "The list of aliases for the resource.", "items": { "properties": { "name": { "description": "The name portion of the alias, if any", "type": "string" }, "project": { "description": "The project portion of the alias, if any", "type": "string" }, "type": { "description": "The type portion of the alias, if any", "type": "string" } }, "title": "Alias Definition", "type": "object" }, "type": "array" }, "deprecationMessage": { "description": "Indicates whether or not the resource is deprecated", "type": "string" }, "description": { "description": "The description of the resource, if any. Interpreted as Markdown.", "type": "string" }, "inputProperties": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from property name to propertySpec that describes the resource's input properties.", "type": "object" }, "isComponent": { "description": "Indicates whether or not the resource is a component.", "type": "boolean" }, "methods": { "additionalProperties": { "type": "string" }, "description": "A map from method name to function token that describes the resource's method set.", "type": "object" }, "requiredInputs": { "description": "A list of the names of the resource's required input properties.", "items": { "type": "string" }, "type": "array" }, "stateInputs": { "$ref": "#/$defs/objectTypeSpec", "description": "An optional objectTypeSpec that describes additional inputs that mau be necessary to get an existing resource. If this is unset, only an ID is necessary." } }, "title": "Resource Definition", "type": "object" }, "token": { "$comment": "In the regex below, the 'module' portion of the token is optional. However, a missing module component creates a '::', which breaks URNs ('::' is the URN delimiter). We have many test schemas that use an empty module component successfully, as they never create URNs; while these are _probably_ the only places that need updating, it might be possible that there are module-less type tokens in the wild elsewhere and we may need to remain compatible with those tokens.", "pattern": "^[a-zA-Z][-a-zA-Z0-9_]*:([^0-9][a-zA-Z0-9._/]*)?:[^0-9][a-zA-Z0-9._/]*$", "title": "Token", "type": "string" }, "typeSpec": { "description": "A reference to a type. The particular kind of type referenced is determined based on the contents of the \"type\" property and the presence or absence of the \"additionalProperties\", \"items\", \"oneOf\", and \"$ref\" properties.", "oneOf": [ { "description": "A reference to a primitive type. A primitive type must have only the \"type\" property set.", "properties": { "$ref": false, "additionalProperties": false, "items": false, "oneOf": false, "type": { "description": "The primitive type, if any", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "type" ], "title": "Primitive Type", "type": "object" }, { "$comment": "An array type must have the \"type\" property set.", "description": "A reference to an array type. The \"type\" property must be set to \"array\" and the \"items\" property must be present. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": false, "items": { "$ref": "#/$defs/typeSpec", "description": "The element type of the array" }, "oneOf": false, "type": { "const": "array" } }, "required": [ "type", "items" ], "title": "Array Type", "type": "object" }, { "description": "A reference to a map type. The \"type\" property must be set to \"object\" and the \"additionalProperties\" property may be present. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": { "$ref": "#/$defs/typeSpec", "description": "The element type of the map. Defaults to \"string\" when omitted." }, "items": false, "oneOf": false, "type": { "const": "object" } }, "required": [ "type" ], "title": "Map Type", "type": "object" }, { "description": "A reference to a type in this or another document. The \"$ref\" property must be present. The \"type\" property is ignored if it is present. No other properties may be present.", "properties": { "$ref": { "description": "The URI of the referenced type. For example, the built-in Archive, Asset, and Any\ntypes are referenced as \"pulumi.json#/Archive\", \"pulumi.json#/Asset\", and \"pulumi.json#/Any\", respectively.\nA type from this document is referenced as \"#/types/pulumi:type:token\".\nA type from another document is referenced as \"path#/types/pulumi:type:token\", where path is of the form:\n \"/provider/vX.Y.Z/schema.json\" or \"pulumi.json\" or \"http[s]://example.com/provider/vX.Y.Z/schema.json\"\nA resource from this document is referenced as \"#/resources/pulumi:type:token\".\nA resource from another document is referenced as \"path#/resources/pulumi:type:token\", where path is of the form:\n \"/provider/vX.Y.Z/schema.json\" or \"pulumi.json\" or \"http[s]://example.com/provider/vX.Y.Z/schema.json\"", "format": "uri-reference", "type": "string" }, "additionalProperties": false, "items": false, "oneOf": false, "type": { "description": "ignored; present for compatibility with existing schemas", "type": "string" } }, "required": [ "$ref" ], "title": "Named Type", "type": "object" }, { "description": "A reference to a union type. The \"oneOf\" property must be present. The union may additional specify an underlying primitive type via the \"type\" property and a discriminator via the \"discriminator\" property. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": false, "discriminator": { "description": "Informs the consumer of an alternative schema based on the value associated with it", "properties": { "mapping": { "additionalProperties": { "type": "string" }, "description": "an optional object to hold mappings between payload values and schema names or references", "type": "object" }, "propertyName": { "description": "PropertyName is the name of the property in the payload that will hold the discriminator value", "minLength": 1, "type": "string" } }, "required": [ "propertyName" ], "type": "object" }, "items": false, "oneOf": { "description": "If present, indicates that values of the type may be one of any of the listed types", "items": { "$ref": "#/$defs/typeSpec" }, "minItems": 2, "type": "array" }, "type": { "description": "The underlying primitive type of the union, if any", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "oneOf" ], "title": "Union Type", "type": "object" } ], "properties": { "plain": { "description": "Indicates that when used as an input, this type does not accept eventual values.", "type": "boolean" } }, "title": "Type Reference", "type": "object" } }, "$id": "https://github.com/pulumi/pulumi/blob/master/pkg/codegen/schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "description": "A description of the schema for a Pulumi Package", "properties": { "attribution": { "description": "Freeform text attribution of derived work, if required.", "type": "string" }, "config": { "description": "The package's configuration variables.", "properties": { "required": { "description": "A list of the names of the package's required configuration variables.", "items": { "type": "string" }, "type": "array" }, "variables": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from variable name to propertySpec that describes a package's configuration variables.", "type": "object" } }, "type": "object" }, "description": { "description": "The description of the package. Descriptions are interpreted as Markdown.", "type": "string" }, "functions": { "additionalProperties": { "$ref": "#/$defs/functionSpec" }, "description": "A map from token to functionSpec that describes the set of functions defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "homepage": { "description": "The package's homepage.", "type": "string" }, "keywords": { "description": "The list of keywords that are associated with the package, if any.", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Additional language-specific data about the package.", "type": "object" }, "license": { "description": "The name of the license used for the package's contents.", "type": "string" }, "logoUrl": { "description": "The URL of the package's logo, if any.", "type": "string" }, "meta": { "description": "Format metadata about this package.", "properties": { "moduleFormat": { "description": "A regex that is used by the importer to extract a module name from the module portion of a type token. Packages that use the module format \"namespace1/namespace2/.../namespaceN\" do not need to specify a format. The regex must define one capturing group that contains the module name, which must be formatted as \"namespace1/namespace2/...namespaceN\".", "format": "regex", "type": "string" } }, "required": [ "moduleFormat" ], "type": "object" }, "name": { "description": "The unqualified name of the package (e.g. \"aws\", \"azure\", \"gcp\", \"kubernetes\", \"random\")", "pattern": "^[a-zA-Z][-a-zA-Z0-9_]*$", "type": "string" }, "pluginDownloadUrl": { "description": "The URL to use when downloading the provider plugin binary.", "type": "string" }, "provider": { "$ref": "#/$defs/resourceSpec", "description": "The provider type for this package." }, "repository": { "description": "The URL at which the package's sources can be found.", "type": "string" }, "resources": { "additionalProperties": { "$ref": "#/$defs/resourceSpec" }, "description": "A map from type token to resourceSpec that describes the set of resources and components defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "types": { "additionalProperties": { "$ref": "#/$defs/complexTypeSpec" }, "description": "A map from type token to complexTypeSpec that describes the set of complex types (i.e. object, enum) defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "version": { "description": "The version of the package. The version must be valid semver.", "pattern": "^v?(?P<major>0|[1-9]\\d*)\\.(?P<minor>0|[1-9]\\d*)\\.(?P<patch>0|[1-9]\\d*)(?:-(?P<prerelease>(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$", "type": "string" } }, "required": [ "name" ], "title": "Pulumi Package Metaschema", "type": "object" }
Apache-2.0
en
pulumi/pulumi
47db946b7c469f9f1be228f76d3f46c58ff8a013
2022-12-13T20:14:30
pkg/codegen/schema/pulumi.json
20,207
2024-05-29T11:37:40.288477Z
{ "$defs": { "complexTypeSpec": { "description": "Describes an object or enum type.", "oneOf": [ { "allOf": [ { "$ref": "#/$defs/objectTypeSpec" } ], "properties": { "type": { "const": "object" } }, "title": "Object Type Definition", "type": "object" }, { "$ref": "#/$defs/enumTypeSpec" } ], "properties": { "description": { "description": "The description of the type, if any. Interpreted as Markdown.", "type": "string" }, "isOverlay": { "description": "Indicates that the implementation of the type should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "language": { "description": "Additional language-specific data about the type.", "type": "object" } }, "title": "Type Definition", "type": "object" }, "csharpLanguageSpec": { "description": "Describes C# specific settings", "properties": { "compatibility": { "description": "", "type": "string" }, "namespaces": { "$ref": "#/$defs/schemaStringMap" }, "packageReferences": { "$ref": "#/$defs/schemaStringMap" }, "rootNamespace": { "desciption": "Root namespace for the generated .NET SDK" } }, "title": "C# Language Overrides Definition", "type": "object" }, "enumTypeSpec": { "description": "Describes an enum type", "properties": { "enum": { "description": "The list of possible values for the enum", "items": { "properties": { "deprecationMessage": { "description": "Indicates whether the value is deprecated.", "type": "string" }, "description": { "description": "The description of the enum value, if any. Interpreted as Markdown.", "type": "string" }, "name": { "description": "If present, overrides the name of the enum value that would usually be derived from the value.", "type": "string" }, "value": { "description": "The enum value itself", "type": [ "boolean", "integer", "number", "string" ] } }, "required": [ "value" ], "title": "Enum Value Definition", "type": "object" }, "type": "array" }, "type": { "description": "The underlying primitive type of the enum", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "type", "enum" ], "title": "Enum Type Definition", "type": "object" }, "functionSpec": { "description": "Describes a function.", "properties": { "deprecationMessage": { "description": "Indicates whether the function is deprecated", "type": "string" }, "description": { "description": "The description of the function, if any. Interpreted as Markdown.", "type": "string" }, "inputs": { "$ref": "#/$defs/objectTypeSpec", "description": "The bag of input values for the function, if any." }, "isOverlay": { "description": "Indicates that the implementation of the function should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "language": { "description": "Additional language-specific data about the function.", "type": "object" }, "outputs": { "$ref": "#/$defs/objectTypeSpec", "description": "The bag of output values for the function, if any." } }, "title": "Function Definition", "type": "object" }, "goLanguageSpec": { "description": "Describes Go specific settings", "properties": { "generateExtraInputTypes": { "description": "", "type": "boolean" }, "generateResourceContainerTypes": { "description": "", "type": "boolean" }, "importBasePath": { "description": "Base import path for the Go package", "type": "string" } }, "title": "Go Language Overrides Definition", "type": "object" }, "javaLanguageSpec": { "description": "Describes Java specific settings", "properties": { "basePackage": { "default": "com.pulumi", "description": "Base Java package name for the generated Java provider SDK", "type": "string" }, "buildFiles": { "description": "If set to \"gradle\" enables a generation of a basic set of Gradle build files.", "type": "string" }, "dependencies": { "$ref": "#/$defs/schemaStringMap", "description": "Specifies Maven-style dependencies for the generated code." }, "gradleNexusPublishPluginVersion": { "description": "Enables the use of a given version of io.github.gradle-nexus.publish-plugin in the generated Gradle build files (only when `buildFiles=\"gradle\")", "type": "string" }, "gradleTest": { "description": "generates a test section to enable `gradle test` command to run unit tests over the generated code. Supported values: \"JUnitPlatform\" (only when `buildFiles=\"gradle\")", "enum": [ "JUnitPlatform" ] }, "packages": { "$ref": "#/$defs/schemaStringMap" } }, "title": "Java Language Overrides Definition", "type": "object" }, "languageSpec": { "description": "Describes programming language specific settings", "properties": { "csharp": { "$ref": "#/$defs/csharpLanguageSpec" }, "go": { "$ref": "#/$defs/goLanguageSpec" }, "java": { "$ref": "#/$defs/javaLanguageSpec" }, "nodejs": { "$ref": "#/$defs/nodejsLanguageSpec" }, "python": { "$ref": "#/$defs/pythonLanguageSpec" } }, "title": "Language Overrides Definition", "type": "object" }, "nodejsLanguageSpec": { "description": "Describes NodeJS specific settings", "properties": { "compatibility": { "description": "", "enum": [ "tfbridge20" ], "type": "string" }, "dependencies": { "$ref": "#/$defs/schemaStringMap", "description": "NPM package dependencies" }, "devDependencies": { "$ref": "#/$defs/schemaStringMap", "description": "NPM package devDependencies" }, "disableUnionOutputTypes": { "description": "", "type": "boolean" }, "packageDescription": { "description": "NPM package description", "type": "string" }, "packageName": { "description": "NPM package name (includes @namespace)", "type": "string" }, "readme": { "description": "Content of the generated package README.md file.", "type": "string" }, "typescriptVersion": { "description": "Typescript Version", "type": "string" } }, "title": "NodeJS Language Overrides Definition", "type": "object" }, "objectTypeSpec": { "description": "Describes an object type", "properties": { "properties": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from property name to propertySpec that describes the object's properties.", "type": "object" }, "required": { "description": "A list of the names of an object type's required properties. These properties must be set for inputs and will always be set for outputs.", "items": { "type": "string" }, "type": "array" } }, "title": "Object Type Details", "type": "object" }, "propertySpec": { "allOf": [ { "$ref": "#/$defs/typeSpec" } ], "description": "Describes an object or resource property", "properties": { "const": { "description": "The constant value for the property, if any. The type of the value must be assignable to the type of the property.", "type": [ "boolean", "number", "string" ] }, "default": { "description": "The default value for the property, if any. The type of the value must be assignable to the type of the property.", "type": [ "boolean", "number", "string" ] }, "defaultInfo": { "description": "Additional information about the property's default value, if any.", "properties": { "environment": { "description": "A set of environment variables to probe for a default value.", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Additional language-specific data about the default value.", "type": "object" } }, "required": [ "environment" ], "type": "object" }, "deprecationMessage": { "description": "Indicates whether the property is deprecated", "type": "string" }, "description": { "description": "The description of the property, if any. Interpreted as Markdown.", "type": "string" }, "language": { "description": "Additional language-specific data about the property.", "type": "object" }, "replaceOnChanges": { "description": "Specifies whether a change to the property causes its containing resource to be replaced instead of updated (default false).", "type": "boolean" }, "secret": { "description": "Specifies whether the property is secret (default false).", "type": "boolean" } }, "title": "Property Definition", "type": "object" }, "pythonLanguageSpec": { "description": "Describes Python specific settings", "properties": { "compatibility": { "description": "", "enum": [ "tfbridge20" ], "type": "string" }, "packageName": { "description": "NPM package name (includes @namespace)", "type": "string" }, "readme": { "description": "Content of the generated package README.md file.", "type": "string" }, "requires": { "$ref": "#/$defs/schemaStringMap", "description": "Python package dependencies for the generated Python SDK" } }, "title": "Python Language Overrides Definition", "type": "object" }, "resourceSpec": { "allOf": [ { "$ref": "#/$defs/objectTypeSpec" } ], "description": "Describes a resource or component.", "properties": { "aliases": { "description": "The list of aliases for the resource.", "items": { "properties": { "name": { "description": "The name portion of the alias, if any", "type": "string" }, "project": { "description": "The project portion of the alias, if any", "type": "string" }, "type": { "description": "The type portion of the alias, if any", "type": "string" } }, "title": "Alias Definition", "type": "object" }, "type": "array" }, "deprecationMessage": { "description": "Indicates whether the resource is deprecated", "type": "string" }, "description": { "description": "The description of the resource, if any. Interpreted as Markdown.", "type": "string" }, "inputProperties": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from property name to propertySpec that describes the resource's input properties.", "type": "object" }, "isComponent": { "description": "Indicates whether the resource is a component.", "type": "boolean" }, "isOverlay": { "description": "Indicates that the implementation of the resource should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "methods": { "additionalProperties": { "type": "string" }, "description": "A map from method name to function token that describes the resource's method set.", "type": "object" }, "requiredInputs": { "description": "A list of the names of the resource's required input properties.", "items": { "type": "string" }, "type": "array" }, "stateInputs": { "$ref": "#/$defs/objectTypeSpec", "description": "An optional objectTypeSpec that describes additional inputs that mau be necessary to get an existing resource. If this is unset, only an ID is necessary." } }, "title": "Resource Definition", "type": "object" }, "schemaStringMap": { "additionalProperties": { "type": "string" }, "type": "object" }, "token": { "$comment": "In the regex below, the 'module' portion of the token is optional. However, a missing module component creates a '::', which breaks URNs ('::' is the URN delimiter). We have many test schemas that use an empty module component successfully, as they never create URNs; while these are _probably_ the only places that need updating, it might be possible that there are module-less type tokens in the wild elsewhere and we may need to remain compatible with those tokens.", "pattern": "^[a-zA-Z][-a-zA-Z0-9_]*:([^0-9][a-zA-Z0-9._/-]*)?:[^0-9][a-zA-Z0-9._/]*$", "title": "Token", "type": "string" }, "typeSpec": { "description": "A reference to a type. The particular kind of type referenced is determined based on the contents of the \"type\" property and the presence or absence of the \"additionalProperties\", \"items\", \"oneOf\", and \"$ref\" properties.", "oneOf": [ { "description": "A reference to a primitive type. A primitive type must have only the \"type\" property set.", "properties": { "$ref": false, "additionalProperties": false, "items": false, "oneOf": false, "type": { "description": "The primitive type, if any", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "type" ], "title": "Primitive Type", "type": "object" }, { "$comment": "An array type must have the \"type\" property set.", "description": "A reference to an array type. The \"type\" property must be set to \"array\" and the \"items\" property must be present. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": false, "items": { "$ref": "#/$defs/typeSpec", "description": "The element type of the array" }, "oneOf": false, "type": { "const": "array" } }, "required": [ "type", "items" ], "title": "Array Type", "type": "object" }, { "description": "A reference to a map type. The \"type\" property must be set to \"object\" and the \"additionalProperties\" property may be present. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": { "$ref": "#/$defs/typeSpec", "description": "The element type of the map. Defaults to \"string\" when omitted." }, "items": false, "oneOf": false, "type": { "const": "object" } }, "required": [ "type" ], "title": "Map Type", "type": "object" }, { "description": "A reference to a type in this or another document. The \"$ref\" property must be present. The \"type\" property is ignored if it is present. No other properties may be present.", "properties": { "$ref": { "description": "The URI of the referenced type. For example, the built-in Archive, Asset, and Any\ntypes are referenced as \"pulumi.json#/Archive\", \"pulumi.json#/Asset\", and \"pulumi.json#/Any\", respectively.\nA type from this document is referenced as \"#/types/pulumi:type:token\".\nA type from another document is referenced as \"path#/types/pulumi:type:token\", where path is of the form:\n \"/provider/vX.Y.Z/schema.json\" or \"pulumi.json\" or \"http[s]://example.com/provider/vX.Y.Z/schema.json\"\nA resource from this document is referenced as \"#/resources/pulumi:type:token\".\nA resource from another document is referenced as \"path#/resources/pulumi:type:token\", where path is of the form:\n \"/provider/vX.Y.Z/schema.json\" or \"pulumi.json\" or \"http[s]://example.com/provider/vX.Y.Z/schema.json\"", "format": "uri-reference", "type": "string" }, "additionalProperties": false, "items": false, "oneOf": false, "type": { "description": "ignored; present for compatibility with existing schemas", "type": "string" } }, "required": [ "$ref" ], "title": "Named Type", "type": "object" }, { "description": "A reference to a union type. The \"oneOf\" property must be present. The union may additional specify an underlying primitive type via the \"type\" property and a discriminator via the \"discriminator\" property. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": false, "discriminator": { "description": "Informs the consumer of an alternative schema based on the value associated with it", "properties": { "mapping": { "additionalProperties": { "type": "string" }, "description": "an optional object to hold mappings between payload values and schema names or references", "type": "object" }, "propertyName": { "description": "PropertyName is the name of the property in the payload that will hold the discriminator value", "minLength": 1, "type": "string" } }, "required": [ "propertyName" ], "type": "object" }, "items": false, "oneOf": { "description": "If present, indicates that values of the type may be one of any of the listed types", "items": { "$ref": "#/$defs/typeSpec" }, "minItems": 2, "type": "array" }, "type": { "description": "The underlying primitive type of the union, if any", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "oneOf" ], "title": "Union Type", "type": "object" } ], "properties": { "plain": { "description": "Indicates that when used as an input, this type does not accept eventual values.", "type": "boolean" } }, "title": "Type Reference", "type": "object" } }, "$id": "https://github.com/pulumi/pulumi/blob/master/pkg/codegen/schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "description": "A description of the schema for a Pulumi Package", "properties": { "attribution": { "description": "Freeform text attribution of derived work, if required.", "type": "string" }, "config": { "description": "The package's configuration variables.", "properties": { "required": { "description": "A list of the names of the package's required configuration variables.", "items": { "type": "string" }, "type": "array" }, "variables": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from variable name to propertySpec that describes a package's configuration variables.", "type": "object" } }, "type": "object" }, "description": { "description": "The description of the package. Descriptions are interpreted as Markdown.", "type": "string" }, "displayName": { "description": "The human-friendly name of the package.", "type": "string" }, "functions": { "additionalProperties": { "$ref": "#/$defs/functionSpec" }, "description": "A map from token to functionSpec that describes the set of functions defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "homepage": { "description": "The package's homepage.", "type": "string" }, "keywords": { "description": "The list of keywords that are associated with the package, if any.", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Additional language-specific data about the package.", "type": "object" }, "license": { "description": "The name of the license used for the package's contents.", "type": "string" }, "logoUrl": { "description": "The URL of the package's logo, if any.", "type": "string" }, "meta": { "description": "Format metadata about this package.", "properties": { "moduleFormat": { "description": "A regex that is used by the importer to extract a module name from the module portion of a type token. Packages that use the module format \"namespace1/namespace2/.../namespaceN\" do not need to specify a format. The regex must define one capturing group that contains the module name, which must be formatted as \"namespace1/namespace2/...namespaceN\".", "format": "regex", "type": "string" } }, "required": [ "moduleFormat" ], "type": "object" }, "name": { "description": "The unqualified name of the package (e.g. \"aws\", \"azure\", \"gcp\", \"kubernetes\", \"random\")", "pattern": "^[a-zA-Z][-a-zA-Z0-9_]*$", "type": "string" }, "pluginDownloadUrl": { "description": "The URL to use when downloading the provider plugin binary.", "type": "string" }, "provider": { "$ref": "#/$defs/resourceSpec", "description": "The provider type for this package." }, "publisher": { "description": "The name of the person or organization that authored and published the package.", "type": "string" }, "repository": { "description": "The URL at which the package's sources can be found.", "type": "string" }, "resources": { "additionalProperties": { "$ref": "#/$defs/resourceSpec" }, "description": "A map from type token to resourceSpec that describes the set of resources and components defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "types": { "additionalProperties": { "$ref": "#/$defs/complexTypeSpec" }, "description": "A map from type token to complexTypeSpec that describes the set of complex types (i.e. object, enum) defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "version": { "description": "The version of the package. The version must be valid semver.", "pattern": "^v?(?P<major>0|[1-9]\\d*)\\.(?P<minor>0|[1-9]\\d*)\\.(?P<patch>0|[1-9]\\d*)(?:-(?P<prerelease>(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$", "type": "string" } }, "required": [ "name" ], "title": "Pulumi Package Metaschema", "type": "object" }
Apache-2.0
en
pulumi/pulumi
66db80ced5dd0e831f70735b777b4be335068bb2
2022-12-14T14:41:03
pkg/codegen/schema/pulumi.json
20,207
2024-05-29T11:37:40.288477Z
{ "$defs": { "complexTypeSpec": { "description": "Describes an object or enum type.", "oneOf": [ { "allOf": [ { "$ref": "#/$defs/objectTypeSpec" } ], "properties": { "type": { "const": "object" } }, "title": "Object Type Definition", "type": "object" }, { "$ref": "#/$defs/enumTypeSpec" } ], "properties": { "description": { "description": "The description of the type, if any. Interpreted as Markdown.", "type": "string" }, "isOverlay": { "description": "Indicates that the implementation of the type should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "language": { "description": "Additional language-specific data about the type.", "type": "object" } }, "title": "Type Definition", "type": "object" }, "csharpLanguageSpec": { "description": "Describes C# specific settings", "properties": { "compatibility": { "description": "", "type": "string" }, "namespaces": { "$ref": "#/$defs/schemaStringMap" }, "packageReferences": { "$ref": "#/$defs/schemaStringMap" }, "rootNamespace": { "desciption": "Root namespace for the generated .NET SDK" } }, "title": "C# Language Overrides Definition", "type": "object" }, "enumTypeSpec": { "description": "Describes an enum type", "properties": { "enum": { "description": "The list of possible values for the enum", "items": { "properties": { "deprecationMessage": { "description": "Indicates whether the value is deprecated.", "type": "string" }, "description": { "description": "The description of the enum value, if any. Interpreted as Markdown.", "type": "string" }, "name": { "description": "If present, overrides the name of the enum value that would usually be derived from the value.", "type": "string" }, "value": { "description": "The enum value itself", "type": [ "boolean", "integer", "number", "string" ] } }, "required": [ "value" ], "title": "Enum Value Definition", "type": "object" }, "type": "array" }, "type": { "description": "The underlying primitive type of the enum", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "type", "enum" ], "title": "Enum Type Definition", "type": "object" }, "functionSpec": { "description": "Describes a function.", "properties": { "deprecationMessage": { "description": "Indicates whether the function is deprecated", "type": "string" }, "description": { "description": "The description of the function, if any. Interpreted as Markdown.", "type": "string" }, "inputs": { "$ref": "#/$defs/objectTypeSpec", "description": "The bag of input values for the function, if any." }, "isOverlay": { "description": "Indicates that the implementation of the function should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "language": { "description": "Additional language-specific data about the function.", "type": "object" }, "outputs": { "$ref": "#/$defs/objectTypeSpec", "description": "The bag of output values for the function, if any." } }, "title": "Function Definition", "type": "object" }, "goLanguageSpec": { "description": "Describes Go specific settings", "properties": { "generateExtraInputTypes": { "description": "", "type": "boolean" }, "generateResourceContainerTypes": { "description": "", "type": "boolean" }, "importBasePath": { "description": "Base import path for the Go package", "type": "string" } }, "title": "Go Language Overrides Definition", "type": "object" }, "javaLanguageSpec": { "description": "Describes Java specific settings", "properties": { "basePackage": { "default": "com.pulumi", "description": "Base Java package name for the generated Java provider SDK", "type": "string" }, "buildFiles": { "description": "If set to \"gradle\" enables a generation of a basic set of Gradle build files.", "type": "string" }, "dependencies": { "$ref": "#/$defs/schemaStringMap", "description": "Specifies Maven-style dependencies for the generated code." }, "gradleNexusPublishPluginVersion": { "description": "Enables the use of a given version of io.github.gradle-nexus.publish-plugin in the generated Gradle build files (only when `buildFiles=\"gradle\")", "type": "string" }, "gradleTest": { "description": "generates a test section to enable `gradle test` command to run unit tests over the generated code. Supported values: \"JUnitPlatform\" (only when `buildFiles=\"gradle\")", "enum": [ "JUnitPlatform" ] }, "packages": { "$ref": "#/$defs/schemaStringMap" } }, "title": "Java Language Overrides Definition", "type": "object" }, "languageSpec": { "description": "Describes programming language specific settings", "properties": { "csharp": { "$ref": "#/$defs/csharpLanguageSpec" }, "go": { "$ref": "#/$defs/goLanguageSpec" }, "java": { "$ref": "#/$defs/javaLanguageSpec" }, "nodejs": { "$ref": "#/$defs/nodejsLanguageSpec" }, "python": { "$ref": "#/$defs/pythonLanguageSpec" } }, "title": "Language Overrides Definition", "type": "object" }, "nodejsLanguageSpec": { "description": "Describes NodeJS specific settings", "properties": { "compatibility": { "description": "", "enum": [ "tfbridge20" ], "type": "string" }, "dependencies": { "$ref": "#/$defs/schemaStringMap", "description": "NPM package dependencies" }, "devDependencies": { "$ref": "#/$defs/schemaStringMap", "description": "NPM package devDependencies" }, "disableUnionOutputTypes": { "description": "", "type": "boolean" }, "packageDescription": { "description": "NPM package description", "type": "string" }, "packageName": { "description": "NPM package name (includes @namespace)", "type": "string" }, "readme": { "description": "Content of the generated package README.md file.", "type": "string" }, "typescriptVersion": { "description": "Typescript Version", "type": "string" } }, "title": "NodeJS Language Overrides Definition", "type": "object" }, "objectTypeSpec": { "description": "Describes an object type", "properties": { "properties": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from property name to propertySpec that describes the object's properties.", "type": "object" }, "required": { "description": "A list of the names of an object type's required properties. These properties must be set for inputs and will always be set for outputs.", "items": { "type": "string" }, "type": "array" } }, "title": "Object Type Details", "type": "object" }, "propertySpec": { "allOf": [ { "$ref": "#/$defs/typeSpec" } ], "description": "Describes an object or resource property", "properties": { "const": { "description": "The constant value for the property, if any. The type of the value must be assignable to the type of the property.", "type": [ "boolean", "number", "string" ] }, "default": { "description": "The default value for the property, if any. The type of the value must be assignable to the type of the property.", "type": [ "boolean", "number", "string" ] }, "defaultInfo": { "description": "Additional information about the property's default value, if any.", "properties": { "environment": { "description": "A set of environment variables to probe for a default value.", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Additional language-specific data about the default value.", "type": "object" } }, "required": [ "environment" ], "type": "object" }, "deprecationMessage": { "description": "Indicates whether the property is deprecated", "type": "string" }, "description": { "description": "The description of the property, if any. Interpreted as Markdown.", "type": "string" }, "language": { "description": "Additional language-specific data about the property.", "type": "object" }, "replaceOnChanges": { "description": "Specifies whether a change to the property causes its containing resource to be replaced instead of updated (default false).", "type": "boolean" }, "secret": { "description": "Specifies whether the property is secret (default false).", "type": "boolean" }, "willReplaceOnChanges": { "description": "Indicates that the provider will replace the resource when this property is changed.", "type": "boolean" } }, "title": "Property Definition", "type": "object" }, "pythonLanguageSpec": { "description": "Describes Python specific settings", "properties": { "compatibility": { "description": "", "enum": [ "tfbridge20" ], "type": "string" }, "packageName": { "description": "NPM package name (includes @namespace)", "type": "string" }, "readme": { "description": "Content of the generated package README.md file.", "type": "string" }, "requires": { "$ref": "#/$defs/schemaStringMap", "description": "Python package dependencies for the generated Python SDK" } }, "title": "Python Language Overrides Definition", "type": "object" }, "resourceSpec": { "allOf": [ { "$ref": "#/$defs/objectTypeSpec" } ], "description": "Describes a resource or component.", "properties": { "aliases": { "description": "The list of aliases for the resource.", "items": { "properties": { "name": { "description": "The name portion of the alias, if any", "type": "string" }, "project": { "description": "The project portion of the alias, if any", "type": "string" }, "type": { "description": "The type portion of the alias, if any", "type": "string" } }, "title": "Alias Definition", "type": "object" }, "type": "array" }, "deprecationMessage": { "description": "Indicates whether the resource is deprecated", "type": "string" }, "description": { "description": "The description of the resource, if any. Interpreted as Markdown.", "type": "string" }, "inputProperties": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from property name to propertySpec that describes the resource's input properties.", "type": "object" }, "isComponent": { "description": "Indicates whether the resource is a component.", "type": "boolean" }, "isOverlay": { "description": "Indicates that the implementation of the resource should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "methods": { "additionalProperties": { "type": "string" }, "description": "A map from method name to function token that describes the resource's method set.", "type": "object" }, "requiredInputs": { "description": "A list of the names of the resource's required input properties.", "items": { "type": "string" }, "type": "array" }, "stateInputs": { "$ref": "#/$defs/objectTypeSpec", "description": "An optional objectTypeSpec that describes additional inputs that mau be necessary to get an existing resource. If this is unset, only an ID is necessary." } }, "title": "Resource Definition", "type": "object" }, "schemaStringMap": { "additionalProperties": { "type": "string" }, "type": "object" }, "token": { "$comment": "In the regex below, the 'module' portion of the token is optional. However, a missing module component creates a '::', which breaks URNs ('::' is the URN delimiter). We have many test schemas that use an empty module component successfully, as they never create URNs; while these are _probably_ the only places that need updating, it might be possible that there are module-less type tokens in the wild elsewhere and we may need to remain compatible with those tokens.", "pattern": "^[a-zA-Z][-a-zA-Z0-9_]*:([^0-9][a-zA-Z0-9._/-]*)?:[^0-9][a-zA-Z0-9._/]*$", "title": "Token", "type": "string" }, "typeSpec": { "description": "A reference to a type. The particular kind of type referenced is determined based on the contents of the \"type\" property and the presence or absence of the \"additionalProperties\", \"items\", \"oneOf\", and \"$ref\" properties.", "oneOf": [ { "description": "A reference to a primitive type. A primitive type must have only the \"type\" property set.", "properties": { "$ref": false, "additionalProperties": false, "items": false, "oneOf": false, "type": { "description": "The primitive type, if any", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "type" ], "title": "Primitive Type", "type": "object" }, { "$comment": "An array type must have the \"type\" property set.", "description": "A reference to an array type. The \"type\" property must be set to \"array\" and the \"items\" property must be present. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": false, "items": { "$ref": "#/$defs/typeSpec", "description": "The element type of the array" }, "oneOf": false, "type": { "const": "array" } }, "required": [ "type", "items" ], "title": "Array Type", "type": "object" }, { "description": "A reference to a map type. The \"type\" property must be set to \"object\" and the \"additionalProperties\" property may be present. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": { "$ref": "#/$defs/typeSpec", "description": "The element type of the map. Defaults to \"string\" when omitted." }, "items": false, "oneOf": false, "type": { "const": "object" } }, "required": [ "type" ], "title": "Map Type", "type": "object" }, { "description": "A reference to a type in this or another document. The \"$ref\" property must be present. The \"type\" property is ignored if it is present. No other properties may be present.", "properties": { "$ref": { "description": "The URI of the referenced type. For example, the built-in Archive, Asset, and Any\ntypes are referenced as \"pulumi.json#/Archive\", \"pulumi.json#/Asset\", and \"pulumi.json#/Any\", respectively.\nA type from this document is referenced as \"#/types/pulumi:type:token\".\nA type from another document is referenced as \"path#/types/pulumi:type:token\", where path is of the form:\n \"/provider/vX.Y.Z/schema.json\" or \"pulumi.json\" or \"http[s]://example.com/provider/vX.Y.Z/schema.json\"\nA resource from this document is referenced as \"#/resources/pulumi:type:token\".\nA resource from another document is referenced as \"path#/resources/pulumi:type:token\", where path is of the form:\n \"/provider/vX.Y.Z/schema.json\" or \"pulumi.json\" or \"http[s]://example.com/provider/vX.Y.Z/schema.json\"", "format": "uri-reference", "type": "string" }, "additionalProperties": false, "items": false, "oneOf": false, "type": { "description": "ignored; present for compatibility with existing schemas", "type": "string" } }, "required": [ "$ref" ], "title": "Named Type", "type": "object" }, { "description": "A reference to a union type. The \"oneOf\" property must be present. The union may additional specify an underlying primitive type via the \"type\" property and a discriminator via the \"discriminator\" property. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": false, "discriminator": { "description": "Informs the consumer of an alternative schema based on the value associated with it", "properties": { "mapping": { "additionalProperties": { "type": "string" }, "description": "an optional object to hold mappings between payload values and schema names or references", "type": "object" }, "propertyName": { "description": "PropertyName is the name of the property in the payload that will hold the discriminator value", "minLength": 1, "type": "string" } }, "required": [ "propertyName" ], "type": "object" }, "items": false, "oneOf": { "description": "If present, indicates that values of the type may be one of any of the listed types", "items": { "$ref": "#/$defs/typeSpec" }, "minItems": 2, "type": "array" }, "type": { "description": "The underlying primitive type of the union, if any", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "oneOf" ], "title": "Union Type", "type": "object" } ], "properties": { "plain": { "description": "Indicates that when used as an input, this type does not accept eventual values.", "type": "boolean" } }, "title": "Type Reference", "type": "object" } }, "$id": "https://github.com/pulumi/pulumi/blob/master/pkg/codegen/schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "description": "A description of the schema for a Pulumi Package", "properties": { "attribution": { "description": "Freeform text attribution of derived work, if required.", "type": "string" }, "config": { "description": "The package's configuration variables.", "properties": { "required": { "description": "A list of the names of the package's required configuration variables.", "items": { "type": "string" }, "type": "array" }, "variables": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from variable name to propertySpec that describes a package's configuration variables.", "type": "object" } }, "type": "object" }, "description": { "description": "The description of the package. Descriptions are interpreted as Markdown.", "type": "string" }, "displayName": { "description": "The human-friendly name of the package.", "type": "string" }, "functions": { "additionalProperties": { "$ref": "#/$defs/functionSpec" }, "description": "A map from token to functionSpec that describes the set of functions defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "homepage": { "description": "The package's homepage.", "type": "string" }, "keywords": { "description": "The list of keywords that are associated with the package, if any.", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Additional language-specific data about the package.", "type": "object" }, "license": { "description": "The name of the license used for the package's contents.", "type": "string" }, "logoUrl": { "description": "The URL of the package's logo, if any.", "type": "string" }, "meta": { "description": "Format metadata about this package.", "properties": { "moduleFormat": { "description": "A regex that is used by the importer to extract a module name from the module portion of a type token. Packages that use the module format \"namespace1/namespace2/.../namespaceN\" do not need to specify a format. The regex must define one capturing group that contains the module name, which must be formatted as \"namespace1/namespace2/...namespaceN\".", "format": "regex", "type": "string" } }, "required": [ "moduleFormat" ], "type": "object" }, "name": { "description": "The unqualified name of the package (e.g. \"aws\", \"azure\", \"gcp\", \"kubernetes\", \"random\")", "pattern": "^[a-zA-Z][-a-zA-Z0-9_]*$", "type": "string" }, "pluginDownloadURL": { "description": "The URL to use when downloading the provider plugin binary.", "type": "string" }, "provider": { "$ref": "#/$defs/resourceSpec", "description": "The provider type for this package." }, "publisher": { "description": "The name of the person or organization that authored and published the package.", "type": "string" }, "repository": { "description": "The URL at which the package's sources can be found.", "type": "string" }, "resources": { "additionalProperties": { "$ref": "#/$defs/resourceSpec" }, "description": "A map from type token to resourceSpec that describes the set of resources and components defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "types": { "additionalProperties": { "$ref": "#/$defs/complexTypeSpec" }, "description": "A map from type token to complexTypeSpec that describes the set of complex types (i.e. object, enum) defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "version": { "description": "The version of the package. The version must be valid semver.", "pattern": "^v?(?P<major>0|[1-9]\\d*)\\.(?P<minor>0|[1-9]\\d*)\\.(?P<patch>0|[1-9]\\d*)(?:-(?P<prerelease>(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$", "type": "string" } }, "required": [ "name" ], "title": "Pulumi Package Metaschema", "type": "object" }
Apache-2.0
en
pulumi/pulumi
1000822130663968a4e97cb51185ab73087f5caf
2022-12-12T18:27:28
pkg/codegen/schema/pulumi.json
20,207
2024-05-29T11:37:40.288477Z
{ "$defs": { "complexTypeSpec": { "description": "Describes an object or enum type.", "oneOf": [ { "allOf": [ { "$ref": "#/$defs/objectTypeSpec" } ], "properties": { "type": { "const": "object" } }, "title": "Object Type Definition", "type": "object" }, { "$ref": "#/$defs/enumTypeSpec" } ], "properties": { "description": { "description": "The description of the type, if any. Interpreted as Markdown.", "type": "string" }, "isOverlay": { "description": "Indicates that the implementation of the type should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "language": { "description": "Additional language-specific data about the type.", "type": "object" } }, "title": "Type Definition", "type": "object" }, "enumTypeSpec": { "description": "Describes an enum type", "properties": { "enum": { "description": "The list of possible values for the enum", "items": { "properties": { "deprecationMessage": { "description": "Indicates whether the value is deprecated.", "type": "string" }, "description": { "description": "The description of the enum value, if any. Interpreted as Markdown.", "type": "string" }, "name": { "description": "If present, overrides the name of the enum value that would usually be derived from the value.", "type": "string" }, "value": { "description": "The enum value itself", "type": [ "boolean", "integer", "number", "string" ] } }, "required": [ "value" ], "title": "Enum Value Definition", "type": "object" }, "type": "array" }, "type": { "description": "The underlying primitive type of the enum", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "type", "enum" ], "title": "Enum Type Definition", "type": "object" }, "functionSpec": { "description": "Describes a function.", "properties": { "deprecationMessage": { "description": "Indicates whether the function is deprecated", "type": "string" }, "description": { "description": "The description of the function, if any. Interpreted as Markdown.", "type": "string" }, "inputs": { "$ref": "#/$defs/objectTypeSpec", "description": "The bag of input values for the function, if any." }, "isOverlay": { "description": "Indicates that the implementation of the function should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "language": { "description": "Additional language-specific data about the function.", "type": "object" }, "outputs": { "$ref": "#/$defs/objectTypeSpec", "description": "The bag of output values for the function, if any." } }, "title": "Function Definition", "type": "object" }, "objectTypeSpec": { "description": "Describes an object type", "properties": { "properties": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from property name to propertySpec that describes the object's properties.", "type": "object" }, "required": { "description": "A list of the names of an object type's required properties. These properties must be set for inputs and will always be set for outputs.", "items": { "type": "string" }, "type": "array" } }, "title": "Object Type Details", "type": "object" }, "propertySpec": { "allOf": [ { "$ref": "#/$defs/typeSpec" } ], "description": "Describes an object or resource property", "properties": { "const": { "description": "The constant value for the property, if any. The type of the value must be assignable to the type of the property.", "type": [ "boolean", "number", "string" ] }, "default": { "description": "The default value for the property, if any. The type of the value must be assignable to the type of the property.", "type": [ "boolean", "number", "string" ] }, "defaultInfo": { "description": "Additional information about the property's default value, if any.", "properties": { "environment": { "description": "A set of environment variables to probe for a default value.", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Additional language-specific data about the default value.", "type": "object" } }, "required": [ "environment" ], "type": "object" }, "deprecationMessage": { "description": "Indicates whether the property is deprecated", "type": "string" }, "description": { "description": "The description of the property, if any. Interpreted as Markdown.", "type": "string" }, "language": { "description": "Additional language-specific data about the property.", "type": "object" }, "replaceOnChanges": { "description": "Specifies whether a change to the property causes its containing resource to be replaced instead of updated (default false).", "type": "boolean" }, "secret": { "description": "Specifies whether the property is secret (default false).", "type": "boolean" }, "willReplaceOnChanges": { "description": "Indicates that the provider will replace the resource when this property is changed.", "type": "boolean" } }, "title": "Property Definition", "type": "object" }, "resourceSpec": { "allOf": [ { "$ref": "#/$defs/objectTypeSpec" } ], "description": "Describes a resource or component.", "properties": { "aliases": { "description": "The list of aliases for the resource.", "items": { "properties": { "name": { "description": "The name portion of the alias, if any", "type": "string" }, "project": { "description": "The project portion of the alias, if any", "type": "string" }, "type": { "description": "The type portion of the alias, if any", "type": "string" } }, "title": "Alias Definition", "type": "object" }, "type": "array" }, "deprecationMessage": { "description": "Indicates whether the resource is deprecated", "type": "string" }, "description": { "description": "The description of the resource, if any. Interpreted as Markdown.", "type": "string" }, "inputProperties": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from property name to propertySpec that describes the resource's input properties.", "type": "object" }, "isComponent": { "description": "Indicates whether the resource is a component.", "type": "boolean" }, "isOverlay": { "description": "Indicates that the implementation of the resource should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "methods": { "additionalProperties": { "type": "string" }, "description": "A map from method name to function token that describes the resource's method set.", "type": "object" }, "requiredInputs": { "description": "A list of the names of the resource's required input properties.", "items": { "type": "string" }, "type": "array" }, "stateInputs": { "$ref": "#/$defs/objectTypeSpec", "description": "An optional objectTypeSpec that describes additional inputs that mau be necessary to get an existing resource. If this is unset, only an ID is necessary." } }, "title": "Resource Definition", "type": "object" }, "token": { "$comment": "In the regex below, the 'module' portion of the token is optional. However, a missing module component creates a '::', which breaks URNs ('::' is the URN delimiter). We have many test schemas that use an empty module component successfully, as they never create URNs; while these are _probably_ the only places that need updating, it might be possible that there are module-less type tokens in the wild elsewhere and we may need to remain compatible with those tokens.", "pattern": "^[a-zA-Z][-a-zA-Z0-9_]*:([^0-9][a-zA-Z0-9._/-]*)?:[^0-9][a-zA-Z0-9._/]*$", "title": "Token", "type": "string" }, "typeSpec": { "description": "A reference to a type. The particular kind of type referenced is determined based on the contents of the \"type\" property and the presence or absence of the \"additionalProperties\", \"items\", \"oneOf\", and \"$ref\" properties.", "oneOf": [ { "description": "A reference to a primitive type. A primitive type must have only the \"type\" property set.", "properties": { "$ref": false, "additionalProperties": false, "items": false, "oneOf": false, "type": { "description": "The primitive type, if any", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "type" ], "title": "Primitive Type", "type": "object" }, { "$comment": "An array type must have the \"type\" property set.", "description": "A reference to an array type. The \"type\" property must be set to \"array\" and the \"items\" property must be present. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": false, "items": { "$ref": "#/$defs/typeSpec", "description": "The element type of the array" }, "oneOf": false, "type": { "const": "array" } }, "required": [ "type", "items" ], "title": "Array Type", "type": "object" }, { "description": "A reference to a map type. The \"type\" property must be set to \"object\" and the \"additionalProperties\" property may be present. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": { "$ref": "#/$defs/typeSpec", "description": "The element type of the map. Defaults to \"string\" when omitted." }, "items": false, "oneOf": false, "type": { "const": "object" } }, "required": [ "type" ], "title": "Map Type", "type": "object" }, { "description": "A reference to a type in this or another document. The \"$ref\" property must be present. The \"type\" property is ignored if it is present. No other properties may be present.", "properties": { "$ref": { "description": "The URI of the referenced type. For example, the built-in Archive, Asset, and Any\ntypes are referenced as \"pulumi.json#/Archive\", \"pulumi.json#/Asset\", and \"pulumi.json#/Any\", respectively.\nA type from this document is referenced as \"#/types/pulumi:type:token\".\nA type from another document is referenced as \"path#/types/pulumi:type:token\", where path is of the form:\n \"/provider/vX.Y.Z/schema.json\" or \"pulumi.json\" or \"http[s]://example.com/provider/vX.Y.Z/schema.json\"\nA resource from this document is referenced as \"#/resources/pulumi:type:token\".\nA resource from another document is referenced as \"path#/resources/pulumi:type:token\", where path is of the form:\n \"/provider/vX.Y.Z/schema.json\" or \"pulumi.json\" or \"http[s]://example.com/provider/vX.Y.Z/schema.json\"", "format": "uri-reference", "type": "string" }, "additionalProperties": false, "items": false, "oneOf": false, "type": { "description": "ignored; present for compatibility with existing schemas", "type": "string" } }, "required": [ "$ref" ], "title": "Named Type", "type": "object" }, { "description": "A reference to a union type. The \"oneOf\" property must be present. The union may additional specify an underlying primitive type via the \"type\" property and a discriminator via the \"discriminator\" property. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": false, "discriminator": { "description": "Informs the consumer of an alternative schema based on the value associated with it", "properties": { "mapping": { "additionalProperties": { "type": "string" }, "description": "an optional object to hold mappings between payload values and schema names or references", "type": "object" }, "propertyName": { "description": "PropertyName is the name of the property in the payload that will hold the discriminator value", "minLength": 1, "type": "string" } }, "required": [ "propertyName" ], "type": "object" }, "items": false, "oneOf": { "description": "If present, indicates that values of the type may be one of any of the listed types", "items": { "$ref": "#/$defs/typeSpec" }, "minItems": 2, "type": "array" }, "type": { "description": "The underlying primitive type of the union, if any", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "oneOf" ], "title": "Union Type", "type": "object" } ], "properties": { "plain": { "description": "Indicates that when used as an input, this type does not accept eventual values.", "type": "boolean" } }, "title": "Type Reference", "type": "object" } }, "$id": "https://github.com/pulumi/pulumi/blob/master/pkg/codegen/schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "description": "A description of the schema for a Pulumi Package", "properties": { "attribution": { "description": "Freeform text attribution of derived work, if required.", "type": "string" }, "config": { "description": "The package's configuration variables.", "properties": { "required": { "description": "A list of the names of the package's required configuration variables.", "items": { "type": "string" }, "type": "array" }, "variables": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from variable name to propertySpec that describes a package's configuration variables.", "type": "object" } }, "type": "object" }, "description": { "description": "The description of the package. Descriptions are interpreted as Markdown.", "type": "string" }, "displayName": { "description": "The human-friendly name of the package.", "type": "string" }, "functions": { "additionalProperties": { "$ref": "#/$defs/functionSpec" }, "description": "A map from token to functionSpec that describes the set of functions defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "homepage": { "description": "The package's homepage.", "type": "string" }, "keywords": { "description": "The list of keywords that are associated with the package, if any.", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Additional language-specific data about the package.", "type": "object" }, "license": { "description": "The name of the license used for the package's contents.", "type": "string" }, "logoUrl": { "description": "The URL of the package's logo, if any.", "type": "string" }, "meta": { "description": "Format metadata about this package.", "properties": { "moduleFormat": { "description": "A regex that is used by the importer to extract a module name from the module portion of a type token. Packages that use the module format \"namespace1/namespace2/.../namespaceN\" do not need to specify a format. The regex must define one capturing group that contains the module name, which must be formatted as \"namespace1/namespace2/...namespaceN\".", "format": "regex", "type": "string" } }, "required": [ "moduleFormat" ], "type": "object" }, "name": { "description": "The unqualified name of the package (e.g. \"aws\", \"azure\", \"gcp\", \"kubernetes\", \"random\")", "pattern": "^[a-zA-Z][-a-zA-Z0-9_]*$", "type": "string" }, "pluginDownloadUrl": { "description": "The URL to use when downloading the provider plugin binary.", "type": "string" }, "provider": { "$ref": "#/$defs/resourceSpec", "description": "The provider type for this package." }, "publisher": { "description": "The name of the person or organization that authored and published the package.", "type": "string" }, "repository": { "description": "The URL at which the package's sources can be found.", "type": "string" }, "resources": { "additionalProperties": { "$ref": "#/$defs/resourceSpec" }, "description": "A map from type token to resourceSpec that describes the set of resources and components defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "types": { "additionalProperties": { "$ref": "#/$defs/complexTypeSpec" }, "description": "A map from type token to complexTypeSpec that describes the set of complex types (i.e. object, enum) defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "version": { "description": "The version of the package. The version must be valid semver.", "pattern": "^v?(?P<major>0|[1-9]\\d*)\\.(?P<minor>0|[1-9]\\d*)\\.(?P<patch>0|[1-9]\\d*)(?:-(?P<prerelease>(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$", "type": "string" } }, "required": [ "name" ], "title": "Pulumi Package Metaschema", "type": "object" }
Apache-2.0
en
pulumi/pulumi
134d7cb818dc5f2c01f2cdd239ff12d687f9460f
2021-09-22T04:37:06
sdk/go/common/apitype/resources.json
20,207
2024-05-29T11:37:40.288477Z
{ "$defs": { "resourceV3": { "$anchor": "v3", "additionalProperties": false, "description": "Version 3 of a Pulumi resource state.", "properties": { "additionalSecretOutputs": { "description": "A list of outputs that were explicitly marked as secret when the resource was created.", "items": { "type": "string" }, "type": "array" }, "aliases": { "description": "A list of previous URNs that this resource may have had in previous deployments", "items": { "$ref": "#/$defs/urn" }, "type": "array" }, "custom": { "description": "True when the resource is managed by a plugin.", "type": "boolean" }, "customTimeouts": { "description": "A configuration block that can be used to control timeouts of CRUD operations", "type": "object" }, "delete": { "description": "True when the resource should be deleted during the next update.", "type": "boolean" }, "dependencies": { "description": "The dependency edges to other resources that this depends on.", "items": { "$ref": "#/$defs/urn" }, "type": "array" }, "external": { "description": "True when the lifecycle of this resource is not managed by Pulumi.", "type": "boolean" }, "id": { "description": "The provider-assigned resource ID, if any, for custom resources.", "type": "string" }, "importID": { "description": "The import input used for imported resources.", "type": "string" }, "initErrors": { "description": "The set of errors encountered in the process of initializing resource (i.e. during create or update).", "items": { "type": "string" }, "type": "array" }, "inputs": { "additionalProperties": { "$ref": "https://github.com/pulumi/pulumi/blob/master/sdk/go/common/apitype/property-values.json" }, "description": "The input properties supplied to the provider.", "type": "object" }, "outputs": { "additionalProperties": { "$ref": "https://github.com/pulumi/pulumi/blob/master/sdk/go/common/apitype/property-values.json" }, "description": "The output properties returned by the provider after provisioning.", "type": "object" }, "parent": { "$ref": "#/$defs/urn", "description": "An optional parent URN if this resource is a child of it." }, "pendingReplacement": { "description": "Tracks delete-before-replace resources that have been deleted but not yet recreated.", "type": "boolean" }, "propertyDependencies": { "additionalProperties": { "items": { "$ref": "#/$defs/urn" }, "type": "array" }, "description": "A map from each input property name to the set of resources that property depends on.", "type": "object" }, "protect": { "description": "True when this resource is \"protected\" and may not be deleted.", "type": "boolean" }, "provider": { "description": "A reference to the provider that is associated with this resource.", "type": "string" }, "type": { "description": "The resource's full type token.", "type": "string" }, "urn": { "$ref": "#/$defs/urn", "description": "The resource's unique name." } }, "required": [ "urn" ], "title": "Resource V3", "type": "object" }, "urn": { "$comment": "It would be wonderful to include a regex here for validation, but we generate _many_ invalid URNs in tests for readability + expediency", "description": "The unique name for a resource in a Pulumi stack.", "title": "Unique Resource Name (URN)", "type": "string" } }, "$id": "https://github.com/pulumi/pulumi/blob/master/sdk/go/common/apitype/resources.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Schemas for Pulumi resource states.", "oneOf": [ { "$ref": "#v3" } ], "title": "Pulumi Resource State" }
Apache-2.0
en
pulumi/pulumi
9a78ca1ca424e50083d136200ca831ff3433554d
2021-10-27T19:53:09
pkg/codegen/schema/pulumi.json
20,207
2024-05-29T11:37:40.288477Z
{ "$defs": { "complexTypeSpec": { "description": "Describes an object or enum type.", "oneOf": [ { "allOf": [ { "$ref": "#/$defs/objectTypeSpec" } ], "properties": { "type": { "const": "object" } }, "title": "Object Type Definition", "type": "object" }, { "$ref": "#/$defs/enumTypeSpec" } ], "properties": { "description": { "description": "The description of the type, if any. Interpreted as Markdown.", "type": "string" }, "language": { "description": "Additional language-specific data about the type.", "type": "object" } }, "title": "Type Definition", "type": "object" }, "enumTypeSpec": { "description": "Describes an enum type", "properties": { "enum": { "description": "The list of possible values for the enum", "items": { "properties": { "deprecationMessage": { "description": "Indicates whether or not the value is deprecated.", "type": "string" }, "description": { "description": "The description of the enum value, if any. Interpreted as Markdown.", "type": "string" }, "name": { "description": "If present, overrides the name of the enum value that would usually be derived from the value.", "type": "string" }, "value": { "description": "The enum value itself", "type": [ "boolean", "integer", "number", "string" ] } }, "required": [ "value" ], "title": "Enum Value Definition", "type": "object" }, "type": "array" }, "type": { "description": "The underlying primitive type of the enum", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "type", "enum" ], "title": "Enum Type Definition", "type": "object" }, "functionSpec": { "description": "Describes a function.", "properties": { "deprecationMessage": { "description": "Indicates whether or not the function is deprecated", "type": "string" }, "description": { "description": "The description of the function, if any. Interpreted as Markdown.", "type": "string" }, "inputs": { "$ref": "#/$defs/objectTypeSpec", "description": "The bag of input values for the function, if any." }, "language": { "description": "Additional language-specific data about the function.", "type": "object" }, "outputs": { "$ref": "#/$defs/objectTypeSpec", "description": "The bag of output values for the function, if any." } }, "title": "Function Definition", "type": "object" }, "objectTypeSpec": { "description": "Describes an object type", "properties": { "properties": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from property name to propertySpec that describes the object's properties.", "type": "object" }, "required": { "description": "A list of the names of an object type's required properties. These properties must be set for inputs and will always be set for outputs.", "items": { "type": "string" }, "type": "array" } }, "title": "Object Type Details", "type": "object" }, "propertySpec": { "allOf": [ { "$ref": "#/$defs/typeSpec" } ], "description": "Describes an object or resource property", "properties": { "const": { "description": "The constant value for the property, if any. The type of the value must be assignable to the type of the property.", "type": [ "boolean", "number", "string" ] }, "default": { "description": "The default value for the property, if any. The type of the value must be assignable to the type of the property.", "type": [ "boolean", "number", "string" ] }, "defaultInfo": { "description": "Additional information about the property's default value, if any.", "properties": { "environment": { "description": "A set of environment variables to probe for a default value.", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Additional language-specific data about the default value.", "type": "object" } }, "required": [ "environment" ], "type": "object" }, "deprecationMessage": { "description": "Indicates whether or not the property is deprecated", "type": "string" }, "description": { "description": "The description of the property, if any. Interpreted as Markdown.", "type": "string" }, "language": { "description": "Additional language-specific data about the property.", "type": "object" }, "replaceOnChanges": { "description": "Specifies whether a change to the property causes its containing resource to be replaced instead of updated (default false).", "type": "boolean" }, "secret": { "description": "Specifies whether the property is secret (default false).", "type": "boolean" } }, "title": "Property Definition", "type": "object" }, "resourceSpec": { "allOf": [ { "$ref": "#/$defs/objectTypeSpec" } ], "description": "Describes a resource or component.", "properties": { "aliases": { "description": "The list of aliases for the resource.", "items": { "properties": { "name": { "description": "The name portion of the alias, if any", "type": "string" }, "project": { "description": "The project portion of the alias, if any", "type": "string" }, "type": { "description": "The type portion of the alias, if any", "type": "string" } }, "title": "Alias Definition", "type": "object" }, "type": "array" }, "deprecationMessage": { "description": "Indicates whether or not the resource is deprecated", "type": "string" }, "description": { "description": "The description of the resource, if any. Interpreted as Markdown.", "type": "string" }, "inputProperties": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from property name to propertySpec that describes the resource's input properties.", "type": "object" }, "isComponent": { "description": "Indicates whether or not the resource is a component.", "type": "boolean" }, "methods": { "additionalProperties": { "type": "string" }, "description": "A map from method name to function token that describes the resource's method set.", "type": "object" }, "requiredInputs": { "description": "A list of the names of the resource's required input properties.", "items": { "type": "string" }, "type": "array" }, "stateInputs": { "$ref": "#/$defs/objectTypeSpec", "description": "An optional objectTypeSpec that describes additional inputs that mau be necessary to get an existing resource. If this is unset, only an ID is necessary." } }, "title": "Resource Definition", "type": "object" }, "token": { "$comment": "In the regex below, the 'module' portion of the token is optional. However, a missing module component creates a '::', which breaks URNs ('::' is the URN delimiter). We have many test schemas that use an empty module component successfully, as they never create URNs; while these are _probably_ the only places that need updating, it might be possible that there are module-less type tokens in the wild elsewhere and we may need to remain compatible with those tokens.", "pattern": "^[a-zA-Z][-a-zA-Z0-9_]*:([^0-9][a-zA-Z0-9._/-]*)?:[^0-9][a-zA-Z0-9._/]*$", "title": "Token", "type": "string" }, "typeSpec": { "description": "A reference to a type. The particular kind of type referenced is determined based on the contents of the \"type\" property and the presence or absence of the \"additionalProperties\", \"items\", \"oneOf\", and \"$ref\" properties.", "oneOf": [ { "description": "A reference to a primitive type. A primitive type must have only the \"type\" property set.", "properties": { "$ref": false, "additionalProperties": false, "items": false, "oneOf": false, "type": { "description": "The primitive type, if any", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "type" ], "title": "Primitive Type", "type": "object" }, { "$comment": "An array type must have the \"type\" property set.", "description": "A reference to an array type. The \"type\" property must be set to \"array\" and the \"items\" property must be present. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": false, "items": { "$ref": "#/$defs/typeSpec", "description": "The element type of the array" }, "oneOf": false, "type": { "const": "array" } }, "required": [ "type", "items" ], "title": "Array Type", "type": "object" }, { "description": "A reference to a map type. The \"type\" property must be set to \"object\" and the \"additionalProperties\" property may be present. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": { "$ref": "#/$defs/typeSpec", "description": "The element type of the map. Defaults to \"string\" when omitted." }, "items": false, "oneOf": false, "type": { "const": "object" } }, "required": [ "type" ], "title": "Map Type", "type": "object" }, { "description": "A reference to a type in this or another document. The \"$ref\" property must be present. The \"type\" property is ignored if it is present. No other properties may be present.", "properties": { "$ref": { "description": "The URI of the referenced type. For example, the built-in Archive, Asset, and Any\ntypes are referenced as \"pulumi.json#/Archive\", \"pulumi.json#/Asset\", and \"pulumi.json#/Any\", respectively.\nA type from this document is referenced as \"#/types/pulumi:type:token\".\nA type from another document is referenced as \"path#/types/pulumi:type:token\", where path is of the form:\n \"/provider/vX.Y.Z/schema.json\" or \"pulumi.json\" or \"http[s]://example.com/provider/vX.Y.Z/schema.json\"\nA resource from this document is referenced as \"#/resources/pulumi:type:token\".\nA resource from another document is referenced as \"path#/resources/pulumi:type:token\", where path is of the form:\n \"/provider/vX.Y.Z/schema.json\" or \"pulumi.json\" or \"http[s]://example.com/provider/vX.Y.Z/schema.json\"", "format": "uri-reference", "type": "string" }, "additionalProperties": false, "items": false, "oneOf": false, "type": { "description": "ignored; present for compatibility with existing schemas", "type": "string" } }, "required": [ "$ref" ], "title": "Named Type", "type": "object" }, { "description": "A reference to a union type. The \"oneOf\" property must be present. The union may additional specify an underlying primitive type via the \"type\" property and a discriminator via the \"discriminator\" property. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": false, "discriminator": { "description": "Informs the consumer of an alternative schema based on the value associated with it", "properties": { "mapping": { "additionalProperties": { "type": "string" }, "description": "an optional object to hold mappings between payload values and schema names or references", "type": "object" }, "propertyName": { "description": "PropertyName is the name of the property in the payload that will hold the discriminator value", "minLength": 1, "type": "string" } }, "required": [ "propertyName" ], "type": "object" }, "items": false, "oneOf": { "description": "If present, indicates that values of the type may be one of any of the listed types", "items": { "$ref": "#/$defs/typeSpec" }, "minItems": 2, "type": "array" }, "type": { "description": "The underlying primitive type of the union, if any", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "oneOf" ], "title": "Union Type", "type": "object" } ], "properties": { "plain": { "description": "Indicates that when used as an input, this type does not accept eventual values.", "type": "boolean" } }, "title": "Type Reference", "type": "object" } }, "$id": "https://github.com/pulumi/pulumi/blob/master/pkg/codegen/schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "description": "A description of the schema for a Pulumi Package", "properties": { "attribution": { "description": "Freeform text attribution of derived work, if required.", "type": "string" }, "config": { "description": "The package's configuration variables.", "properties": { "required": { "description": "A list of the names of the package's required configuration variables.", "items": { "type": "string" }, "type": "array" }, "variables": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from variable name to propertySpec that describes a package's configuration variables.", "type": "object" } }, "type": "object" }, "description": { "description": "The description of the package. Descriptions are interpreted as Markdown.", "type": "string" }, "displayName": { "description": "The human-friendly name of the package.", "type": "string" }, "functions": { "additionalProperties": { "$ref": "#/$defs/functionSpec" }, "description": "A map from token to functionSpec that describes the set of functions defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "homepage": { "description": "The package's homepage.", "type": "string" }, "keywords": { "description": "The list of keywords that are associated with the package, if any.", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Additional language-specific data about the package.", "type": "object" }, "license": { "description": "The name of the license used for the package's contents.", "type": "string" }, "logoUrl": { "description": "The URL of the package's logo, if any.", "type": "string" }, "meta": { "description": "Format metadata about this package.", "properties": { "moduleFormat": { "description": "A regex that is used by the importer to extract a module name from the module portion of a type token. Packages that use the module format \"namespace1/namespace2/.../namespaceN\" do not need to specify a format. The regex must define one capturing group that contains the module name, which must be formatted as \"namespace1/namespace2/...namespaceN\".", "format": "regex", "type": "string" } }, "required": [ "moduleFormat" ], "type": "object" }, "name": { "description": "The unqualified name of the package (e.g. \"aws\", \"azure\", \"gcp\", \"kubernetes\", \"random\")", "pattern": "^[a-zA-Z][-a-zA-Z0-9_]*$", "type": "string" }, "pluginDownloadUrl": { "description": "The URL to use when downloading the provider plugin binary.", "type": "string" }, "provider": { "$ref": "#/$defs/resourceSpec", "description": "The provider type for this package." }, "publisher": { "description": "The name of the person or organization that authored and published the package.", "type": "string" }, "repository": { "description": "The URL at which the package's sources can be found.", "type": "string" }, "resources": { "additionalProperties": { "$ref": "#/$defs/resourceSpec" }, "description": "A map from type token to resourceSpec that describes the set of resources and components defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "types": { "additionalProperties": { "$ref": "#/$defs/complexTypeSpec" }, "description": "A map from type token to complexTypeSpec that describes the set of complex types (i.e. object, enum) defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "version": { "description": "The version of the package. The version must be valid semver.", "pattern": "^v?(?P<major>0|[1-9]\\d*)\\.(?P<minor>0|[1-9]\\d*)\\.(?P<patch>0|[1-9]\\d*)(?:-(?P<prerelease>(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$", "type": "string" } }, "required": [ "name" ], "title": "Pulumi Package Metaschema", "type": "object" }
Apache-2.0
en
pulumi/pulumi
22d2ef247f86e439244402e146185227da569e97
2021-10-26T00:15:17
pkg/codegen/schema/pulumi.json
20,207
2024-05-29T11:37:40.288477Z
{ "$defs": { "complexTypeSpec": { "description": "Describes an object or enum type.", "oneOf": [ { "allOf": [ { "$ref": "#/$defs/objectTypeSpec" } ], "properties": { "type": { "const": "object" } }, "title": "Object Type Definition", "type": "object" }, { "$ref": "#/$defs/enumTypeSpec" } ], "properties": { "description": { "description": "The description of the type, if any. Interpreted as Markdown.", "type": "string" }, "language": { "description": "Additional language-specific data about the type.", "type": "object" } }, "title": "Type Definition", "type": "object" }, "enumTypeSpec": { "description": "Describes an enum type", "properties": { "enum": { "description": "The list of possible values for the enum", "items": { "properties": { "deprecationMessage": { "description": "Indicates whether or not the value is deprecated.", "type": "string" }, "description": { "description": "The description of the enum value, if any. Interpreted as Markdown.", "type": "string" }, "name": { "description": "If present, overrides the name of the enum value that would usually be derived from the value.", "type": "string" }, "value": { "description": "The enum value itself", "type": [ "boolean", "integer", "number", "string" ] } }, "required": [ "value" ], "title": "Enum Value Definition", "type": "object" }, "type": "array" }, "type": { "description": "The underlying primitive type of the enum", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "type", "enum" ], "title": "Enum Type Definition", "type": "object" }, "functionSpec": { "description": "Describes a function.", "properties": { "deprecationMessage": { "description": "Indicates whether or not the function is deprecated", "type": "string" }, "description": { "description": "The description of the function, if any. Interpreted as Markdown.", "type": "string" }, "inputs": { "$ref": "#/$defs/objectTypeSpec", "description": "The bag of input values for the function, if any." }, "language": { "description": "Additional language-specific data about the function.", "type": "object" }, "outputs": { "$ref": "#/$defs/objectTypeSpec", "description": "The bag of output values for the function, if any." } }, "title": "Function Definition", "type": "object" }, "objectTypeSpec": { "description": "Describes an object type", "properties": { "properties": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from property name to propertySpec that describes the object's properties.", "type": "object" }, "required": { "description": "A list of the names of an object type's required properties. These properties must be set for inputs and will always be set for outputs.", "items": { "type": "string" }, "type": "array" } }, "title": "Object Type Details", "type": "object" }, "propertySpec": { "allOf": [ { "$ref": "#/$defs/typeSpec" } ], "description": "Describes an object or resource property", "properties": { "const": { "description": "The constant value for the property, if any. The type of the value must be assignable to the type of the property.", "type": [ "boolean", "number", "string" ] }, "default": { "description": "The default value for the property, if any. The type of the value must be assignable to the type of the property.", "type": [ "boolean", "number", "string" ] }, "defaultInfo": { "description": "Additional information about the property's default value, if any.", "properties": { "environment": { "description": "A set of environment variables to probe for a default value.", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Additional language-specific data about the default value.", "type": "object" } }, "required": [ "environment" ], "type": "object" }, "deprecationMessage": { "description": "Indicates whether or not the property is deprecated", "type": "string" }, "description": { "description": "The description of the property, if any. Interpreted as Markdown.", "type": "string" }, "language": { "description": "Additional language-specific data about the property.", "type": "object" }, "replaceOnChanges": { "description": "Specifies whether a change to the property causes its containing resource to be replaced instead of updated (default false).", "type": "boolean" }, "secret": { "description": "Specifies whether the property is secret (default false).", "type": "boolean" } }, "title": "Property Definition", "type": "object" }, "resourceSpec": { "allOf": [ { "$ref": "#/$defs/objectTypeSpec" } ], "description": "Describes a resource or component.", "properties": { "aliases": { "description": "The list of aliases for the resource.", "items": { "properties": { "name": { "description": "The name portion of the alias, if any", "type": "string" }, "project": { "description": "The project portion of the alias, if any", "type": "string" }, "type": { "description": "The type portion of the alias, if any", "type": "string" } }, "title": "Alias Definition", "type": "object" }, "type": "array" }, "deprecationMessage": { "description": "Indicates whether or not the resource is deprecated", "type": "string" }, "description": { "description": "The description of the resource, if any. Interpreted as Markdown.", "type": "string" }, "inputProperties": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from property name to propertySpec that describes the resource's input properties.", "type": "object" }, "isComponent": { "description": "Indicates whether or not the resource is a component.", "type": "boolean" }, "methods": { "additionalProperties": { "type": "string" }, "description": "A map from method name to function token that describes the resource's method set.", "type": "object" }, "requiredInputs": { "description": "A list of the names of the resource's required input properties.", "items": { "type": "string" }, "type": "array" }, "stateInputs": { "$ref": "#/$defs/objectTypeSpec", "description": "An optional objectTypeSpec that describes additional inputs that mau be necessary to get an existing resource. If this is unset, only an ID is necessary." } }, "title": "Resource Definition", "type": "object" }, "token": { "$comment": "In the regex below, the 'module' portion of the token is optional. However, a missing module component creates a '::', which breaks URNs ('::' is the URN delimiter). We have many test schemas that use an empty module component successfully, as they never create URNs; while these are _probably_ the only places that need updating, it might be possible that there are module-less type tokens in the wild elsewhere and we may need to remain compatible with those tokens.", "pattern": "^[a-zA-Z][-a-zA-Z0-9_]*:([^0-9][a-zA-Z0-9._/-]*)?:[^0-9][a-zA-Z0-9._/]*$", "title": "Token", "type": "string" }, "typeSpec": { "description": "A reference to a type. The particular kind of type referenced is determined based on the contents of the \"type\" property and the presence or absence of the \"additionalProperties\", \"items\", \"oneOf\", and \"$ref\" properties.", "oneOf": [ { "description": "A reference to a primitive type. A primitive type must have only the \"type\" property set.", "properties": { "$ref": false, "additionalProperties": false, "items": false, "oneOf": false, "type": { "description": "The primitive type, if any", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "type" ], "title": "Primitive Type", "type": "object" }, { "$comment": "An array type must have the \"type\" property set.", "description": "A reference to an array type. The \"type\" property must be set to \"array\" and the \"items\" property must be present. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": false, "items": { "$ref": "#/$defs/typeSpec", "description": "The element type of the array" }, "oneOf": false, "type": { "const": "array" } }, "required": [ "type", "items" ], "title": "Array Type", "type": "object" }, { "description": "A reference to a map type. The \"type\" property must be set to \"object\" and the \"additionalProperties\" property may be present. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": { "$ref": "#/$defs/typeSpec", "description": "The element type of the map. Defaults to \"string\" when omitted." }, "items": false, "oneOf": false, "type": { "const": "object" } }, "required": [ "type" ], "title": "Map Type", "type": "object" }, { "description": "A reference to a type in this or another document. The \"$ref\" property must be present. The \"type\" property is ignored if it is present. No other properties may be present.", "properties": { "$ref": { "description": "The URI of the referenced type. For example, the built-in Archive, Asset, and Any\ntypes are referenced as \"pulumi.json#/Archive\", \"pulumi.json#/Asset\", and \"pulumi.json#/Any\", respectively.\nA type from this document is referenced as \"#/types/pulumi:type:token\".\nA type from another document is referenced as \"path#/types/pulumi:type:token\", where path is of the form:\n \"/provider/vX.Y.Z/schema.json\" or \"pulumi.json\" or \"http[s]://example.com/provider/vX.Y.Z/schema.json\"\nA resource from this document is referenced as \"#/resources/pulumi:type:token\".\nA resource from another document is referenced as \"path#/resources/pulumi:type:token\", where path is of the form:\n \"/provider/vX.Y.Z/schema.json\" or \"pulumi.json\" or \"http[s]://example.com/provider/vX.Y.Z/schema.json\"", "format": "uri-reference", "type": "string" }, "additionalProperties": false, "items": false, "oneOf": false, "type": { "description": "ignored; present for compatibility with existing schemas", "type": "string" } }, "required": [ "$ref" ], "title": "Named Type", "type": "object" }, { "description": "A reference to a union type. The \"oneOf\" property must be present. The union may additional specify an underlying primitive type via the \"type\" property and a discriminator via the \"discriminator\" property. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": false, "discriminator": { "description": "Informs the consumer of an alternative schema based on the value associated with it", "properties": { "mapping": { "additionalProperties": { "type": "string" }, "description": "an optional object to hold mappings between payload values and schema names or references", "type": "object" }, "propertyName": { "description": "PropertyName is the name of the property in the payload that will hold the discriminator value", "minLength": 1, "type": "string" } }, "required": [ "propertyName" ], "type": "object" }, "items": false, "oneOf": { "description": "If present, indicates that values of the type may be one of any of the listed types", "items": { "$ref": "#/$defs/typeSpec" }, "minItems": 2, "type": "array" }, "type": { "description": "The underlying primitive type of the union, if any", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "oneOf" ], "title": "Union Type", "type": "object" } ], "properties": { "plain": { "description": "Indicates that when used as an input, this type does not accept eventual values.", "type": "boolean" } }, "title": "Type Reference", "type": "object" } }, "$id": "https://github.com/pulumi/pulumi/blob/master/pkg/codegen/schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "description": "A description of the schema for a Pulumi Package", "properties": { "attribution": { "description": "Freeform text attribution of derived work, if required.", "type": "string" }, "config": { "description": "The package's configuration variables.", "properties": { "required": { "description": "A list of the names of the package's required configuration variables.", "items": { "type": "string" }, "type": "array" }, "variables": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from variable name to propertySpec that describes a package's configuration variables.", "type": "object" } }, "type": "object" }, "description": { "description": "The description of the package. Descriptions are interpreted as Markdown.", "type": "string" }, "functions": { "additionalProperties": { "$ref": "#/$defs/functionSpec" }, "description": "A map from token to functionSpec that describes the set of functions defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "homepage": { "description": "The package's homepage.", "type": "string" }, "keywords": { "description": "The list of keywords that are associated with the package, if any.", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Additional language-specific data about the package.", "type": "object" }, "license": { "description": "The name of the license used for the package's contents.", "type": "string" }, "logoUrl": { "description": "The URL of the package's logo, if any.", "type": "string" }, "meta": { "description": "Format metadata about this package.", "properties": { "moduleFormat": { "description": "A regex that is used by the importer to extract a module name from the module portion of a type token. Packages that use the module format \"namespace1/namespace2/.../namespaceN\" do not need to specify a format. The regex must define one capturing group that contains the module name, which must be formatted as \"namespace1/namespace2/...namespaceN\".", "format": "regex", "type": "string" } }, "required": [ "moduleFormat" ], "type": "object" }, "name": { "description": "The unqualified name of the package (e.g. \"aws\", \"azure\", \"gcp\", \"kubernetes\", \"random\")", "pattern": "^[a-zA-Z][-a-zA-Z0-9_]*$", "type": "string" }, "pluginDownloadUrl": { "description": "The URL to use when downloading the provider plugin binary.", "type": "string" }, "provider": { "$ref": "#/$defs/resourceSpec", "description": "The provider type for this package." }, "repository": { "description": "The URL at which the package's sources can be found.", "type": "string" }, "resources": { "additionalProperties": { "$ref": "#/$defs/resourceSpec" }, "description": "A map from type token to resourceSpec that describes the set of resources and components defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "types": { "additionalProperties": { "$ref": "#/$defs/complexTypeSpec" }, "description": "A map from type token to complexTypeSpec that describes the set of complex types (i.e. object, enum) defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "version": { "description": "The version of the package. The version must be valid semver.", "pattern": "^v?(?P<major>0|[1-9]\\d*)\\.(?P<minor>0|[1-9]\\d*)\\.(?P<patch>0|[1-9]\\d*)(?:-(?P<prerelease>(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$", "type": "string" } }, "required": [ "name" ], "title": "Pulumi Package Metaschema", "type": "object" }
Apache-2.0
en
pulumi/pulumi
818d055a7792ebb3d5291e2a3ccd7fa3c6f32003
2022-12-21T10:33:07
pkg/codegen/schema/pulumi.json
20,207
2024-05-29T11:37:40.288477Z
{ "$defs": { "complexTypeSpec": { "description": "Describes an object or enum type.", "oneOf": [ { "allOf": [ { "$ref": "#/$defs/objectTypeSpec" } ], "properties": { "type": { "const": "object" } }, "title": "Object Type Definition", "type": "object" }, { "$ref": "#/$defs/enumTypeSpec" } ], "properties": { "description": { "description": "The description of the type, if any. Interpreted as Markdown.", "type": "string" }, "isOverlay": { "description": "Indicates that the implementation of the type should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "language": { "description": "Additional language-specific data about the type.", "type": "object" } }, "title": "Type Definition", "type": "object" }, "csharpLanguageSpec": { "description": "Describes C# specific settings", "properties": { "compatibility": { "description": "", "type": "string" }, "namespaces": { "$ref": "#/$defs/schemaStringMap" }, "packageReferences": { "$ref": "#/$defs/schemaStringMap" }, "rootNamespace": { "desciption": "Root namespace for the generated .NET SDK" } }, "title": "C# Language Overrides Definition", "type": "object" }, "enumTypeSpec": { "description": "Describes an enum type", "properties": { "enum": { "description": "The list of possible values for the enum", "items": { "properties": { "deprecationMessage": { "description": "Indicates whether the value is deprecated.", "type": "string" }, "description": { "description": "The description of the enum value, if any. Interpreted as Markdown.", "type": "string" }, "name": { "description": "If present, overrides the name of the enum value that would usually be derived from the value.", "type": "string" }, "value": { "description": "The enum value itself", "type": [ "boolean", "integer", "number", "string" ] } }, "required": [ "value" ], "title": "Enum Value Definition", "type": "object" }, "type": "array" }, "type": { "description": "The underlying primitive type of the enum", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "type", "enum" ], "title": "Enum Type Definition", "type": "object" }, "functionSpec": { "description": "Describes a function.", "properties": { "deprecationMessage": { "description": "Indicates whether the function is deprecated", "type": "string" }, "description": { "description": "The description of the function, if any. Interpreted as Markdown.", "type": "string" }, "inputs": { "$ref": "#/$defs/objectTypeSpec", "description": "The bag of input values for the function, if any." }, "isOverlay": { "description": "Indicates that the implementation of the function should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "language": { "description": "Additional language-specific data about the function.", "type": "object" }, "outputs": { "$ref": "#/$defs/objectTypeSpec", "description": "The bag of output values for the function, if any." } }, "title": "Function Definition", "type": "object" }, "goLanguageSpec": { "description": "Describes Go specific settings", "properties": { "generateExtraInputTypes": { "description": "", "type": "boolean" }, "generateResourceContainerTypes": { "description": "", "type": "boolean" }, "importBasePath": { "description": "Base import path for the Go package", "type": "string" } }, "title": "Go Language Overrides Definition", "type": "object" }, "javaLanguageSpec": { "description": "Describes Java specific settings", "properties": { "basePackage": { "default": "com.pulumi", "description": "Base Java package name for the generated Java provider SDK", "type": "string" }, "buildFiles": { "description": "If set to \"gradle\" enables a generation of a basic set of Gradle build files.", "type": "string" }, "dependencies": { "$ref": "#/$defs/schemaStringMap", "description": "Specifies Maven-style dependencies for the generated code." }, "gradleNexusPublishPluginVersion": { "description": "Enables the use of a given version of io.github.gradle-nexus.publish-plugin in the generated Gradle build files (only when `buildFiles=\"gradle\")", "type": "string" }, "gradleTest": { "description": "generates a test section to enable `gradle test` command to run unit tests over the generated code. Supported values: \"JUnitPlatform\" (only when `buildFiles=\"gradle\")", "enum": [ "JUnitPlatform" ] }, "packages": { "$ref": "#/$defs/schemaStringMap" } }, "title": "Java Language Overrides Definition", "type": "object" }, "languageSpec": { "description": "Describes programming language specific settings", "properties": { "csharp": { "$ref": "#/$defs/csharpLanguageSpec" }, "go": { "$ref": "#/$defs/goLanguageSpec" }, "java": { "$ref": "#/$defs/javaLanguageSpec" }, "nodejs": { "$ref": "#/$defs/nodejsLanguageSpec" }, "python": { "$ref": "#/$defs/pythonLanguageSpec" } }, "title": "Language Overrides Definition", "type": "object" }, "nodejsLanguageSpec": { "description": "Describes NodeJS specific settings", "properties": { "compatibility": { "description": "", "enum": [ "tfbridge20" ], "type": "string" }, "dependencies": { "$ref": "#/$defs/schemaStringMap", "description": "NPM package dependencies" }, "devDependencies": { "$ref": "#/$defs/schemaStringMap", "description": "NPM package devDependencies" }, "disableUnionOutputTypes": { "description": "", "type": "boolean" }, "packageDescription": { "description": "NPM package description", "type": "string" }, "packageName": { "description": "NPM package name (includes @namespace)", "type": "string" }, "readme": { "description": "Content of the generated package README.md file.", "type": "string" }, "typescriptVersion": { "description": "Typescript Version", "type": "string" } }, "title": "NodeJS Language Overrides Definition", "type": "object" }, "objectTypeSpec": { "description": "Describes an object type", "properties": { "properties": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from property name to propertySpec that describes the object's properties.", "type": "object" }, "required": { "description": "A list of the names of an object type's required properties. These properties must be set for inputs and will always be set for outputs.", "items": { "type": "string" }, "type": "array" } }, "title": "Object Type Details", "type": "object" }, "propertySpec": { "allOf": [ { "$ref": "#/$defs/typeSpec" } ], "description": "Describes an object or resource property", "properties": { "const": { "description": "The constant value for the property, if any. The type of the value must be assignable to the type of the property.", "type": [ "boolean", "number", "string" ] }, "default": { "description": "The default value for the property, if any. The type of the value must be assignable to the type of the property.", "type": [ "boolean", "number", "string" ] }, "defaultInfo": { "description": "Additional information about the property's default value, if any.", "properties": { "environment": { "description": "A set of environment variables to probe for a default value.", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Additional language-specific data about the default value.", "type": "object" } }, "required": [ "environment" ], "type": "object" }, "deprecationMessage": { "description": "Indicates whether the property is deprecated", "type": "string" }, "description": { "description": "The description of the property, if any. Interpreted as Markdown.", "type": "string" }, "language": { "description": "Additional language-specific data about the property.", "type": "object" }, "replaceOnChanges": { "description": "Specifies whether a change to the property causes its containing resource to be replaced instead of updated (default false).", "type": "boolean" }, "secret": { "description": "Specifies whether the property is secret (default false).", "type": "boolean" }, "willReplaceOnChanges": { "description": "Indicates that the provider will replace the resource when this property is changed.", "type": "boolean" } }, "title": "Property Definition", "type": "object" }, "pythonLanguageSpec": { "description": "Describes Python specific settings", "properties": { "compatibility": { "description": "", "enum": [ "tfbridge20" ], "type": "string" }, "packageName": { "description": "NPM package name (includes @namespace)", "type": "string" }, "readme": { "description": "Content of the generated package README.md file.", "type": "string" }, "requires": { "$ref": "#/$defs/schemaStringMap", "description": "Python package dependencies for the generated Python SDK" } }, "title": "Python Language Overrides Definition", "type": "object" }, "resourceSpec": { "allOf": [ { "$ref": "#/$defs/objectTypeSpec" } ], "description": "Describes a resource or component.", "properties": { "aliases": { "description": "The list of aliases for the resource.", "items": { "properties": { "name": { "description": "The name portion of the alias, if any", "type": "string" }, "project": { "description": "The project portion of the alias, if any", "type": "string" }, "type": { "description": "The type portion of the alias, if any", "type": "string" } }, "title": "Alias Definition", "type": "object" }, "type": "array" }, "deprecationMessage": { "description": "Indicates whether the resource is deprecated", "type": "string" }, "description": { "description": "The description of the resource, if any. Interpreted as Markdown.", "type": "string" }, "inputProperties": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from property name to propertySpec that describes the resource's input properties.", "type": "object" }, "isComponent": { "description": "Indicates whether the resource is a component.", "type": "boolean" }, "isOverlay": { "description": "Indicates that the implementation of the resource should not be generated from the schema, and is instead provided out-of-band by the package author", "type": "boolean" }, "methods": { "additionalProperties": { "type": "string" }, "description": "A map from method name to function token that describes the resource's method set.", "type": "object" }, "requiredInputs": { "description": "A list of the names of the resource's required input properties.", "items": { "type": "string" }, "type": "array" }, "stateInputs": { "$ref": "#/$defs/objectTypeSpec", "description": "An optional objectTypeSpec that describes additional inputs that mau be necessary to get an existing resource. If this is unset, only an ID is necessary." } }, "title": "Resource Definition", "type": "object" }, "schemaStringMap": { "additionalProperties": { "type": "string" }, "type": "object" }, "token": { "$comment": "In the regex below, the 'module' portion of the token is optional. However, a missing module component creates a '::', which breaks URNs ('::' is the URN delimiter). We have many test schemas that use an empty module component successfully, as they never create URNs; while these are _probably_ the only places that need updating, it might be possible that there are module-less type tokens in the wild elsewhere and we may need to remain compatible with those tokens.", "pattern": "^[a-zA-Z][-a-zA-Z0-9_]*:([^0-9][a-zA-Z0-9._/-]*)?:[^0-9][a-zA-Z0-9._/]*$", "title": "Token", "type": "string" }, "typeSpec": { "description": "A reference to a type. The particular kind of type referenced is determined based on the contents of the \"type\" property and the presence or absence of the \"additionalProperties\", \"items\", \"oneOf\", and \"$ref\" properties.", "oneOf": [ { "description": "A reference to a primitive type. A primitive type must have only the \"type\" property set.", "properties": { "$ref": false, "additionalProperties": false, "items": false, "oneOf": false, "type": { "description": "The primitive type, if any", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "type" ], "title": "Primitive Type", "type": "object" }, { "$comment": "An array type must have the \"type\" property set.", "description": "A reference to an array type. The \"type\" property must be set to \"array\" and the \"items\" property must be present. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": false, "items": { "$ref": "#/$defs/typeSpec", "description": "The element type of the array" }, "oneOf": false, "type": { "const": "array" } }, "required": [ "type", "items" ], "title": "Array Type", "type": "object" }, { "description": "A reference to a map type. The \"type\" property must be set to \"object\" and the \"additionalProperties\" property may be present. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": { "$ref": "#/$defs/typeSpec", "description": "The element type of the map. Defaults to \"string\" when omitted." }, "items": false, "oneOf": false, "type": { "const": "object" } }, "required": [ "type" ], "title": "Map Type", "type": "object" }, { "description": "A reference to a type in this or another document. The \"$ref\" property must be present. The \"type\" property is ignored if it is present. No other properties may be present.", "properties": { "$ref": { "description": "The URI of the referenced type. For example, the built-in Archive, Asset, and Any\ntypes are referenced as \"pulumi.json#/Archive\", \"pulumi.json#/Asset\", and \"pulumi.json#/Any\", respectively.\nA type from this document is referenced as \"#/types/pulumi:type:token\".\nA type from another document is referenced as \"path#/types/pulumi:type:token\", where path is of the form:\n \"/provider/vX.Y.Z/schema.json\" or \"pulumi.json\" or \"http[s]://example.com/provider/vX.Y.Z/schema.json\"\nA resource from this document is referenced as \"#/resources/pulumi:type:token\".\nA resource from another document is referenced as \"path#/resources/pulumi:type:token\", where path is of the form:\n \"/provider/vX.Y.Z/schema.json\" or \"pulumi.json\" or \"http[s]://example.com/provider/vX.Y.Z/schema.json\"", "format": "uri-reference", "type": "string" }, "additionalProperties": false, "items": false, "oneOf": false, "type": { "description": "ignored; present for compatibility with existing schemas", "type": "string" } }, "required": [ "$ref" ], "title": "Named Type", "type": "object" }, { "description": "A reference to a union type. The \"oneOf\" property must be present. The union may additional specify an underlying primitive type via the \"type\" property and a discriminator via the \"discriminator\" property. No other properties may be present.", "properties": { "$ref": false, "additionalProperties": false, "discriminator": { "description": "Informs the consumer of an alternative schema based on the value associated with it", "properties": { "mapping": { "additionalProperties": { "type": "string" }, "description": "an optional object to hold mappings between payload values and schema names or references", "type": "object" }, "propertyName": { "description": "PropertyName is the name of the property in the payload that will hold the discriminator value", "minLength": 1, "type": "string" } }, "required": [ "propertyName" ], "type": "object" }, "items": false, "oneOf": { "description": "If present, indicates that values of the type may be one of any of the listed types", "items": { "$ref": "#/$defs/typeSpec" }, "minItems": 2, "type": "array" }, "type": { "description": "The underlying primitive type of the union, if any", "enum": [ "boolean", "integer", "number", "string" ], "type": "string" } }, "required": [ "oneOf" ], "title": "Union Type", "type": "object" } ], "properties": { "plain": { "description": "Indicates that when used as an input, this type does not accept eventual values.", "type": "boolean" } }, "title": "Type Reference", "type": "object" } }, "$id": "https://github.com/pulumi/pulumi/blob/master/pkg/codegen/schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "description": "A description of the schema for a Pulumi Package", "properties": { "attribution": { "description": "Freeform text attribution of derived work, if required.", "type": "string" }, "config": { "additionalProperties": false, "description": "The package's configuration variables.", "properties": { "defaults": { "description": "A list of the names of the package's non-required configuration variables.", "items": { "type": "string" }, "type": "array" }, "variables": { "additionalProperties": { "$ref": "#/$defs/propertySpec" }, "description": "A map from variable name to propertySpec that describes a package's configuration variables.", "type": "object" } }, "type": "object" }, "description": { "description": "The description of the package. Descriptions are interpreted as Markdown.", "type": "string" }, "displayName": { "description": "The human-friendly name of the package.", "type": "string" }, "functions": { "additionalProperties": { "$ref": "#/$defs/functionSpec" }, "description": "A map from token to functionSpec that describes the set of functions defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "homepage": { "description": "The package's homepage.", "type": "string" }, "keywords": { "description": "The list of keywords that are associated with the package, if any.", "items": { "type": "string" }, "type": "array" }, "language": { "description": "Additional language-specific data about the package.", "type": "object" }, "license": { "description": "The name of the license used for the package's contents.", "type": "string" }, "logoUrl": { "description": "The URL of the package's logo, if any.", "type": "string" }, "meta": { "additionalProperties": false, "description": "Format metadata about this package.", "properties": { "moduleFormat": { "description": "A regex that is used by the importer to extract a module name from the module portion of a type token. Packages that use the module format \"namespace1/namespace2/.../namespaceN\" do not need to specify a format. The regex must define one capturing group that contains the module name, which must be formatted as \"namespace1/namespace2/...namespaceN\".", "format": "regex", "type": "string" } }, "required": [ "moduleFormat" ], "type": "object" }, "name": { "description": "The unqualified name of the package (e.g. \"aws\", \"azure\", \"gcp\", \"kubernetes\", \"random\")", "pattern": "^[a-zA-Z][-a-zA-Z0-9_]*$", "type": "string" }, "pluginDownloadURL": { "description": "The URL to use when downloading the provider plugin binary.", "type": "string" }, "provider": { "$ref": "#/$defs/resourceSpec", "description": "The provider type for this package." }, "publisher": { "description": "The name of the person or organization that authored and published the package.", "type": "string" }, "repository": { "description": "The URL at which the package's sources can be found.", "type": "string" }, "resources": { "additionalProperties": { "$ref": "#/$defs/resourceSpec" }, "description": "A map from type token to resourceSpec that describes the set of resources and components defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "types": { "additionalProperties": { "$ref": "#/$defs/complexTypeSpec" }, "description": "A map from type token to complexTypeSpec that describes the set of complex types (i.e. object, enum) defined by this package.", "propertyNames": { "$ref": "#/$defs/token" }, "type": "object" }, "version": { "description": "The version of the package. The version must be valid semver.", "pattern": "^v?(?P<major>0|[1-9]\\d*)\\.(?P<minor>0|[1-9]\\d*)\\.(?P<patch>0|[1-9]\\d*)(?:-(?P<prerelease>(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$", "type": "string" } }, "required": [ "name" ], "title": "Pulumi Package Metaschema", "type": "object" }
Apache-2.0
en
3dcitydb/citydb-tool
2087a20807e6f383b09c1d1434ae1a0c9c0dfbd4
2024-05-07T07:17:42
resources/3dcitydb/json-schema/georeferenced-texture-mapping.schema.json
7
2024-05-27T06:36:30.136701Z
{ "$id": "https://3dcitydb.org/json-schema/5.0/georeferencedTextureMapping.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": { "type": "boolean" }, "description": "Schema for the JSON column georeferenced_texture_mapping of the surface_data_mapping table.", "title": "3DCityDB 5.0 geo-referenced texture mapping schema", "type": "object" }
Apache-2.0
en
3dcitydb/citydb-tool
e6f7fa75beb5bf08e82a2864f20e25531eef4ced
2024-01-21T07:11:49
resources/3dcitydb/json-schema/georeferenced-texture-mapping.schema.json
7
2024-05-27T06:36:30.136701Z
{ "$id": "https://3dcitydb.org/json-schema/5.0/georeferencedTextureMapping.schema.json", "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": { "type": "boolean" }, "description": "Schema for the JSON column georeferenced_texture_mapping of the surface_data_mapping table.", "title": "3DCityDB 5.0 geo-referenced texture mapping schema", "type": "object" }
Apache-2.0
en
3dcitydb/citydb-tool
e6f7fa75beb5bf08e82a2864f20e25531eef4ced
2024-01-21T07:11:49
resources/3dcitydb/json-schema/schema-mapping.schema.json
7
2024-05-27T06:36:30.136701Z
{ "$defs": { "dataType": { "allOf": [ { "$ref": "#/$defs/joinOrJoinTable" } ], "properties": { "identifier": { "type": "string" }, "properties": { "items": { "$ref": "#/$defs/property" }, "type": "array" }, "table": { "type": "string" }, "value": { "$ref": "#/$defs/value" } }, "required": [ "identifier", "table" ], "type": "object", "unevaluatedProperties": false }, "featureType": { "allOf": [ { "$ref": "#/$defs/joinOrJoinTable" } ], "properties": { "identifier": { "type": "string" }, "properties": { "items": { "$ref": "#/$defs/property" }, "type": "array" }, "table": { "type": "string" } }, "required": [ "identifier", "table" ], "type": "object", "unevaluatedProperties": false }, "join": { "additionalProperties": false, "properties": { "fromColumn": { "type": "string" }, "table": { "type": "string" }, "toColumn": { "type": "string" } }, "required": [ "table", "fromColumn", "toColumn" ], "type": "object" }, "joinOrJoinTable": { "oneOf": [ { "properties": { "joinTable": false }, "required": [ "join" ] }, { "properties": { "join": false }, "required": [ "joinTable" ] }, { "properties": { "join": false, "joinTable": false } } ], "properties": { "join": { "$ref": "#/$defs/join" }, "joinTable": { "$ref": "#/$defs/joinTable" } }, "type": "object" }, "joinTable": { "additionalProperties": false, "properties": { "sourceJoin": { "$ref": "#/$defs/join" }, "table": { "type": "string" }, "targetJoin": { "$ref": "#/$defs/join" } }, "required": [ "table", "sourceJoin", "targetJoin" ], "type": "object" }, "property": { "allOf": [ { "$ref": "#/$defs/valueOrTypeRef" }, { "$ref": "#/$defs/joinOrJoinTable" } ], "properties": { "name": { "type": "string" }, "namespace": { "type": "string" }, "parent": { "minimum": 0, "type": "integer" }, "table": { "type": "string" } }, "required": [ "name", "namespace" ], "type": "object", "unevaluatedProperties": false }, "simpleType": { "enum": [ "boolean", "integer", "double", "string", "uri", "timestamp", "array", "booleanArray", "integerArray", "doubleArray", "stringArray", "geometry" ], "type": "string" }, "value": { "additionalProperties": false, "oneOf": [ { "properties": { "property": false }, "required": [ "column", "type" ] }, { "properties": { "column": false, "schema": false, "type": false }, "required": [ "property" ] }, { "properties": { "column": false, "property": false, "schema": false, "type": false } } ], "properties": { "column": { "type": "string" }, "property": { "minimum": 0, "type": "integer" }, "schema": { "type": "object" }, "type": { "$ref": "#/$defs/simpleType" } }, "type": "object" }, "valueOrTypeRef": { "oneOf": [ { "properties": { "type": false }, "required": [ "value" ] }, { "properties": { "value": false }, "required": [ "type" ] }, { "properties": { "type": false, "value": false } } ], "properties": { "type": { "type": "string" }, "value": { "$ref": "#/$defs/value" } }, "type": "object" } }, "$id": "https://3dcitydb.org/json-schema/5.0/schemaMapping.schema.json", "$schema": "https://json-schema.org/draft/2019-09/schema", "anyOf": [ { "$ref": "#/$defs/featureType" }, { "$ref": "#/$defs/dataType" } ], "description": "JSON schema for the 3DCityDB 5.0 schema mapping.", "title": "3DCityDB 5.0 schema mapping" }
Apache-2.0
en
3dcitydb/citydb-tool
e6f7fa75beb5bf08e82a2864f20e25531eef4ced
2024-01-21T07:11:49
resources/3dcitydb/json-schema/material-mapping.schema.json
7
2024-05-27T06:36:30.136701Z
{ "$id": "https://3dcitydb.org/json-schema/5.0/materialMapping.schema.json", "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": { "type": "boolean" }, "description": "Schema for the JSON column material_mapping of the surface_data_mapping table.", "title": "3DCityDB 5.0 material mapping schema", "type": "object" }
Apache-2.0
en
3dcitydb/citydb-tool
234dde949825780d8f0138b1d98f90b7b8d1e42e
2024-05-15T06:48:56
resources/3dcitydb/json-schema/schema-mapping.schema.json
7
2024-05-27T06:36:30.136701Z
{ "$defs": { "columnType": { "oneOf": [ { "$ref": "#/$defs/simpleType" }, { "$ref": "#/$defs/geometryType" } ] }, "dataType": { "allOf": [ { "$ref": "#/$defs/joinOrJoinTable" } ], "properties": { "identifier": { "type": "string" }, "properties": { "items": { "$ref": "#/$defs/property" }, "type": "array" }, "table": { "type": "string" }, "value": { "$ref": "#/$defs/value" } }, "required": [ "identifier", "table" ], "type": "object", "unevaluatedProperties": false }, "featureType": { "allOf": [ { "$ref": "#/$defs/joinOrJoinTable" } ], "properties": { "identifier": { "type": "string" }, "properties": { "items": { "$ref": "#/$defs/property" }, "type": "array" }, "table": { "type": "string" } }, "required": [ "identifier", "table" ], "type": "object", "unevaluatedProperties": false }, "geometryType": { "enum": [ "core:AbstractGeometry", "core:AbstractSurface", "core:AbstractSolid", "core:Envelope", "core:Point", "core:MultiPoint", "core:LineString", "core:MultiLineString", "core:Polygon", "core:CompositeSurface", "core:TriangulatedSurface", "core:MultiSurface", "core:Solid", "core:CompositeSolid", "core:MultiSolid" ], "type": "string" }, "join": { "additionalProperties": false, "properties": { "conditions": { "items": { "$ref": "#/$defs/joinCondition" }, "type": "array" }, "fromColumn": { "type": "string" }, "table": { "type": "string" }, "toColumn": { "type": "string" } }, "required": [ "table", "fromColumn", "toColumn" ], "type": "object" }, "joinCondition": { "additionalProperties": false, "properties": { "column": { "type": "string" }, "type": { "$ref": "#/$defs/simpleType" }, "value": { "type": "string" } }, "required": [ "column", "value", "type" ], "type": "object" }, "joinOrJoinTable": { "oneOf": [ { "properties": { "join": { "$ref": "#/$defs/join" }, "joinTable": false }, "required": [ "join" ], "type": "object" }, { "properties": { "join": false, "joinTable": { "$ref": "#/$defs/joinTable" } }, "required": [ "joinTable" ], "type": "object" }, { "properties": { "join": false, "joinTable": false }, "type": "object" } ] }, "joinTable": { "additionalProperties": false, "properties": { "sourceJoin": { "$ref": "#/$defs/join" }, "table": { "type": "string" }, "targetJoin": { "$ref": "#/$defs/join" } }, "required": [ "table", "sourceJoin", "targetJoin" ], "type": "object" }, "property": { "allOf": [ { "$ref": "#/$defs/valueOrTypeRef" }, { "$ref": "#/$defs/joinOrJoinTable" } ], "properties": { "name": { "type": "string" }, "namespace": { "type": "string" }, "parent": { "minimum": 0, "type": "integer" } }, "required": [ "name", "namespace" ], "type": "object", "unevaluatedProperties": false }, "simpleType": { "enum": [ "boolean", "integer", "double", "string", "uri", "timestamp", "array", "booleanArray", "integerArray", "doubleArray", "stringArray" ], "type": "string" }, "value": { "oneOf": [ { "additionalProperties": false, "properties": { "column": { "type": "string" }, "property": false, "schema": { "type": "object" }, "type": { "$ref": "#/$defs/columnType" } }, "required": [ "column", "type" ], "type": "object" }, { "additionalProperties": false, "properties": { "column": false, "property": { "minimum": 0, "type": "integer" }, "schema": false, "type": false }, "required": [ "property" ], "type": "object" } ] }, "valueOrTypeRef": { "oneOf": [ { "properties": { "target": false, "type": false, "value": { "$ref": "#/$defs/value" } }, "required": [ "value" ], "type": "object" }, { "properties": { "target": { "type": "string" }, "type": { "not": { "enum": [ "core:FeatureProperty", "core:GeometryProperty" ] }, "type": "string" }, "value": false }, "required": [ "type" ], "type": "object" }, { "properties": { "target": { "type": "string" }, "type": { "const": "core:FeatureProperty" }, "value": false }, "required": [ "type", "target" ], "type": "object" }, { "properties": { "target": { "$ref": "#/$defs/geometryType" }, "type": { "const": "core:GeometryProperty" }, "value": false }, "required": [ "type", "target" ], "type": "object" }, { "properties": { "target": { "type": "string" }, "type": false, "value": false }, "type": "object" } ] } }, "$id": "https://3dcitydb.org/json-schema/5.0/schemaMapping.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "anyOf": [ { "$ref": "#/$defs/featureType" }, { "$ref": "#/$defs/dataType" } ], "description": "JSON schema for the 3DCityDB 5.0 schema mapping.", "title": "3DCityDB 5.0 schema mapping" }
Apache-2.0
en
3dcitydb/citydb-tool
a05b4cd2e68a458e8f8f0d7a5b65814d1a2978b5
2024-01-19T12:45:09
resources/3dcitydb/json-schema/gt-orientation.schema.json
7
2024-05-27T06:36:30.136701Z
{ "$id": "https://3dcitydb.org/json-schema/5.0/gtOrientation.schema.json", "$schema": "https://json-schema.org/draft/2019-09/schema", "description": "Schema for the JSON column gt_orientation of the surface_data table.", "items": { "type": "number" }, "maxItems": 4, "minItems": 4, "title": "3DCityDB 5.0 geo-referenced texture orientation schema", "type": "array" }
Apache-2.0
en
3dcitydb/citydb-tool
2087a20807e6f383b09c1d1434ae1a0c9c0dfbd4
2024-05-07T07:17:42
resources/3dcitydb/json-schema/gt-orientation.schema.json
7
2024-05-27T06:36:30.136701Z
{ "$id": "https://3dcitydb.org/json-schema/5.0/gtOrientation.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Schema for the JSON column gt_orientation of the surface_data table.", "items": { "type": "number" }, "maxItems": 4, "minItems": 4, "title": "3DCityDB 5.0 geo-referenced texture orientation schema", "type": "array" }
Apache-2.0
en
3dcitydb/citydb-tool
a05b4cd2e68a458e8f8f0d7a5b65814d1a2978b5
2024-01-19T12:45:09
resources/3dcitydb/json-schema/geometry-properties.schema.json
7
2024-05-27T06:36:30.136701Z
{ "$id": "https://3dcitydb.org/json-schema/5.0/geometryProperties.schema.json", "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": false, "description": "Schema for the JSON column geometry_properties of the geometry_data table.", "properties": { "children": { "items": { "additionalProperties": false, "properties": { "geometryIndex": { "type": "number" }, "isReversed": { "default": false, "type": "boolean" }, "objectId": { "type": "string" }, "parent": { "type": "number" }, "type": { "maximum": 11, "minimum": 1, "type": "number" } }, "required": [ "type" ], "type": "object" }, "type": "array" }, "is2D": { "default": false, "type": "boolean" }, "objectId": { "type": "string" }, "type": { "maximum": 11, "minimum": 1, "type": "number" } }, "required": [ "type" ], "title": "3DCityDB 5.0 geometry properties schema", "type": "object" }
Apache-2.0
en
3dcitydb/citydb-tool
2087a20807e6f383b09c1d1434ae1a0c9c0dfbd4
2024-05-07T07:17:42
resources/3dcitydb/json-schema/schema-mapping.schema.json
7
2024-05-27T06:36:30.136701Z
{ "$defs": { "dataType": { "allOf": [ { "$ref": "#/$defs/joinOrJoinTable" } ], "properties": { "identifier": { "type": "string" }, "properties": { "items": { "$ref": "#/$defs/property" }, "type": "array" }, "table": { "type": "string" }, "value": { "$ref": "#/$defs/value" } }, "required": [ "identifier", "table" ], "type": "object", "unevaluatedProperties": false }, "featureType": { "allOf": [ { "$ref": "#/$defs/joinOrJoinTable" } ], "properties": { "identifier": { "type": "string" }, "properties": { "items": { "$ref": "#/$defs/property" }, "type": "array" }, "table": { "type": "string" } }, "required": [ "identifier", "table" ], "type": "object", "unevaluatedProperties": false }, "join": { "additionalProperties": false, "properties": { "fromColumn": { "type": "string" }, "table": { "type": "string" }, "toColumn": { "type": "string" } }, "required": [ "table", "fromColumn", "toColumn" ], "type": "object" }, "joinOrJoinTable": { "oneOf": [ { "properties": { "join": { "$ref": "#/$defs/join" }, "joinTable": false }, "required": [ "join" ], "type": "object" }, { "properties": { "join": false, "joinTable": { "$ref": "#/$defs/joinTable" } }, "required": [ "joinTable" ], "type": "object" }, { "properties": { "join": false, "joinTable": false }, "type": "object" } ] }, "joinTable": { "additionalProperties": false, "properties": { "sourceJoin": { "$ref": "#/$defs/join" }, "table": { "type": "string" }, "targetJoin": { "$ref": "#/$defs/join" } }, "required": [ "table", "sourceJoin", "targetJoin" ], "type": "object" }, "property": { "allOf": [ { "$ref": "#/$defs/valueOrTypeRef" }, { "$ref": "#/$defs/joinOrJoinTable" } ], "properties": { "name": { "type": "string" }, "namespace": { "type": "string" }, "parent": { "minimum": 0, "type": "integer" }, "table": { "type": "string" } }, "required": [ "name", "namespace" ], "type": "object", "unevaluatedProperties": false }, "simpleType": { "enum": [ "boolean", "integer", "double", "string", "uri", "timestamp", "array", "booleanArray", "integerArray", "doubleArray", "stringArray", "geometry" ], "type": "string" }, "value": { "oneOf": [ { "additionalProperties": false, "properties": { "column": { "type": "string" }, "property": false, "schema": { "type": "object" }, "type": { "$ref": "#/$defs/simpleType" } }, "required": [ "column", "type" ], "type": "object" }, { "additionalProperties": false, "properties": { "column": false, "property": { "minimum": 0, "type": "integer" }, "schema": false, "type": false }, "required": [ "property" ], "type": "object" } ] }, "valueOrTypeRef": { "oneOf": [ { "properties": { "target": false, "type": false, "value": { "$ref": "#/$defs/value" } }, "required": [ "value" ], "type": "object" }, { "properties": { "target": false, "type": { "not": { "const": "core:FeatureProperty" }, "type": "string" }, "value": false }, "required": [ "type" ], "type": "object" }, { "properties": { "target": { "type": "string" }, "type": { "const": "core:FeatureProperty" }, "value": false }, "required": [ "type", "target" ], "type": "object" }, { "properties": { "target": false, "type": false, "value": false }, "type": "object" } ] } }, "$id": "https://3dcitydb.org/json-schema/5.0/schemaMapping.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "anyOf": [ { "$ref": "#/$defs/featureType" }, { "$ref": "#/$defs/dataType" } ], "description": "JSON schema for the 3DCityDB 5.0 schema mapping.", "title": "3DCityDB 5.0 schema mapping" }
Apache-2.0
en
3dcitydb/citydb-tool
2087a20807e6f383b09c1d1434ae1a0c9c0dfbd4
2024-05-07T07:17:42
resources/3dcitydb/json-schema/texture-mapping.schema.json
7
2024-05-27T06:36:30.136701Z
{ "$id": "https://3dcitydb.org/json-schema/5.0/textureMapping.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": { "items": { "items": { "items": { "type": "number" }, "maxItems": 2, "minItems": 2, "type": "array" }, "type": "array" }, "type": "array" }, "description": "Schema for the JSON column texture_mapping of the surface_data_mapping table.", "title": "3DCityDB 5.0 texture mapping schema", "type": "object" }
Apache-2.0
en
3dcitydb/citydb-tool
a05b4cd2e68a458e8f8f0d7a5b65814d1a2978b5
2024-01-19T12:45:09
resources/3dcitydb/json-schema/world-to-textureMapping.schema.json
7
2024-05-27T06:36:30.136701Z
{ "$id": "https://3dcitydb.org/json-schema/5.0/worldToTextureMapping.schema.json", "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": { "items": { "type": "number" }, "maxItems": 12, "minItems": 12, "type": "array" }, "description": "Schema for the JSON column world_to_texture_mapping of the surface_data_mapping table.", "title": "3DCityDB 5.0 world-to-texture mapping schema", "type": "object" }
Apache-2.0
en
3dcitydb/citydb-tool
a05b4cd2e68a458e8f8f0d7a5b65814d1a2978b5
2024-01-19T12:45:09
resources/3dcitydb/json-schema/material-mapping.schema.json
7
2024-05-27T06:36:30.136701Z
{ "$id": "https://3dcitydb.org/json-schema/5.0/materialMapping.schema.json", "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": { "type": "boolean" }, "description": "Schema for the JSON column material_mapping of the surface_data_mapping table.", "title": "3DCityDB 5.0 material mapping schema", "type": "object" }
Apache-2.0
en
3dcitydb/citydb-tool
2087a20807e6f383b09c1d1434ae1a0c9c0dfbd4
2024-05-07T07:17:42
resources/3dcitydb/json-schema/geometry-properties.schema.json
7
2024-05-27T06:36:30.136701Z
{ "$id": "https://3dcitydb.org/json-schema/5.0/geometryProperties.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "description": "Schema for the JSON column geometry_properties of the geometry_data table.", "properties": { "children": { "items": { "additionalProperties": false, "properties": { "geometryIndex": { "type": "number" }, "isReversed": { "default": false, "type": "boolean" }, "objectId": { "type": "string" }, "parent": { "type": "number" }, "type": { "maximum": 11, "minimum": 1, "type": "number" } }, "required": [ "type" ], "type": "object" }, "type": "array" }, "is2D": { "default": false, "type": "boolean" }, "objectId": { "type": "string" }, "type": { "maximum": 11, "minimum": 1, "type": "number" } }, "required": [ "type" ], "title": "3DCityDB 5.0 geometry properties schema", "type": "object" }
Apache-2.0
en
3dcitydb/citydb-tool
2087a20807e6f383b09c1d1434ae1a0c9c0dfbd4
2024-05-07T07:17:42
resources/3dcitydb/json-schema/val-array.schema.json
7
2024-05-27T06:36:30.136701Z
{ "$id": "https://3dcitydb.org/json-schema/5.0/valArray.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Schema for the JSON column val_array of the property table.", "items": { "type": [ "integer", "number", "string", "boolean" ] }, "title": "3DCityDB 5.0 array value schema", "type": "array" }
Apache-2.0
en
3dcitydb/citydb-tool
2087a20807e6f383b09c1d1434ae1a0c9c0dfbd4
2024-05-07T07:17:42
resources/3dcitydb/json-schema/material-mapping.schema.json
7
2024-05-27T06:36:30.136701Z
{ "$id": "https://3dcitydb.org/json-schema/5.0/materialMapping.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": { "type": "boolean" }, "description": "Schema for the JSON column material_mapping of the surface_data_mapping table.", "title": "3DCityDB 5.0 material mapping schema", "type": "object" }
Apache-2.0
en
3dcitydb/citydb-tool
bb643cd53a5a159d34cc625b0346d86655f86416
2024-05-07T18:47:33
resources/3dcitydb/json-schema/schema-mapping.schema.json
7
2024-05-27T06:36:30.136701Z
{ "$defs": { "dataType": { "allOf": [ { "$ref": "#/$defs/joinOrJoinTable" } ], "properties": { "identifier": { "type": "string" }, "properties": { "items": { "$ref": "#/$defs/property" }, "type": "array" }, "table": { "type": "string" }, "value": { "$ref": "#/$defs/value" } }, "required": [ "identifier", "table" ], "type": "object", "unevaluatedProperties": false }, "featureType": { "allOf": [ { "$ref": "#/$defs/joinOrJoinTable" } ], "properties": { "identifier": { "type": "string" }, "properties": { "items": { "$ref": "#/$defs/property" }, "type": "array" }, "table": { "type": "string" } }, "required": [ "identifier", "table" ], "type": "object", "unevaluatedProperties": false }, "join": { "additionalProperties": false, "properties": { "conditions": { "items": { "$ref": "#/$defs/joinCondition" }, "type": "array" }, "fromColumn": { "type": "string" }, "table": { "type": "string" }, "toColumn": { "type": "string" } }, "required": [ "table", "fromColumn", "toColumn" ], "type": "object" }, "joinCondition": { "additionalProperties": false, "properties": { "column": { "type": "string" }, "type": { "$ref": "#/$defs/simpleType" }, "value": { "type": "string" } }, "required": [ "column", "value", "type" ], "type": "object" }, "joinOrJoinTable": { "oneOf": [ { "properties": { "join": { "$ref": "#/$defs/join" }, "joinTable": false }, "required": [ "join" ], "type": "object" }, { "properties": { "join": false, "joinTable": { "$ref": "#/$defs/joinTable" } }, "required": [ "joinTable" ], "type": "object" }, { "properties": { "join": false, "joinTable": false }, "type": "object" } ] }, "joinTable": { "additionalProperties": false, "properties": { "sourceJoin": { "$ref": "#/$defs/join" }, "table": { "type": "string" }, "targetJoin": { "$ref": "#/$defs/join" } }, "required": [ "table", "sourceJoin", "targetJoin" ], "type": "object" }, "property": { "allOf": [ { "$ref": "#/$defs/valueOrTypeRef" }, { "$ref": "#/$defs/joinOrJoinTable" } ], "properties": { "name": { "type": "string" }, "namespace": { "type": "string" }, "parent": { "minimum": 0, "type": "integer" } }, "required": [ "name", "namespace" ], "type": "object", "unevaluatedProperties": false }, "simpleType": { "enum": [ "boolean", "integer", "double", "string", "uri", "timestamp", "array", "booleanArray", "integerArray", "doubleArray", "stringArray", "geometry" ], "type": "string" }, "value": { "oneOf": [ { "additionalProperties": false, "properties": { "column": { "type": "string" }, "property": false, "schema": { "type": "object" }, "type": { "$ref": "#/$defs/simpleType" } }, "required": [ "column", "type" ], "type": "object" }, { "additionalProperties": false, "properties": { "column": false, "property": { "minimum": 0, "type": "integer" }, "schema": false, "type": false }, "required": [ "property" ], "type": "object" } ] }, "valueOrTypeRef": { "oneOf": [ { "properties": { "target": false, "type": false, "value": { "$ref": "#/$defs/value" } }, "required": [ "value" ], "type": "object" }, { "properties": { "target": false, "type": { "not": { "const": "core:FeatureProperty" }, "type": "string" }, "value": false }, "required": [ "type" ], "type": "object" }, { "properties": { "target": { "type": "string" }, "type": { "const": "core:FeatureProperty" }, "value": false }, "required": [ "type", "target" ], "type": "object" }, { "properties": { "target": false, "type": false, "value": false }, "type": "object" } ] } }, "$id": "https://3dcitydb.org/json-schema/5.0/schemaMapping.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "anyOf": [ { "$ref": "#/$defs/featureType" }, { "$ref": "#/$defs/dataType" } ], "description": "JSON schema for the 3DCityDB 5.0 schema mapping.", "title": "3DCityDB 5.0 schema mapping" }
Apache-2.0
en
3dcitydb/citydb-tool
204cb9a8428648e95fcd5ef7d0a1cd8514c9dad3
2024-05-13T06:13:20
resources/3dcitydb/json-schema/schema-mapping.schema.json
7
2024-05-27T06:36:30.136701Z
{ "$defs": { "columnType": { "oneOf": [ { "$ref": "#/$defs/simpleType" }, { "$ref": "#/$defs/geometryType" } ] }, "dataType": { "allOf": [ { "$ref": "#/$defs/joinOrJoinTable" } ], "properties": { "identifier": { "type": "string" }, "properties": { "items": { "$ref": "#/$defs/property" }, "type": "array" }, "table": { "type": "string" }, "value": { "$ref": "#/$defs/value" } }, "required": [ "identifier", "table" ], "type": "object", "unevaluatedProperties": false }, "featureType": { "allOf": [ { "$ref": "#/$defs/joinOrJoinTable" } ], "properties": { "identifier": { "type": "string" }, "properties": { "items": { "$ref": "#/$defs/property" }, "type": "array" }, "table": { "type": "string" } }, "required": [ "identifier", "table" ], "type": "object", "unevaluatedProperties": false }, "geometryType": { "enum": [ "core:AbstractGeometry", "core:AbstractSurface", "core:AbstractSolid", "core:Envelope", "core:Point", "core:MultiPoint", "core:LineString", "core:MultiLineString", "core:Polygon", "core:CompositeSurface", "core:TriangulatedSurface", "core:MultiSurface", "core:Solid", "core:CompositeSolid", "core:MultiSolid" ], "type": "string" }, "join": { "additionalProperties": false, "properties": { "conditions": { "items": { "$ref": "#/$defs/joinCondition" }, "type": "array" }, "fromColumn": { "type": "string" }, "table": { "type": "string" }, "toColumn": { "type": "string" } }, "required": [ "table", "fromColumn", "toColumn" ], "type": "object" }, "joinCondition": { "additionalProperties": false, "properties": { "column": { "type": "string" }, "type": { "$ref": "#/$defs/columnType" }, "value": { "type": "string" } }, "required": [ "column", "value", "type" ], "type": "object" }, "joinOrJoinTable": { "oneOf": [ { "properties": { "join": { "$ref": "#/$defs/join" }, "joinTable": false }, "required": [ "join" ], "type": "object" }, { "properties": { "join": false, "joinTable": { "$ref": "#/$defs/joinTable" } }, "required": [ "joinTable" ], "type": "object" }, { "properties": { "join": false, "joinTable": false }, "type": "object" } ] }, "joinTable": { "additionalProperties": false, "properties": { "sourceJoin": { "$ref": "#/$defs/join" }, "table": { "type": "string" }, "targetJoin": { "$ref": "#/$defs/join" } }, "required": [ "table", "sourceJoin", "targetJoin" ], "type": "object" }, "property": { "allOf": [ { "$ref": "#/$defs/valueOrTypeRef" }, { "$ref": "#/$defs/joinOrJoinTable" } ], "properties": { "name": { "type": "string" }, "namespace": { "type": "string" }, "parent": { "minimum": 0, "type": "integer" } }, "required": [ "name", "namespace" ], "type": "object", "unevaluatedProperties": false }, "simpleType": { "enum": [ "boolean", "integer", "double", "string", "uri", "timestamp", "array", "booleanArray", "integerArray", "doubleArray", "stringArray" ], "type": "string" }, "value": { "oneOf": [ { "additionalProperties": false, "properties": { "column": { "type": "string" }, "property": false, "schema": { "type": "object" }, "type": { "$ref": "#/$defs/columnType" } }, "required": [ "column", "type" ], "type": "object" }, { "additionalProperties": false, "properties": { "column": false, "property": { "minimum": 0, "type": "integer" }, "schema": false, "type": false }, "required": [ "property" ], "type": "object" } ] }, "valueOrTypeRef": { "oneOf": [ { "properties": { "target": false, "type": false, "value": { "$ref": "#/$defs/value" } }, "required": [ "value" ], "type": "object" }, { "properties": { "target": { "type": "string" }, "type": { "not": { "enum": [ "core:FeatureProperty", "core:GeometryProperty" ] }, "type": "string" }, "value": false }, "required": [ "type" ], "type": "object" }, { "properties": { "target": { "type": "string" }, "type": { "const": "core:FeatureProperty" }, "value": false }, "required": [ "type", "target" ], "type": "object" }, { "properties": { "target": { "$ref": "#/$defs/geometryType" }, "type": { "const": "core:GeometryProperty" }, "value": false }, "required": [ "type", "target" ], "type": "object" }, { "properties": { "target": { "type": "string" }, "type": false, "value": false }, "type": "object" } ] } }, "$id": "https://3dcitydb.org/json-schema/5.0/schemaMapping.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "anyOf": [ { "$ref": "#/$defs/featureType" }, { "$ref": "#/$defs/dataType" } ], "description": "JSON schema for the 3DCityDB 5.0 schema mapping.", "title": "3DCityDB 5.0 schema mapping" }
Apache-2.0
en
3dcitydb/citydb-tool
e6f7fa75beb5bf08e82a2864f20e25531eef4ced
2024-01-21T07:11:49
resources/3dcitydb/json-schema/geometry-properties.schema.json
7
2024-05-27T06:36:30.136701Z
{ "$id": "https://3dcitydb.org/json-schema/5.0/geometryProperties.schema.json", "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": false, "description": "Schema for the JSON column geometry_properties of the geometry_data table.", "properties": { "children": { "items": { "additionalProperties": false, "properties": { "geometryIndex": { "type": "number" }, "isReversed": { "default": false, "type": "boolean" }, "objectId": { "type": "string" }, "parent": { "type": "number" }, "type": { "maximum": 11, "minimum": 1, "type": "number" } }, "required": [ "type" ], "type": "object" }, "type": "array" }, "is2D": { "default": false, "type": "boolean" }, "objectId": { "type": "string" }, "type": { "maximum": 11, "minimum": 1, "type": "number" } }, "required": [ "type" ], "title": "3DCityDB 5.0 geometry properties schema", "type": "object" }
Apache-2.0
en
3dcitydb/citydb-tool
e6f7fa75beb5bf08e82a2864f20e25531eef4ced
2024-01-21T07:11:49
resources/3dcitydb/json-schema/val-array.schema.json
7
2024-05-27T06:36:30.136701Z
{ "$id": "https://3dcitydb.org/json-schema/5.0/valArray.schema.json", "$schema": "https://json-schema.org/draft/2019-09/schema", "description": "Schema for the JSON column val_array of the property table.", "items": { "type": [ "integer", "number", "string", "boolean" ] }, "title": "3DCityDB 5.0 array value schema", "type": "array" }
Apache-2.0
en
3dcitydb/citydb-tool
e6f7fa75beb5bf08e82a2864f20e25531eef4ced
2024-01-21T07:11:49
resources/3dcitydb/json-schema/gt-orientation.schema.json
7
2024-05-27T06:36:30.136701Z
{ "$id": "https://3dcitydb.org/json-schema/5.0/gtOrientation.schema.json", "$schema": "https://json-schema.org/draft/2019-09/schema", "description": "Schema for the JSON column gt_orientation of the surface_data table.", "items": { "type": "number" }, "maxItems": 4, "minItems": 4, "title": "3DCityDB 5.0 geo-referenced texture orientation schema", "type": "array" }
Apache-2.0
en
3dcitydb/citydb-tool
a05b4cd2e68a458e8f8f0d7a5b65814d1a2978b5
2024-01-19T12:45:09
resources/3dcitydb/json-schema/schema-mapping.schema.json
7
2024-05-27T06:36:30.136701Z
{ "$defs": { "dataType": { "allOf": [ { "$ref": "#/$defs/joinOrJoinTable" } ], "properties": { "identifier": { "type": "string" }, "properties": { "items": { "$ref": "#/$defs/property" }, "type": "array" }, "table": { "type": "string" }, "value": { "$ref": "#/$defs/value" } }, "required": [ "identifier", "table" ], "type": "object", "unevaluatedProperties": false }, "featureType": { "allOf": [ { "$ref": "#/$defs/joinOrJoinTable" } ], "properties": { "identifier": { "type": "string" }, "properties": { "items": { "$ref": "#/$defs/property" }, "type": "array" }, "table": { "type": "string" } }, "required": [ "identifier", "table" ], "type": "object", "unevaluatedProperties": false }, "join": { "additionalProperties": false, "properties": { "fromColumn": { "type": "string" }, "table": { "type": "string" }, "toColumn": { "type": "string" } }, "required": [ "table", "fromColumn", "toColumn" ], "type": "object" }, "joinOrJoinTable": { "oneOf": [ { "properties": { "joinTable": false }, "required": [ "join" ] }, { "properties": { "join": false }, "required": [ "joinTable" ] }, { "properties": { "join": false, "joinTable": false } } ], "properties": { "join": { "$ref": "#/$defs/join" }, "joinTable": { "$ref": "#/$defs/joinTable" } }, "type": "object" }, "joinTable": { "additionalProperties": false, "properties": { "sourceJoin": { "$ref": "#/$defs/join" }, "table": { "type": "string" }, "targetJoin": { "$ref": "#/$defs/join" } }, "required": [ "table", "sourceJoin", "targetJoin" ], "type": "object" }, "property": { "allOf": [ { "$ref": "#/$defs/valueOrTypeRef" }, { "$ref": "#/$defs/joinOrJoinTable" } ], "properties": { "name": { "type": "string" }, "namespace": { "type": "string" }, "parent": { "minimum": 0, "type": "integer" }, "table": { "type": "string" } }, "required": [ "name", "namespace" ], "type": "object", "unevaluatedProperties": false }, "simpleType": { "enum": [ "boolean", "integer", "double", "string", "uri", "timestamp", "array", "booleanArray", "integerArray", "doubleArray", "stringArray", "geometry" ], "type": "string" }, "value": { "additionalProperties": false, "oneOf": [ { "properties": { "property": false }, "required": [ "column", "type" ] }, { "properties": { "column": false, "schema": false, "type": false }, "required": [ "property" ] }, { "properties": { "column": false, "property": false, "schema": false, "type": false } } ], "properties": { "column": { "type": "string" }, "property": { "minimum": 0, "type": "integer" }, "schema": { "type": "object" }, "type": { "$ref": "#/$defs/simpleType" } }, "type": "object" }, "valueOrTypeRef": { "oneOf": [ { "properties": { "type": false }, "required": [ "value" ] }, { "properties": { "value": false }, "required": [ "type" ] }, { "properties": { "type": false, "value": false } } ], "properties": { "type": { "type": "string" }, "value": { "$ref": "#/$defs/value" } }, "type": "object" } }, "$id": "https://3dcitydb.org/json-schema/5.0/schemaMapping.schema.json", "$schema": "https://json-schema.org/draft/2019-09/schema", "anyOf": [ { "$ref": "#/$defs/featureType" }, { "$ref": "#/$defs/dataType" } ], "description": "JSON schema for the 3DCityDB 5.0 schema mapping.", "title": "3DCityDB 5.0 schema mapping" }
Apache-2.0
en
3dcitydb/citydb-tool
a05b4cd2e68a458e8f8f0d7a5b65814d1a2978b5
2024-01-19T12:45:09
resources/3dcitydb/json-schema/val-array.schema.json
7
2024-05-27T06:36:30.136701Z
{ "$id": "https://3dcitydb.org/json-schema/5.0/valArray.schema.json", "$schema": "https://json-schema.org/draft/2019-09/schema", "description": "Schema for the JSON column val_array of the property table.", "items": { "type": [ "integer", "number", "string", "boolean" ] }, "title": "3DCityDB 5.0 array value schema", "type": "array" }
Apache-2.0
en
3dcitydb/citydb-tool
a05b4cd2e68a458e8f8f0d7a5b65814d1a2978b5
2024-01-19T12:45:09
resources/3dcitydb/json-schema/georeferenced-texture-mapping.schema.json
7
2024-05-27T06:36:30.136701Z
{ "$id": "https://3dcitydb.org/json-schema/5.0/georeferencedTextureMapping.schema.json", "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": { "type": "boolean" }, "description": "Schema for the JSON column georeferenced_texture_mapping of the surface_data_mapping table.", "title": "3DCityDB 5.0 geo-referenced texture mapping schema", "type": "object" }
Apache-2.0
en
3dcitydb/citydb-tool
6a6b2486d69181510f8ac8cc36812ceee00fc12d
2024-05-07T10:59:38
resources/3dcitydb/json-schema/schema-mapping.schema.json
7
2024-05-27T06:36:30.136701Z
{ "$defs": { "dataType": { "allOf": [ { "$ref": "#/$defs/joinOrJoinTable" } ], "properties": { "identifier": { "type": "string" }, "properties": { "items": { "$ref": "#/$defs/property" }, "type": "array" }, "table": { "type": "string" }, "value": { "$ref": "#/$defs/value" } }, "required": [ "identifier", "table" ], "type": "object", "unevaluatedProperties": false }, "featureType": { "allOf": [ { "$ref": "#/$defs/joinOrJoinTable" } ], "properties": { "identifier": { "type": "string" }, "properties": { "items": { "$ref": "#/$defs/property" }, "type": "array" }, "table": { "type": "string" } }, "required": [ "identifier", "table" ], "type": "object", "unevaluatedProperties": false }, "join": { "additionalProperties": false, "properties": { "fromColumn": { "type": "string" }, "table": { "type": "string" }, "toColumn": { "type": "string" } }, "required": [ "table", "fromColumn", "toColumn" ], "type": "object" }, "joinOrJoinTable": { "oneOf": [ { "properties": { "join": { "$ref": "#/$defs/join" }, "joinTable": false }, "required": [ "join" ], "type": "object" }, { "properties": { "join": false, "joinTable": { "$ref": "#/$defs/joinTable" } }, "required": [ "joinTable" ], "type": "object" }, { "properties": { "join": false, "joinTable": false }, "type": "object" } ] }, "joinTable": { "additionalProperties": false, "properties": { "sourceJoin": { "$ref": "#/$defs/join" }, "table": { "type": "string" }, "targetJoin": { "$ref": "#/$defs/join" } }, "required": [ "table", "sourceJoin", "targetJoin" ], "type": "object" }, "property": { "allOf": [ { "$ref": "#/$defs/valueOrTypeRef" }, { "$ref": "#/$defs/joinOrJoinTable" } ], "properties": { "name": { "type": "string" }, "namespace": { "type": "string" }, "parent": { "minimum": 0, "type": "integer" } }, "required": [ "name", "namespace" ], "type": "object", "unevaluatedProperties": false }, "simpleType": { "enum": [ "boolean", "integer", "double", "string", "uri", "timestamp", "array", "booleanArray", "integerArray", "doubleArray", "stringArray", "geometry" ], "type": "string" }, "value": { "oneOf": [ { "additionalProperties": false, "properties": { "column": { "type": "string" }, "property": false, "schema": { "type": "object" }, "type": { "$ref": "#/$defs/simpleType" } }, "required": [ "column", "type" ], "type": "object" }, { "additionalProperties": false, "properties": { "column": false, "property": { "minimum": 0, "type": "integer" }, "schema": false, "type": false }, "required": [ "property" ], "type": "object" } ] }, "valueOrTypeRef": { "oneOf": [ { "properties": { "target": false, "type": false, "value": { "$ref": "#/$defs/value" } }, "required": [ "value" ], "type": "object" }, { "properties": { "target": false, "type": { "not": { "const": "core:FeatureProperty" }, "type": "string" }, "value": false }, "required": [ "type" ], "type": "object" }, { "properties": { "target": { "type": "string" }, "type": { "const": "core:FeatureProperty" }, "value": false }, "required": [ "type", "target" ], "type": "object" }, { "properties": { "target": false, "type": false, "value": false }, "type": "object" } ] } }, "$id": "https://3dcitydb.org/json-schema/5.0/schemaMapping.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "anyOf": [ { "$ref": "#/$defs/featureType" }, { "$ref": "#/$defs/dataType" } ], "description": "JSON schema for the 3DCityDB 5.0 schema mapping.", "title": "3DCityDB 5.0 schema mapping" }
Apache-2.0
en
3dcitydb/citydb-tool
e6f7fa75beb5bf08e82a2864f20e25531eef4ced
2024-01-21T07:11:49
resources/3dcitydb/json-schema/world-to-textureMapping.schema.json
7
2024-05-27T06:36:30.136701Z
{ "$id": "https://3dcitydb.org/json-schema/5.0/worldToTextureMapping.schema.json", "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": { "items": { "type": "number" }, "maxItems": 12, "minItems": 12, "type": "array" }, "description": "Schema for the JSON column world_to_texture_mapping of the surface_data_mapping table.", "title": "3DCityDB 5.0 world-to-texture mapping schema", "type": "object" }
Apache-2.0
en
3dcitydb/citydb-tool
e6f7fa75beb5bf08e82a2864f20e25531eef4ced
2024-01-21T07:11:49
resources/3dcitydb/json-schema/texture-mapping.schema.json
7
2024-05-27T06:36:30.136701Z
{ "$id": "https://3dcitydb.org/json-schema/5.0/textureMapping.schema.json", "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": { "items": { "items": { "items": { "type": "number" }, "maxItems": 2, "minItems": 2, "type": "array" }, "type": "array" }, "type": "array" }, "description": "Schema for the JSON column texture_mapping of the surface_data_mapping table.", "title": "3DCityDB 5.0 texture mapping schema", "type": "object" }
Apache-2.0
en
3dcitydb/citydb-tool
a05b4cd2e68a458e8f8f0d7a5b65814d1a2978b5
2024-01-19T12:45:09
resources/3dcitydb/json-schema/texture-mapping.schema.json
7
2024-05-27T06:36:30.136701Z
{ "$id": "https://3dcitydb.org/json-schema/5.0/textureMapping.schema.json", "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": { "items": { "items": { "items": { "type": "number" }, "maxItems": 2, "minItems": 2, "type": "array" }, "type": "array" }, "type": "array" }, "description": "Schema for the JSON column texture_mapping of the surface_data_mapping table.", "title": "3DCityDB 5.0 texture mapping schema", "type": "object" }
Apache-2.0
en
3dcitydb/citydb-tool
2087a20807e6f383b09c1d1434ae1a0c9c0dfbd4
2024-05-07T07:17:42
resources/3dcitydb/json-schema/world-to-textureMapping.schema.json
7
2024-05-27T06:36:30.136701Z
{ "$id": "https://3dcitydb.org/json-schema/5.0/worldToTextureMapping.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": { "items": { "type": "number" }, "maxItems": 12, "minItems": 12, "type": "array" }, "description": "Schema for the JSON column world_to_texture_mapping of the surface_data_mapping table.", "title": "3DCityDB 5.0 world-to-texture mapping schema", "type": "object" }
Apache-2.0
en
backstage/charts
2c1c880636bf96a8e030cdf92f746973a01f8fdb
2023-07-11T08:54:30
charts/backstage/values.schema.json
107
2024-05-27T06:17:48.295742Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "backstage": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for the `Deployment` resource", "type": "object" }, "appConfig": { "default": {}, "examples": [ { "app": { "baseUrl": "https://somedomain.tld" } } ], "title": "Generates ConfigMap and configures it in the Backstage pods", "type": [ "object", "string" ] }, "args": { "default": [], "items": { "type": "string" }, "title": "Backstage container command arguments", "type": "array" }, "command": { "default": [ "node", "packages/backend" ], "items": { "type": "string" }, "title": "Backstage container command", "type": "array" }, "containerPorts": { "additionalProperties": false, "properties": { "backend": { "default": 7007, "title": "Backstage backend port.", "type": "integer" } }, "title": "Container ports on the Deployment", "type": "object" }, "containerSecurityContext": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.SecurityContext", "default": {}, "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container", "title": "Security settings for a Container." }, "extraAppConfig": { "default": [], "items": { "additionalProperties": false, "properties": { "configMapRef": { "type": "string" }, "filename": { "type": "string" } }, "type": "object" }, "title": "Extra app configuration files to inline into command arguments", "type": "array" }, "extraContainers": { "default": [], "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.Container" }, "title": "Deployment sidecars.", "type": "array" }, "extraEnvVars": { "default": [], "examples": [ [ { "name": "APP_CONFIG_backend_cache_store", "value": "memory" } ] ], "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.EnvVar" }, "title": "Backstage container environment variables", "type": "array" }, "extraEnvVarsSecrets": { "default": [], "description": "Translates into array of `envFrom.[].secretRef.name`", "examples": [ [ "my-backstage-secrets" ] ], "items": { "type": "string" }, "title": "Backstage container environment variables from Secrets", "type": "array" }, "extraVolumeMounts": { "default": [], "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.VolumeMount" }, "title": "Backstage container additional volume mounts", "type": "array" }, "extraVolumes": { "default": [], "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.Volume" }, "title": "Backstage container additional volumes", "type": "array" }, "image": { "additionalProperties": false, "properties": { "debug": { "default": false, "title": "Set to true if you would like to see extra information on logs", "type": "boolean" }, "pullPolicy": { "default": "Always", "description": "Ref: https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy", "enum": [ "Always", "IfNotPresent" ], "title": "Specify a imagePullPolicy.", "type": "string" }, "pullSecrets": { "default": [], "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/", "examples": [ "myRegistryKeySecretName" ], "items": { "type": "string" }, "title": "Optionally specify an array of imagePullSecrets.", "type": "array" }, "registry": { "default": "ghcr.io", "examples": [ "ghcr.io", "quay.io", "docker.io" ], "title": "Backstage image registry", "type": "string" }, "repository": { "default": "backstage/backstage", "title": "Backstage image repository", "type": "string" }, "tag": { "default": "latest", "description": "Immutable tags are recommended.", "title": "Backstage image tag", "type": "string" } }, "title": "Image parameters", "type": "object" }, "initContainers": { "default": [], "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.Container" }, "title": "Backstage container init containers", "type": "array" }, "installDir": { "default": "/app", "title": "Directory containing the backstage installation", "type": "string" }, "livenessProbe": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.Probe", "default": {}, "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/", "examples": [ { "failureThreshold": 3, "httpGet": { "path": "/healthcheck", "port": 7007, "scheme": "HTTP" }, "initialDelaySeconds": 60, "periodSeconds": 10, "successThreshold": 1, "timeoutSeconds": 2 } ], "title": "Liveness probe" }, "nodeSelector": { "additionalProperties": { "type": "string" }, "default": {}, "description": "Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector", "title": "Node labels for pod assignment", "type": "object" }, "podAnnotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Annotations to add to the backend deployment pods", "type": "object" }, "podLabels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Labels to add to the backend deployment pods", "type": "object" }, "podSecurityContext": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.SecurityContext", "default": {}, "description": "The security settings that you specify for a Pod apply to all Containers in the Pod. Ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod", "title": "Security settings for a Pod." }, "readinessProbe": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.Probe", "default": {}, "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/", "examples": [ { "failureThreshold": 3, "httpGet": { "path": "/healthcheck", "port": 7007, "scheme": "HTTP" }, "initialDelaySeconds": 30, "periodSeconds": 10, "successThreshold": 2, "timeoutSeconds": 2 } ], "title": "Readiness probe" }, "replicas": { "default": 1, "minimum": 0, "title": "Number of deployment replicas", "type": "integer" }, "resources": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements", "default": {}, "description": "Ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#resource-requests-and-limits-of-pod-and-container", "examples": [ { "limits": { "cpu": "1000m", "memory": "1Gi" }, "requests": { "cpu": "100m", "memory": "250Mi" } } ], "title": "Resource requests/limits" }, "revisionHistoryLimit": { "default": 10, "minimum": 0, "title": "The count of deployment revisions", "type": "integer" }, "tolerations": { "default": [], "description": "Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/", "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.Toleration" }, "title": "Node tolerations for server scheduling to nodes with taints", "type": "array" } }, "title": "Backstage parameters", "type": "object" }, "clusterDomain": { "default": "cluster.local", "title": "Default Kubernetes cluster domain", "type": "string" }, "commonAnnotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Annotations to add to all deployed objects", "type": "object" }, "commonLabels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Labels to add to all deployed objects", "type": "object" }, "diagnosticMode": { "additionalProperties": false, "properties": { "args": { "default": [ "infinity" ], "items": { "type": "string" }, "title": "Args to override all containers in the Deployment", "type": "array" }, "command": { "default": [ "sleep" ], "items": { "type": "string" }, "title": "Command to override all containers in the Deployment", "type": "array" }, "enabled": { "default": false, "description": "All probes will be disabled and the command will be overridden", "title": "Enable diagnostic mode", "type": "boolean" } }, "title": "Enable diagnostic mode in the Deployment", "type": "object" }, "extraDeploy": { "default": [], "items": { "type": [ "string", "object" ] }, "title": "Array of extra objects to deploy with the release", "type": "array", "uniqueItems": true }, "fullnameOverride": { "default": "", "title": "String to fully override common.names.fullname", "type": "string" }, "global": { "properties": { "imagePullSecrets": { "default": [], "examples": [ [ "myRegistryKeySecretName" ] ], "items": { "type": "string" }, "title": "Global Docker registry secret names as an array", "type": "array", "uniqueItems": true }, "imageRegistry": { "default": "", "title": "Global Docker image registry", "type": "string" } }, "title": "Global parameters.", "type": "object" }, "ingress": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional annotations for the Ingress resource", "type": "object" }, "className": { "default": "", "examples": [ "nginx" ], "title": "Name of the IngressClass cluster resource which defines which controller will implement the resource.", "type": "string" }, "enabled": { "default": false, "title": "Enable the creation of the ingress resource", "type": "boolean" }, "host": { "default": "", "examples": [ "backstage.10.0.0.1.nip.io" ], "title": "Hostname to be used to expose the route to access the backstage application.", "type": "string" }, "tls": { "additionalProperties": false, "properties": { "enabled": { "default": false, "description": "TLS for the host defined at `ingress.host` parameter", "title": "Enable TLS configuration", "type": "boolean" }, "secretName": { "default": "", "title": "The name to which the TLS Secret will be called", "type": "string" } }, "title": "Ingress TLS parameters", "type": "object" } }, "title": "Ingress parameters", "type": "object" }, "kubeVersion": { "default": "", "title": "Override Kubernetes version", "type": "string" }, "metrics": { "additionalProperties": false, "description": "Allows configuring your backstage instance as a scrape target for Prometheus. Ref: https://github.com/prometheus/prometheus", "properties": { "serviceMonitor": { "additionalProperties": false, "description": "A custom resource that is consumed by Prometheus Operator. Ref: https://github.com/prometheus-operator/prometheus-operator", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "ServiceMonitor annotations", "type": "object" }, "enabled": { "default": false, "description": "Prometheus Operator must be installed in your cluster prior to enabling.", "title": "If enabled, a ServiceMonitor resource for Prometheus Operator is created", "type": "boolean" }, "interval": { "default": null, "title": "ServiceMonitor scrape interval", "type": [ "string", "null" ] }, "labels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional ServiceMonitor labels", "type": "object" }, "path": { "default": "/metrics", "description": "ote that the /metrics endpoint is NOT present in a freshly scaffolded Backstage app. To setup, follow the Prometheus metrics tutorial. https://github.com/backstage/backstage/blob/master/contrib/docs/tutorials/prometheus-metrics.md", "title": "ServiceMonitor endpoint path", "type": "string" } }, "title": "ServiceMonitor configuration", "type": "object" } }, "title": "Metrics configuration", "type": "object" }, "nameOverride": { "default": "", "title": "String to partially override common.names.fullname", "type": "string" }, "networkPolicy": { "additionalProperties": false, "description": "Not used in any template. Ref. https://kubernetes.io/docs/concepts/services-networking/network-policies/", "properties": { "egressRules": { "additionalProperties": false, "properties": { "customRules": { "items": { "$ref": "https://kubernetesjsonschema.dev/v1.8.7/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyEgressRule" }, "title": "", "type": "array" } }, "title": "Custom egress rules for the network policy", "type": "object" }, "enabled": { "default": false, "title": "Specifies whether a NetworkPolicy should be created", "type": "boolean" }, "externalAccess": { "title": "Probably custom ingress rules for the network policy", "type": "object" } }, "title": "Network policies", "type": "object" }, "postgresql": { "$ref": "https://raw.githubusercontent.com/bitnami/charts/main/bitnami/postgresql/values.schema.json", "description": "Ref. https://github.com/bitnami/charts/blob/master/bitnami/postgresql/values.yaml", "title": "PostgreSQL chart configuration" }, "service": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for Backstage service", "type": "object" }, "clusterIP": { "default": "", "title": "Backstage service Cluster IP", "type": "string" }, "externalTrafficPolicy": { "default": "Cluster", "description": "Ref: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip", "enum": [ "Cluster", "Local" ], "title": "Backstage service external traffic policy", "type": "string" }, "extraPorts": { "default": [], "items": { "type": "object" }, "title": "Extra ports to expose in the Backstage service", "type": "array" }, "loadBalancerIP": { "default": "", "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer", "title": "Backstage service Load Balancer IP", "type": "string" }, "loadBalancerSourceRanges": { "default": [], "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer", "examples": [ "10.10.10.0/24" ], "items": { "type": "string" }, "title": "Load Balancer sources", "type": "array" }, "nodePorts": { "additionalProperties": false, "properties": { "backend": { "default": "", "maximum": 32767, "minimum": 30000, "title": "Node port for backend", "type": [ "string", "integer" ] } }, "title": "Node port for the Backstage client connections", "type": "object" }, "ports": { "additionalProperties": false, "properties": { "backend": { "default": 7007, "title": "Backstage svc port number", "type": "integer" }, "name": { "default": "http-backend", "title": "Backstage svc port name", "type": "string" }, "targetPort": { "default": "backend", "title": "Backstage svc target port referencing receiving pod container port", "type": "string" } }, "title": "Backstage svc port for client connections", "type": "object" }, "sessionAffinity": { "default": "None", "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#session-stickiness", "enum": [ "None", "ClientIP" ], "title": "Control where client requests go, to the same pod or round-robin", "type": "string" }, "type": { "default": "ClusterIP", "enum": [ "ClusterIP", "NodePort", "LoadBalancer", "ExternalName" ], "title": "Kubernetes Service type", "type": "string" } }, "title": "Service parameters", "type": "object" }, "serviceAccount": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for the ServiceAccount.", "type": "object" }, "automountServiceAccountToken": { "default": true, "title": "Auto-mount the service account token in the pod", "type": "boolean" }, "create": { "default": false, "title": "Enable the creation of a ServiceAccount for Backstage pods", "type": "boolean" }, "labels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom labels to the service ServiceAccount.", "type": "object" }, "name": { "default": "", "description": "If not set and `serviceAccount.create` is true, a name is generated", "title": "Name of the ServiceAccount to use", "type": "string" } }, "title": "Service Account Configuration", "type": "object" } }, "title": "Backstage chart schema", "type": "object" }
Apache-2.0
en
backstage/charts
36f7e34d7d550311230a9f6db438dc4590522a1b
2024-02-21T22:14:29
charts/backstage/values.schema.tmpl.json
107
2024-05-27T06:17:48.295742Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "backstage": { "additionalProperties": false, "properties": { "affinity": { "default": {}, "description": "Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity", "properties": { "nodeAffinity": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.NodeAffinity", "description": "Describes node affinity scheduling rules for the pod." }, "podAffinity": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinity", "description": "Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s))." }, "podAntiAffinity": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.PodAntiAffinity", "description": "Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s))." } }, "title": "Affinity for pod assignment", "type": "object" }, "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for the `Deployment` resource", "type": "object" }, "appConfig": { "default": {}, "examples": [ { "app": { "baseUrl": "https://somedomain.tld" } } ], "title": "Generates ConfigMap and configures it in the Backstage pods", "type": [ "object", "string" ] }, "args": { "default": [], "items": { "type": "string" }, "title": "Backstage container command arguments", "type": "array" }, "command": { "default": [ "node", "packages/backend" ], "items": { "type": "string" }, "title": "Backstage container command", "type": "array" }, "containerPorts": { "additionalProperties": false, "properties": { "backend": { "default": 7007, "title": "Backstage backend port.", "type": "integer" } }, "title": "Container ports on the Deployment", "type": "object" }, "containerSecurityContext": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.SecurityContext", "default": {}, "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container", "title": "Security settings for a Container." }, "extraAppConfig": { "default": [], "items": { "additionalProperties": false, "properties": { "configMapRef": { "type": "string" }, "filename": { "type": "string" } }, "type": "object" }, "title": "Extra app configuration files to inline into command arguments", "type": "array" }, "extraContainers": { "default": [], "items": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.Container" }, "title": "Deployment sidecars.", "type": "array" }, "extraEnvVars": { "default": [], "examples": [ [ { "name": "APP_CONFIG_backend_cache_store", "value": "memory" } ] ], "items": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.EnvVar" }, "title": "Backstage container environment variables", "type": "array" }, "extraEnvVarsCM": { "default": [], "description": "Translates into array of `envFrom.[].configMapRef.name`", "examples": [ [ "my-backstage-configmap" ] ], "items": { "type": "string" }, "title": "Backstage container environment variables from existing ConfigMaps", "type": "array" }, "extraEnvVarsSecrets": { "default": [], "description": "Translates into array of `envFrom.[].secretRef.name`", "examples": [ [ "my-backstage-secrets" ] ], "items": { "type": "string" }, "title": "Backstage container environment variables from existing Secrets", "type": "array" }, "extraVolumeMounts": { "default": [], "items": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.VolumeMount" }, "title": "Backstage container additional volume mounts", "type": "array" }, "extraVolumes": { "default": [], "items": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.Volume" }, "title": "Backstage container additional volumes", "type": "array" }, "image": { "additionalProperties": false, "properties": { "pullPolicy": { "default": "Always", "description": "Ref: https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy", "enum": [ "Always", "IfNotPresent" ], "title": "Specify a imagePullPolicy.", "type": "string" }, "pullSecrets": { "default": [], "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/", "examples": [ "myRegistryKeySecretName" ], "items": { "type": "string" }, "title": "Optionally specify an array of imagePullSecrets.", "type": "array" }, "registry": { "default": "ghcr.io", "examples": [ "ghcr.io", "quay.io", "docker.io" ], "title": "Backstage image registry", "type": "string" }, "repository": { "default": "backstage/backstage", "title": "Backstage image repository", "type": "string" }, "tag": { "default": "latest", "description": "Immutable tags are recommended.", "title": "Backstage image tag", "type": "string" } }, "title": "Image parameters", "type": "object" }, "initContainers": { "default": [], "items": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.Container" }, "title": "Backstage container init containers", "type": "array" }, "installDir": { "default": "/app", "title": "Directory containing the backstage installation", "type": "string" }, "livenessProbe": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.Probe", "default": {}, "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/", "examples": [ { "failureThreshold": 3, "httpGet": { "path": "/healthcheck", "port": 7007, "scheme": "HTTP" }, "initialDelaySeconds": 60, "periodSeconds": 10, "successThreshold": 1, "timeoutSeconds": 2 } ], "title": "Liveness probe" }, "nodeSelector": { "additionalProperties": { "type": "string" }, "default": {}, "description": "Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector", "title": "Node labels for pod assignment", "type": "object" }, "podAnnotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Annotations to add to the backend deployment pods", "type": "object" }, "podLabels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Labels to add to the backend deployment pods", "type": "object" }, "podSecurityContext": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.SecurityContext", "default": {}, "description": "The security settings that you specify for a Pod apply to all Containers in the Pod. Ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod", "title": "Security settings for a Pod." }, "readinessProbe": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.Probe", "default": {}, "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/", "examples": [ { "failureThreshold": 3, "httpGet": { "path": "/healthcheck", "port": 7007, "scheme": "HTTP" }, "initialDelaySeconds": 30, "periodSeconds": 10, "successThreshold": 2, "timeoutSeconds": 2 } ], "title": "Readiness probe" }, "replicas": { "default": 1, "minimum": 0, "title": "Number of deployment replicas", "type": "integer" }, "resources": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements", "default": {}, "description": "Ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#resource-requests-and-limits-of-pod-and-container", "examples": [ { "limits": { "cpu": "1000m", "memory": "1Gi" }, "requests": { "cpu": "100m", "memory": "250Mi" } } ], "title": "Resource requests/limits" }, "revisionHistoryLimit": { "default": 10, "minimum": 0, "title": "The count of deployment revisions", "type": "integer" }, "startupProbe": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.Probe", "default": {}, "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/", "examples": [ { "failureThreshold": 3, "httpGet": { "path": "/healthcheck", "port": 7007, "scheme": "HTTP" }, "initialDelaySeconds": 60, "periodSeconds": 10, "successThreshold": 1, "timeoutSeconds": 2 } ], "title": "Startup probe" }, "tolerations": { "default": [], "description": "Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/", "items": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.Toleration" }, "title": "Node tolerations for server scheduling to nodes with taints", "type": "array" } }, "title": "Backstage parameters", "type": "object" }, "clusterDomain": { "default": "cluster.local", "title": "Default Kubernetes cluster domain", "type": "string" }, "commonAnnotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Annotations to add to all deployed objects", "type": "object" }, "commonLabels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Labels to add to all deployed objects", "type": "object" }, "diagnosticMode": { "additionalProperties": false, "properties": { "args": { "default": [ "infinity" ], "items": { "type": "string" }, "title": "Args to override all containers in the Deployment", "type": "array" }, "command": { "default": [ "sleep" ], "items": { "type": "string" }, "title": "Command to override all containers in the Deployment", "type": "array" }, "enabled": { "default": false, "description": "All probes will be disabled and the command will be overridden", "title": "Enable diagnostic mode", "type": "boolean" } }, "title": "Enable diagnostic mode in the Deployment", "type": "object" }, "extraDeploy": { "default": [], "items": { "type": [ "string", "object" ] }, "title": "Array of extra objects to deploy with the release", "type": "array", "uniqueItems": true }, "fullnameOverride": { "default": "", "title": "String to fully override common.names.fullname", "type": "string" }, "global": { "properties": { "imagePullSecrets": { "default": [], "examples": [ [ "myRegistryKeySecretName" ] ], "items": { "type": "string" }, "title": "Global Docker registry secret names as an array", "type": "array", "uniqueItems": true }, "imageRegistry": { "default": "", "title": "Global Docker image registry", "type": "string" } }, "title": "Global parameters.", "type": "object" }, "ingress": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional annotations for the Ingress resource", "type": "object" }, "className": { "default": "", "examples": [ "nginx" ], "title": "Name of the IngressClass cluster resource which defines which controller will implement the resource.", "type": "string" }, "enabled": { "default": false, "title": "Enable the creation of the ingress resource", "type": "boolean" }, "host": { "default": "", "examples": [ "backstage.10.0.0.1.nip.io" ], "title": "Hostname to be used to expose the route to access the backstage application.", "type": "string" }, "tls": { "additionalProperties": false, "properties": { "enabled": { "default": false, "description": "TLS for the host defined at `ingress.host` parameter", "title": "Enable TLS configuration", "type": "boolean" }, "secretName": { "default": "", "title": "The name to which the TLS Secret will be called", "type": "string" } }, "title": "Ingress TLS parameters", "type": "object" } }, "title": "Ingress parameters", "type": "object" }, "kubeVersion": { "default": "", "title": "Override Kubernetes version", "type": "string" }, "metrics": { "additionalProperties": false, "description": "Allows configuring your backstage instance as a scrape target for Prometheus. Ref: https://github.com/prometheus/prometheus", "properties": { "serviceMonitor": { "additionalProperties": false, "description": "A custom resource that is consumed by Prometheus Operator. Ref: https://github.com/prometheus-operator/prometheus-operator", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "ServiceMonitor annotations", "type": "object" }, "enabled": { "default": false, "description": "Prometheus Operator must be installed in your cluster prior to enabling.", "title": "If enabled, a ServiceMonitor resource for Prometheus Operator is created", "type": "boolean" }, "interval": { "default": null, "title": "ServiceMonitor scrape interval", "type": [ "string", "null" ] }, "labels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional ServiceMonitor labels", "type": "object" }, "path": { "default": "/metrics", "description": "ote that the /metrics endpoint is NOT present in a freshly scaffolded Backstage app. To setup, follow the Prometheus metrics tutorial. https://github.com/backstage/backstage/blob/master/contrib/docs/tutorials/prometheus-metrics.md", "title": "ServiceMonitor endpoint path", "type": "string" } }, "title": "ServiceMonitor configuration", "type": "object" } }, "title": "Metrics configuration", "type": "object" }, "nameOverride": { "default": "", "title": "String to partially override common.names.fullname", "type": "string" }, "networkPolicy": { "additionalProperties": false, "properties": { "egressRules": { "additionalProperties": false, "properties": { "customRules": { "items": { "$ref": "https://kubernetesjsonschema.dev/v1.8.7/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyEgressRule" }, "title": "", "type": "array" }, "denyConnectionsToExternal": { "default": false, "title": "Deny external connections. Should not be enabled when working with an external database.", "type": "boolean" } }, "title": "Custom egress rules for the network policy", "type": "object" }, "enabled": { "default": false, "title": "Specifies whether a NetworkPolicy should be created", "type": "boolean" }, "ingressRules": { "additionalProperties": false, "properties": { "customRules": { "items": { "$ref": "https://kubernetesjsonschema.dev/v1.8.7/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyIngressRule" }, "title": "", "type": "array" }, "namespaceSelector": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "default": {}, "description": "Selects Namespaces using cluster scoped-labels.", "title": "Namespace Selector." }, "podSelector": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "default": {}, "description": "Selects selects Pods in this namespace.", "title": "Pod Selector." } }, "title": "Custom egress rules for the network policy", "type": "object" } }, "title": "Network policies", "type": "object" }, "postgresql": { "$ref": "https://raw.githubusercontent.com/bitnami/charts/main/bitnami/postgresql/values.schema.json", "description": "Ref. https://github.com/bitnami/charts/blob/master/bitnami/postgresql/values.yaml", "title": "PostgreSQL chart configuration" }, "service": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for Backstage service", "type": "object" }, "clusterIP": { "default": "", "title": "Backstage service Cluster IP", "type": "string" }, "externalTrafficPolicy": { "default": "Cluster", "description": "Ref: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip", "enum": [ "Cluster", "Local" ], "title": "Backstage service external traffic policy", "type": "string" }, "extraPorts": { "default": [], "items": { "type": "object" }, "title": "Extra ports to expose in the Backstage service", "type": "array" }, "loadBalancerIP": { "default": "", "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer", "title": "Backstage service Load Balancer IP", "type": "string" }, "loadBalancerSourceRanges": { "default": [], "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer", "examples": [ "10.10.10.0/24" ], "items": { "type": "string" }, "title": "Load Balancer sources", "type": "array" }, "nodePorts": { "additionalProperties": false, "properties": { "backend": { "default": "", "maximum": 32767, "minimum": 30000, "title": "Node port for backend", "type": [ "string", "integer" ] } }, "title": "Node port for the Backstage client connections", "type": "object" }, "ports": { "additionalProperties": false, "properties": { "backend": { "default": 7007, "title": "Backstage svc port number", "type": "integer" }, "name": { "default": "http-backend", "title": "Backstage svc port name", "type": "string" }, "targetPort": { "default": "backend", "title": "Backstage svc target port referencing receiving pod container port", "type": "string" } }, "title": "Backstage svc port for client connections", "type": "object" }, "sessionAffinity": { "default": "None", "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#session-stickiness", "enum": [ "None", "ClientIP" ], "title": "Control where client requests go, to the same pod or round-robin", "type": "string" }, "type": { "default": "ClusterIP", "enum": [ "ClusterIP", "NodePort", "LoadBalancer", "ExternalName" ], "title": "Kubernetes Service type", "type": "string" } }, "title": "Service parameters", "type": "object" }, "serviceAccount": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for the ServiceAccount.", "type": "object" }, "automountServiceAccountToken": { "default": true, "title": "Auto-mount the service account token in the pod", "type": "boolean" }, "create": { "default": false, "title": "Enable the creation of a ServiceAccount for Backstage pods", "type": "boolean" }, "labels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom labels to the service ServiceAccount.", "type": "object" }, "name": { "default": "", "description": "If not set and `serviceAccount.create` is true, a name is generated", "title": "Name of the ServiceAccount to use", "type": "string" } }, "title": "Service Account Configuration", "type": "object" } }, "title": "Backstage chart schema", "type": "object" }
Apache-2.0
en
backstage/charts
e0d7fb27054b45e19572e413d09934573dea63d5
2023-11-24T09:35:58
charts/backstage/values.schema.json
107
2024-05-27T06:17:48.295742Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "backstage": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for the `Deployment` resource", "type": "object" }, "appConfig": { "default": {}, "examples": [ { "app": { "baseUrl": "https://somedomain.tld" } } ], "title": "Generates ConfigMap and configures it in the Backstage pods", "type": [ "object", "string" ] }, "args": { "default": [], "items": { "type": "string" }, "title": "Backstage container command arguments", "type": "array" }, "command": { "default": [ "node", "packages/backend" ], "items": { "type": "string" }, "title": "Backstage container command", "type": "array" }, "containerPorts": { "additionalProperties": false, "properties": { "backend": { "default": 7007, "title": "Backstage backend port.", "type": "integer" } }, "title": "Container ports on the Deployment", "type": "object" }, "containerSecurityContext": { "description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.", "properties": { "allowPrivilegeEscalation": { "description": "AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "capabilities": { "description": "Adds and removes POSIX capabilities from running containers.", "properties": { "add": { "description": "Added capabilities", "items": { "type": "string" }, "type": "array" }, "drop": { "description": "Removed capabilities", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "privileged": { "description": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "procMount": { "description": "procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.", "type": "string" }, "readOnlyRootFilesystem": { "description": "Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "runAsGroup": { "description": "The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "runAsNonRoot": { "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "boolean" }, "runAsUser": { "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "seLinuxOptions": { "description": "SELinuxOptions are the labels to be applied to the container", "properties": { "level": { "description": "Level is SELinux level label that applies to the container.", "type": "string" }, "role": { "description": "Role is a SELinux role label that applies to the container.", "type": "string" }, "type": { "description": "Type is a SELinux type label that applies to the container.", "type": "string" }, "user": { "description": "User is a SELinux user label that applies to the container.", "type": "string" } }, "type": "object" }, "seccompProfile": { "description": "SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.", "properties": { "localhostProfile": { "description": "localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is \"Localhost\". Must NOT be set for any other type.", "type": "string" }, "type": { "description": "type indicates which kind of seccomp profile will be applied. Valid options are:\n\nLocalhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.", "type": "string" } }, "required": [ "type" ], "type": "object", "x-kubernetes-unions": [ { "discriminator": "type", "fields-to-discriminateBy": { "localhostProfile": "LocalhostProfile" } } ] }, "windowsOptions": { "description": "WindowsSecurityContextOptions contain Windows-specific options and credentials.", "properties": { "gmsaCredentialSpec": { "description": "GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.", "type": "string" }, "gmsaCredentialSpecName": { "description": "GMSACredentialSpecName is the name of the GMSA credential spec to use.", "type": "string" }, "hostProcess": { "description": "HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.", "type": "boolean" }, "runAsUserName": { "description": "The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "string" } }, "type": "object" } }, "type": "object" }, "extraAppConfig": { "default": [], "items": { "additionalProperties": false, "properties": { "configMapRef": { "type": "string" }, "filename": { "type": "string" } }, "type": "object" }, "title": "Extra app configuration files to inline into command arguments", "type": "array" }, "extraContainers": { "default": [], "items": { "description": "A single application container that you want to run within a pod.", "properties": { "args": { "description": "Arguments to the entrypoint. The container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell", "items": { "type": "string" }, "type": "array" }, "command": { "description": "Entrypoint array. Not executed within a shell. The container image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell", "items": { "type": "string" }, "type": "array" }, "env": { "description": "List of environment variables to set in the container. Cannot be updated.", "items": { "description": "EnvVar represents an environment variable present in a Container.", "properties": { "name": { "description": "Name of the environment variable. Must be a C_IDENTIFIER.", "type": "string" }, "value": { "description": "Variable references $(VAR_NAME) are expanded using the previously defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to \"\".", "type": "string" }, "valueFrom": { "description": "EnvVarSource represents a source for the value of an EnvVar.", "properties": { "configMapKeyRef": { "description": "Selects a key from a ConfigMap.", "properties": { "key": { "description": "The key to select.", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the ConfigMap or its key must be defined", "type": "boolean" } }, "required": [ "key" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "fieldRef": { "description": "ObjectFieldSelector selects an APIVersioned field of an object.", "properties": { "apiVersion": { "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\".", "type": "string" }, "fieldPath": { "description": "Path of the field to select in the specified API version.", "type": "string" } }, "required": [ "fieldPath" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "resourceFieldRef": { "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format", "properties": { "containerName": { "description": "Container name: required for volumes, optional for env vars", "type": "string" }, "divisor": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "description": "Required: resource to select", "type": "string" } }, "required": [ "resource" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "secretKeyRef": { "description": "SecretKeySelector selects a key of a Secret.", "properties": { "key": { "description": "The key of the secret to select from. Must be a valid secret key.", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the Secret or its key must be defined", "type": "boolean" } }, "required": [ "key" ], "type": "object", "x-kubernetes-map-type": "atomic" } }, "type": "object" } }, "required": [ "name" ], "type": "object" }, "type": "array", "x-kubernetes-patch-merge-key": "name", "x-kubernetes-patch-strategy": "merge" }, "envFrom": { "description": "List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.", "items": { "description": "EnvFromSource represents the source of a set of ConfigMaps", "properties": { "configMapRef": { "description": "ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.\n\nThe contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the ConfigMap must be defined", "type": "boolean" } }, "type": "object" }, "prefix": { "description": "An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.", "type": "string" }, "secretRef": { "description": "SecretEnvSource selects a Secret to populate the environment variables with.\n\nThe contents of the target Secret's Data field will represent the key-value pairs as environment variables.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the Secret must be defined", "type": "boolean" } }, "type": "object" } }, "type": "object" }, "type": "array" }, "image": { "description": "Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.", "type": "string" }, "imagePullPolicy": { "description": "Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images", "type": "string" }, "lifecycle": { "description": "Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.", "properties": { "postStart": { "description": "LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "sleep": { "description": "SleepAction describes a \"sleep\" action.", "properties": { "seconds": { "description": "Seconds is the number of seconds to sleep.", "format": "int64", "type": "integer" } }, "required": [ "seconds" ], "type": "object" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" } }, "type": "object" }, "preStop": { "description": "LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "sleep": { "description": "SleepAction describes a \"sleep\" action.", "properties": { "seconds": { "description": "Seconds is the number of seconds to sleep.", "format": "int64", "type": "integer" } }, "required": [ "seconds" ], "type": "object" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" } }, "type": "object" } }, "type": "object" }, "livenessProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "name": { "description": "Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.", "type": "string" }, "ports": { "description": "List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default \"0.0.0.0\" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated.", "items": { "description": "ContainerPort represents a network port in a single container.", "properties": { "containerPort": { "description": "Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536.", "format": "int32", "type": "integer" }, "hostIP": { "description": "What host IP to bind the external port to.", "type": "string" }, "hostPort": { "description": "Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this.", "format": "int32", "type": "integer" }, "name": { "description": "If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services.", "type": "string" }, "protocol": { "description": "Protocol for port. Must be UDP, TCP, or SCTP. Defaults to \"TCP\".", "type": "string" } }, "required": [ "containerPort" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "containerPort", "protocol" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "containerPort", "x-kubernetes-patch-strategy": "merge" }, "readinessProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "resizePolicy": { "description": "Resources resize policy for the container.", "items": { "description": "ContainerResizePolicy represents resource resize policy for the container.", "properties": { "resourceName": { "description": "Name of the resource to which this resource resize policy applies. Supported values: cpu, memory.", "type": "string" }, "restartPolicy": { "description": "Restart policy to apply when specified resource is resized. If not specified, it defaults to NotRequired.", "type": "string" } }, "required": [ "resourceName", "restartPolicy" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "resources": { "description": "ResourceRequirements describes the compute resource requirements.", "properties": { "claims": { "description": "Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.\n\nThis is an alpha field and requires enabling the DynamicResourceAllocation feature gate.\n\nThis field is immutable. It can only be set for containers.", "items": { "description": "ResourceClaim references one entry in PodSpec.ResourceClaims.", "properties": { "name": { "description": "Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.", "type": "string" } }, "required": [ "name" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "name" ], "x-kubernetes-list-type": "map" }, "limits": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" }, "requests": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" } }, "type": "object" }, "restartPolicy": { "description": "RestartPolicy defines the restart behavior of individual containers in a pod. This field may only be set for init containers, and the only allowed value is \"Always\". For non-init containers or when this field is not specified, the restart behavior is defined by the Pod's restart policy and the container type. Setting the RestartPolicy as \"Always\" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy \"Always\" will be shut down. This lifecycle differs from normal init containers and is often referred to as a \"sidecar\" container. Although this init container still starts in the init container sequence, it does not wait for the container to complete before proceeding to the next init container. Instead, the next init container starts immediately after this init container is started, or after any startupProbe has successfully completed.", "type": "string" }, "securityContext": { "description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.", "properties": { "allowPrivilegeEscalation": { "description": "AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "capabilities": { "description": "Adds and removes POSIX capabilities from running containers.", "properties": { "add": { "description": "Added capabilities", "items": { "type": "string" }, "type": "array" }, "drop": { "description": "Removed capabilities", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "privileged": { "description": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "procMount": { "description": "procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.", "type": "string" }, "readOnlyRootFilesystem": { "description": "Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "runAsGroup": { "description": "The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "runAsNonRoot": { "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "boolean" }, "runAsUser": { "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "seLinuxOptions": { "description": "SELinuxOptions are the labels to be applied to the container", "properties": { "level": { "description": "Level is SELinux level label that applies to the container.", "type": "string" }, "role": { "description": "Role is a SELinux role label that applies to the container.", "type": "string" }, "type": { "description": "Type is a SELinux type label that applies to the container.", "type": "string" }, "user": { "description": "User is a SELinux user label that applies to the container.", "type": "string" } }, "type": "object" }, "seccompProfile": { "description": "SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.", "properties": { "localhostProfile": { "description": "localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is \"Localhost\". Must NOT be set for any other type.", "type": "string" }, "type": { "description": "type indicates which kind of seccomp profile will be applied. Valid options are:\n\nLocalhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.", "type": "string" } }, "required": [ "type" ], "type": "object", "x-kubernetes-unions": [ { "discriminator": "type", "fields-to-discriminateBy": { "localhostProfile": "LocalhostProfile" } } ] }, "windowsOptions": { "description": "WindowsSecurityContextOptions contain Windows-specific options and credentials.", "properties": { "gmsaCredentialSpec": { "description": "GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.", "type": "string" }, "gmsaCredentialSpecName": { "description": "GMSACredentialSpecName is the name of the GMSA credential spec to use.", "type": "string" }, "hostProcess": { "description": "HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.", "type": "boolean" }, "runAsUserName": { "description": "The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "string" } }, "type": "object" } }, "type": "object" }, "startupProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "stdin": { "description": "Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.", "type": "boolean" }, "stdinOnce": { "description": "Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false", "type": "boolean" }, "terminationMessagePath": { "description": "Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.", "type": "string" }, "terminationMessagePolicy": { "description": "Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.", "type": "string" }, "tty": { "description": "Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.", "type": "boolean" }, "volumeDevices": { "description": "volumeDevices is the list of block devices to be used by the container.", "items": { "description": "volumeDevice describes a mapping of a raw block device within a container.", "properties": { "devicePath": { "description": "devicePath is the path inside of the container that the device will be mapped to.", "type": "string" }, "name": { "description": "name must match the name of a persistentVolumeClaim in the pod", "type": "string" } }, "required": [ "name", "devicePath" ], "type": "object" }, "type": "array", "x-kubernetes-patch-merge-key": "devicePath", "x-kubernetes-patch-strategy": "merge" }, "volumeMounts": { "description": "Pod volumes to mount into the container's filesystem. Cannot be updated.", "items": { "description": "VolumeMount describes a mounting of a Volume within a container.", "properties": { "mountPath": { "description": "Path within the container at which the volume should be mounted. Must not contain ':'.", "type": "string" }, "mountPropagation": { "description": "mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10.", "type": "string" }, "name": { "description": "This must match the Name of a Volume.", "type": "string" }, "readOnly": { "description": "Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.", "type": "boolean" }, "subPath": { "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root).", "type": "string" }, "subPathExpr": { "description": "Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to \"\" (volume's root). SubPathExpr and SubPath are mutually exclusive.", "type": "string" } }, "required": [ "name", "mountPath" ], "type": "object" }, "type": "array", "x-kubernetes-patch-merge-key": "mountPath", "x-kubernetes-patch-strategy": "merge" }, "workingDir": { "description": "Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.", "type": "string" } }, "required": [ "name" ], "type": "object" }, "title": "Deployment sidecars.", "type": "array" }, "extraEnvVars": { "default": [], "examples": [ [ { "name": "APP_CONFIG_backend_cache_store", "value": "memory" } ] ], "items": { "description": "EnvVar represents an environment variable present in a Container.", "properties": { "name": { "description": "Name of the environment variable. Must be a C_IDENTIFIER.", "type": "string" }, "value": { "description": "Variable references $(VAR_NAME) are expanded using the previously defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to \"\".", "type": "string" }, "valueFrom": { "description": "EnvVarSource represents a source for the value of an EnvVar.", "properties": { "configMapKeyRef": { "description": "Selects a key from a ConfigMap.", "properties": { "key": { "description": "The key to select.", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the ConfigMap or its key must be defined", "type": "boolean" } }, "required": [ "key" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "fieldRef": { "description": "ObjectFieldSelector selects an APIVersioned field of an object.", "properties": { "apiVersion": { "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\".", "type": "string" }, "fieldPath": { "description": "Path of the field to select in the specified API version.", "type": "string" } }, "required": [ "fieldPath" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "resourceFieldRef": { "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format", "properties": { "containerName": { "description": "Container name: required for volumes, optional for env vars", "type": "string" }, "divisor": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "description": "Required: resource to select", "type": "string" } }, "required": [ "resource" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "secretKeyRef": { "description": "SecretKeySelector selects a key of a Secret.", "properties": { "key": { "description": "The key of the secret to select from. Must be a valid secret key.", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the Secret or its key must be defined", "type": "boolean" } }, "required": [ "key" ], "type": "object", "x-kubernetes-map-type": "atomic" } }, "type": "object" } }, "required": [ "name" ], "type": "object" }, "title": "Backstage container environment variables", "type": "array" }, "extraEnvVarsCM": { "default": [], "description": "Translates into array of `envFrom.[].configMapRef.name`", "examples": [ [ "my-backstage-configmap" ] ], "items": { "type": "string" }, "title": "Backstage container environment variables from existing ConfigMaps", "type": "array" }, "extraEnvVarsSecrets": { "default": [], "description": "Translates into array of `envFrom.[].secretRef.name`", "examples": [ [ "my-backstage-secrets" ] ], "items": { "type": "string" }, "title": "Backstage container environment variables from existing Secrets", "type": "array" }, "extraVolumeMounts": { "default": [], "items": { "description": "VolumeMount describes a mounting of a Volume within a container.", "properties": { "mountPath": { "description": "Path within the container at which the volume should be mounted. Must not contain ':'.", "type": "string" }, "mountPropagation": { "description": "mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10.", "type": "string" }, "name": { "description": "This must match the Name of a Volume.", "type": "string" }, "readOnly": { "description": "Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.", "type": "boolean" }, "subPath": { "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root).", "type": "string" }, "subPathExpr": { "description": "Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to \"\" (volume's root). SubPathExpr and SubPath are mutually exclusive.", "type": "string" } }, "required": [ "name", "mountPath" ], "type": "object" }, "title": "Backstage container additional volume mounts", "type": "array" }, "extraVolumes": { "default": [], "items": { "description": "Volume represents a named volume in a pod that may be accessed by any container in the pod.", "properties": { "awsElasticBlockStore": { "description": "Represents a Persistent Disk resource in AWS.\n\nAn AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.", "properties": { "fsType": { "description": "fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore", "type": "string" }, "partition": { "description": "partition is the partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty).", "format": "int32", "type": "integer" }, "readOnly": { "description": "readOnly value true will force the readOnly setting in VolumeMounts. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore", "type": "boolean" }, "volumeID": { "description": "volumeID is unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore", "type": "string" } }, "required": [ "volumeID" ], "type": "object" }, "azureDisk": { "description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.", "properties": { "cachingMode": { "description": "cachingMode is the Host Caching mode: None, Read Only, Read Write.", "type": "string" }, "diskName": { "description": "diskName is the Name of the data disk in the blob storage", "type": "string" }, "diskURI": { "description": "diskURI is the URI of data disk in the blob storage", "type": "string" }, "fsType": { "description": "fsType is Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "kind": { "description": "kind expected values are Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared", "type": "string" }, "readOnly": { "description": "readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" } }, "required": [ "diskName", "diskURI" ], "type": "object" }, "azureFile": { "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod.", "properties": { "readOnly": { "description": "readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "secretName": { "description": "secretName is the name of secret that contains Azure Storage Account Name and Key", "type": "string" }, "shareName": { "description": "shareName is the azure share Name", "type": "string" } }, "required": [ "secretName", "shareName" ], "type": "object" }, "cephfs": { "description": "Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.", "properties": { "monitors": { "description": "monitors is Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it", "items": { "type": "string" }, "type": "array" }, "path": { "description": "path is Optional: Used as the mounted root, rather than the full Ceph tree, default is /", "type": "string" }, "readOnly": { "description": "readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it", "type": "boolean" }, "secretFile": { "description": "secretFile is Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it", "type": "string" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "user": { "description": "user is optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it", "type": "string" } }, "required": [ "monitors" ], "type": "object" }, "cinder": { "description": "Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.", "properties": { "fsType": { "description": "fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://examples.k8s.io/mysql-cinder-pd/README.md", "type": "string" }, "readOnly": { "description": "readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/mysql-cinder-pd/README.md", "type": "boolean" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "volumeID": { "description": "volumeID used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md", "type": "string" } }, "required": [ "volumeID" ], "type": "object" }, "configMap": { "description": "Adapts a ConfigMap into a volume.\n\nThe contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling.", "properties": { "defaultMode": { "description": "defaultMode is optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "items": { "description": "items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.", "items": { "description": "Maps a string key to a path within a volume.", "properties": { "key": { "description": "key is the key to project.", "type": "string" }, "mode": { "description": "mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "path": { "description": "path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.", "type": "string" } }, "required": [ "key", "path" ], "type": "object" }, "type": "array" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "optional specify whether the ConfigMap or its keys must be defined", "type": "boolean" } }, "type": "object" }, "csi": { "description": "Represents a source location of a volume to mount, managed by an external CSI driver", "properties": { "driver": { "description": "driver is the name of the CSI driver that handles this volume. Consult with your admin for the correct name as registered in the cluster.", "type": "string" }, "fsType": { "description": "fsType to mount. Ex. \"ext4\", \"xfs\", \"ntfs\". If not provided, the empty value is passed to the associated CSI driver which will determine the default filesystem to apply.", "type": "string" }, "nodePublishSecretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "readOnly": { "description": "readOnly specifies a read-only configuration for the volume. Defaults to false (read/write).", "type": "boolean" }, "volumeAttributes": { "additionalProperties": { "type": "string" }, "description": "volumeAttributes stores driver-specific properties that are passed to the CSI driver. Consult your driver's documentation for supported values.", "type": "object" } }, "required": [ "driver" ], "type": "object" }, "downwardAPI": { "description": "DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.", "properties": { "defaultMode": { "description": "Optional: mode bits to use on created files by default. Must be a Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "items": { "description": "Items is a list of downward API volume file", "items": { "description": "DownwardAPIVolumeFile represents information to create the file containing the pod field", "properties": { "fieldRef": { "description": "ObjectFieldSelector selects an APIVersioned field of an object.", "properties": { "apiVersion": { "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\".", "type": "string" }, "fieldPath": { "description": "Path of the field to select in the specified API version.", "type": "string" } }, "required": [ "fieldPath" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "mode": { "description": "Optional: mode bits used to set permissions on this file, must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "path": { "description": "Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'", "type": "string" }, "resourceFieldRef": { "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format", "properties": { "containerName": { "description": "Container name: required for volumes, optional for env vars", "type": "string" }, "divisor": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "description": "Required: resource to select", "type": "string" } }, "required": [ "resource" ], "type": "object", "x-kubernetes-map-type": "atomic" } }, "required": [ "path" ], "type": "object" }, "type": "array" } }, "type": "object" }, "emptyDir": { "description": "Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.", "properties": { "medium": { "description": "medium represents what type of storage medium should back this directory. The default is \"\" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir", "type": "string" }, "sizeLimit": { "oneOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "ephemeral": { "description": "Represents an ephemeral volume that is handled by a normal storage driver.", "properties": { "volumeClaimTemplate": { "description": "PersistentVolumeClaimTemplate is used to produce PersistentVolumeClaim objects as part of an EphemeralVolumeSource.", "properties": { "metadata": { "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations", "type": "object" }, "creationTimestamp": { "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "format": "date-time", "type": "string" }, "deletionGracePeriodSeconds": { "description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.", "format": "int64", "type": "integer" }, "deletionTimestamp": { "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "format": "date-time", "type": "string" }, "finalizers": { "description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.", "items": { "type": "string" }, "type": "array", "x-kubernetes-patch-strategy": "merge" }, "generateName": { "description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will return a 409.\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency", "type": "string" }, "generation": { "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.", "format": "int64", "type": "integer" }, "labels": { "additionalProperties": { "type": "string" }, "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels", "type": "object" }, "managedFields": { "description": "ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object.", "items": { "description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.", "properties": { "apiVersion": { "description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.", "type": "string" }, "fieldsType": { "description": "FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"", "type": "string" }, "fieldsV1": { "description": "FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.\n\nEach key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff", "type": "object" }, "manager": { "description": "Manager is an identifier of the workflow managing these fields.", "type": "string" }, "operation": { "description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.", "type": "string" }, "subresource": { "description": "Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.", "type": "string" }, "time": { "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "format": "date-time", "type": "string" } }, "type": "object" }, "type": "array" }, "name": { "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names", "type": "string" }, "namespace": { "description": "Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces", "type": "string" }, "ownerReferences": { "description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.", "items": { "description": "OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.", "properties": { "apiVersion": { "description": "API version of the referent.", "type": "string" }, "blockOwnerDeletion": { "description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.", "type": "boolean" }, "controller": { "description": "If true, this reference points to the managing controller.", "type": "boolean" }, "kind": { "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names", "type": "string" }, "uid": { "description": "UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids", "type": "string" } }, "required": [ "apiVersion", "kind", "name", "uid" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "type": "array", "x-kubernetes-patch-merge-key": "uid", "x-kubernetes-patch-strategy": "merge" }, "resourceVersion": { "description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency", "type": "string" }, "selfLink": { "description": "Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.", "type": "string" }, "uid": { "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids", "type": "string" } }, "type": "object" }, "spec": { "description": "PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes", "properties": { "accessModes": { "description": "accessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1", "items": { "type": "string" }, "type": "array" }, "dataSource": { "description": "TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.", "properties": { "apiGroup": { "description": "APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.", "type": "string" }, "kind": { "description": "Kind is the type of resource being referenced", "type": "string" }, "name": { "description": "Name is the name of resource being referenced", "type": "string" } }, "required": [ "kind", "name" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "dataSourceRef": { "properties": { "apiGroup": { "description": "APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.", "type": "string" }, "kind": { "description": "Kind is the type of resource being referenced", "type": "string" }, "name": { "description": "Name is the name of resource being referenced", "type": "string" }, "namespace": { "description": "Namespace is the namespace of resource being referenced Note that when a namespace is specified, a gateway.networking.k8s.io/ReferenceGrant object is required in the referent namespace to allow that namespace's owner to accept the reference. See the ReferenceGrant documentation for details. (Alpha) This field requires the CrossNamespaceVolumeDataSource feature gate to be enabled.", "type": "string" } }, "required": [ "kind", "name" ], "type": "object" }, "resources": { "description": "VolumeResourceRequirements describes the storage resource requirements for a volume.", "properties": { "limits": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" }, "requests": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" } }, "type": "object" }, "selector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "storageClassName": { "description": "storageClassName is the name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1", "type": "string" }, "volumeAttributesClassName": { "description": "volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim. If specified, the CSI driver will create or update the volume with the attributes defined in the corresponding VolumeAttributesClass. This has a different purpose than storageClassName, it can be changed after the claim is created. An empty string value means that no VolumeAttributesClass will be applied to the claim but it's not allowed to reset this field to empty string once it is set. If unspecified and the PersistentVolumeClaim is unbound, the default VolumeAttributesClass will be set by the persistentvolume controller if it exists. If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource exists. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#volumeattributesclass (Alpha) Using this field requires the VolumeAttributesClass feature gate to be enabled.", "type": "string" }, "volumeMode": { "description": "volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec.", "type": "string" }, "volumeName": { "description": "volumeName is the binding reference to the PersistentVolume backing this claim.", "type": "string" } }, "type": "object" } }, "required": [ "spec" ], "type": "object" } }, "type": "object" }, "fc": { "description": "Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.", "properties": { "fsType": { "description": "fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "lun": { "description": "lun is Optional: FC target lun number", "format": "int32", "type": "integer" }, "readOnly": { "description": "readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "targetWWNs": { "description": "targetWWNs is Optional: FC target worldwide names (WWNs)", "items": { "type": "string" }, "type": "array" }, "wwids": { "description": "wwids Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "flexVolume": { "description": "FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.", "properties": { "driver": { "description": "driver is the name of the driver to use for this volume.", "type": "string" }, "fsType": { "description": "fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default filesystem depends on FlexVolume script.", "type": "string" }, "options": { "additionalProperties": { "type": "string" }, "description": "options is Optional: this field holds extra command options if any.", "type": "object" }, "readOnly": { "description": "readOnly is Optional: defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" } }, "required": [ "driver" ], "type": "object" }, "flocker": { "description": "Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.", "properties": { "datasetName": { "description": "datasetName is Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated", "type": "string" }, "datasetUUID": { "description": "datasetUUID is the UUID of the dataset. This is unique identifier of a Flocker dataset", "type": "string" } }, "type": "object" }, "gcePersistentDisk": { "description": "Represents a Persistent Disk resource in Google Compute Engine.\n\nA GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.", "properties": { "fsType": { "description": "fsType is filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk", "type": "string" }, "partition": { "description": "partition is the partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty). More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk", "format": "int32", "type": "integer" }, "pdName": { "description": "pdName is unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk", "type": "string" }, "readOnly": { "description": "readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk", "type": "boolean" } }, "required": [ "pdName" ], "type": "object" }, "gitRepo": { "description": "Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.\n\nDEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container.", "properties": { "directory": { "description": "directory is the target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.", "type": "string" }, "repository": { "description": "repository is the URL", "type": "string" }, "revision": { "description": "revision is the commit hash for the specified revision.", "type": "string" } }, "required": [ "repository" ], "type": "object" }, "glusterfs": { "description": "Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.", "properties": { "endpoints": { "description": "endpoints is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod", "type": "string" }, "path": { "description": "path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod", "type": "string" }, "readOnly": { "description": "readOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod", "type": "boolean" } }, "required": [ "endpoints", "path" ], "type": "object" }, "hostPath": { "description": "Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.", "properties": { "path": { "description": "path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath", "type": "string" }, "type": { "description": "type for HostPath Volume Defaults to \"\" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath", "type": "string" } }, "required": [ "path" ], "type": "object" }, "iscsi": { "description": "Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.", "properties": { "chapAuthDiscovery": { "description": "chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication", "type": "boolean" }, "chapAuthSession": { "description": "chapAuthSession defines whether support iSCSI Session CHAP authentication", "type": "boolean" }, "fsType": { "description": "fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi", "type": "string" }, "initiatorName": { "description": "initiatorName is the custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface <target portal>:<volume name> will be created for the connection.", "type": "string" }, "iqn": { "description": "iqn is the target iSCSI Qualified Name.", "type": "string" }, "iscsiInterface": { "description": "iscsiInterface is the interface Name that uses an iSCSI transport. Defaults to 'default' (tcp).", "type": "string" }, "lun": { "description": "lun represents iSCSI Target Lun number.", "format": "int32", "type": "integer" }, "portals": { "description": "portals is the iSCSI Target Portal List. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).", "items": { "type": "string" }, "type": "array" }, "readOnly": { "description": "readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false.", "type": "boolean" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "targetPortal": { "description": "targetPortal is iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).", "type": "string" } }, "required": [ "targetPortal", "iqn", "lun" ], "type": "object" }, "name": { "description": "name of the volume. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "nfs": { "description": "Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.", "properties": { "path": { "description": "path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs", "type": "string" }, "readOnly": { "description": "readOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs", "type": "boolean" }, "server": { "description": "server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs", "type": "string" } }, "required": [ "server", "path" ], "type": "object" }, "persistentVolumeClaim": { "description": "PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).", "properties": { "claimName": { "description": "claimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims", "type": "string" }, "readOnly": { "description": "readOnly Will force the ReadOnly setting in VolumeMounts. Default false.", "type": "boolean" } }, "required": [ "claimName" ], "type": "object" }, "photonPersistentDisk": { "description": "Represents a Photon Controller persistent disk resource.", "properties": { "fsType": { "description": "fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "pdID": { "description": "pdID is the ID that identifies Photon Controller persistent disk", "type": "string" } }, "required": [ "pdID" ], "type": "object" }, "portworxVolume": { "description": "PortworxVolumeSource represents a Portworx volume resource.", "properties": { "fsType": { "description": "fSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "readOnly": { "description": "readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "volumeID": { "description": "volumeID uniquely identifies a Portworx volume", "type": "string" } }, "required": [ "volumeID" ], "type": "object" }, "projected": { "description": "Represents a projected volume source", "properties": { "defaultMode": { "description": "defaultMode are the mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "sources": { "description": "sources is the list of volume projections", "items": { "description": "Projection that may be projected along with other supported volume types", "properties": { "clusterTrustBundle": { "description": "ClusterTrustBundleProjection describes how to select a set of ClusterTrustBundle objects and project their contents into the pod filesystem.", "properties": { "labelSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "name": { "description": "Select a single ClusterTrustBundle by object name. Mutually-exclusive with signerName and labelSelector.", "type": "string" }, "optional": { "description": "If true, don't block pod startup if the referenced ClusterTrustBundle(s) aren't available. If using name, then the named ClusterTrustBundle is allowed not to exist. If using signerName, then the combination of signerName and labelSelector is allowed to match zero ClusterTrustBundles.", "type": "boolean" }, "path": { "description": "Relative path from the volume root to write the bundle.", "type": "string" }, "signerName": { "description": "Select all ClusterTrustBundles that match this signer name. Mutually-exclusive with name. The contents of all selected ClusterTrustBundles will be unified and deduplicated.", "type": "string" } }, "required": [ "path" ], "type": "object" }, "configMap": { "description": "Adapts a ConfigMap into a projected volume.\n\nThe contents of the target ConfigMap's Data field will be presented in a projected volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. Note that this is identical to a configmap volume source without the default mode.", "properties": { "items": { "description": "items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.", "items": { "description": "Maps a string key to a path within a volume.", "properties": { "key": { "description": "key is the key to project.", "type": "string" }, "mode": { "description": "mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "path": { "description": "path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.", "type": "string" } }, "required": [ "key", "path" ], "type": "object" }, "type": "array" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "optional specify whether the ConfigMap or its keys must be defined", "type": "boolean" } }, "type": "object" }, "downwardAPI": { "description": "Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.", "properties": { "items": { "description": "Items is a list of DownwardAPIVolume file", "items": { "description": "DownwardAPIVolumeFile represents information to create the file containing the pod field", "properties": { "fieldRef": { "description": "ObjectFieldSelector selects an APIVersioned field of an object.", "properties": { "apiVersion": { "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\".", "type": "string" }, "fieldPath": { "description": "Path of the field to select in the specified API version.", "type": "string" } }, "required": [ "fieldPath" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "mode": { "description": "Optional: mode bits used to set permissions on this file, must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "path": { "description": "Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'", "type": "string" }, "resourceFieldRef": { "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format", "properties": { "containerName": { "description": "Container name: required for volumes, optional for env vars", "type": "string" }, "divisor": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "description": "Required: resource to select", "type": "string" } }, "required": [ "resource" ], "type": "object", "x-kubernetes-map-type": "atomic" } }, "required": [ "path" ], "type": "object" }, "type": "array" } }, "type": "object" }, "secret": { "description": "Adapts a secret into a projected volume.\n\nThe contents of the target Secret's Data field will be presented in a projected volume as files using the keys in the Data field as the file names. Note that this is identical to a secret volume source without the default mode.", "properties": { "items": { "description": "items if unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.", "items": { "description": "Maps a string key to a path within a volume.", "properties": { "key": { "description": "key is the key to project.", "type": "string" }, "mode": { "description": "mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "path": { "description": "path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.", "type": "string" } }, "required": [ "key", "path" ], "type": "object" }, "type": "array" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "optional field specify whether the Secret or its key must be defined", "type": "boolean" } }, "type": "object" }, "serviceAccountToken": { "description": "ServiceAccountTokenProjection represents a projected service account token volume. This projection can be used to insert a service account token into the pods runtime filesystem for use against APIs (Kubernetes API Server or otherwise).", "properties": { "audience": { "description": "audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver.", "type": "string" }, "expirationSeconds": { "description": "expirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes.", "format": "int64", "type": "integer" }, "path": { "description": "path is the path relative to the mount point of the file to project the token into.", "type": "string" } }, "required": [ "path" ], "type": "object" } }, "type": "object" }, "type": "array" } }, "type": "object" }, "quobyte": { "description": "Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.", "properties": { "group": { "description": "group to map volume access to Default is no group", "type": "string" }, "readOnly": { "description": "readOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false.", "type": "boolean" }, "registry": { "description": "registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes", "type": "string" }, "tenant": { "description": "tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin", "type": "string" }, "user": { "description": "user to map volume access to Defaults to serivceaccount user", "type": "string" }, "volume": { "description": "volume is a string that references an already created Quobyte volume by name.", "type": "string" } }, "required": [ "registry", "volume" ], "type": "object" }, "rbd": { "description": "Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.", "properties": { "fsType": { "description": "fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd", "type": "string" }, "image": { "description": "image is the rados image name. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "type": "string" }, "keyring": { "description": "keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "type": "string" }, "monitors": { "description": "monitors is a collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "items": { "type": "string" }, "type": "array" }, "pool": { "description": "pool is the rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "type": "string" }, "readOnly": { "description": "readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "type": "boolean" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "user": { "description": "user is the rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "type": "string" } }, "required": [ "monitors", "image" ], "type": "object" }, "scaleIO": { "description": "ScaleIOVolumeSource represents a persistent ScaleIO volume", "properties": { "fsType": { "description": "fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Default is \"xfs\".", "type": "string" }, "gateway": { "description": "gateway is the host address of the ScaleIO API Gateway.", "type": "string" }, "protectionDomain": { "description": "protectionDomain is the name of the ScaleIO Protection Domain for the configured storage.", "type": "string" }, "readOnly": { "description": "readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "sslEnabled": { "description": "sslEnabled Flag enable/disable SSL communication with Gateway, default false", "type": "boolean" }, "storageMode": { "description": "storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.", "type": "string" }, "storagePool": { "description": "storagePool is the ScaleIO Storage Pool associated with the protection domain.", "type": "string" }, "system": { "description": "system is the name of the storage system as configured in ScaleIO.", "type": "string" }, "volumeName": { "description": "volumeName is the name of a volume already created in the ScaleIO system that is associated with this volume source.", "type": "string" } }, "required": [ "gateway", "system", "secretRef" ], "type": "object" }, "secret": { "description": "Adapts a Secret into a volume.\n\nThe contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.", "properties": { "defaultMode": { "description": "defaultMode is Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "items": { "description": "items If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.", "items": { "description": "Maps a string key to a path within a volume.", "properties": { "key": { "description": "key is the key to project.", "type": "string" }, "mode": { "description": "mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "path": { "description": "path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.", "type": "string" } }, "required": [ "key", "path" ], "type": "object" }, "type": "array" }, "optional": { "description": "optional field specify whether the Secret or its keys must be defined", "type": "boolean" }, "secretName": { "description": "secretName is the name of the secret in the pod's namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret", "type": "string" } }, "type": "object" }, "storageos": { "description": "Represents a StorageOS persistent volume resource.", "properties": { "fsType": { "description": "fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "readOnly": { "description": "readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "volumeName": { "description": "volumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace.", "type": "string" }, "volumeNamespace": { "description": "volumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to \"default\" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created.", "type": "string" } }, "type": "object" }, "vsphereVolume": { "description": "Represents a vSphere volume resource.", "properties": { "fsType": { "description": "fsType is filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "storagePolicyID": { "description": "storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.", "type": "string" }, "storagePolicyName": { "description": "storagePolicyName is the storage Policy Based Management (SPBM) profile name.", "type": "string" }, "volumePath": { "description": "volumePath is the path that identifies vSphere volume vmdk", "type": "string" } }, "required": [ "volumePath" ], "type": "object" } }, "required": [ "name" ], "type": "object" }, "title": "Backstage container additional volumes", "type": "array" }, "image": { "additionalProperties": false, "properties": { "debug": { "default": false, "title": "Set to true if you would like to see extra information on logs", "type": "boolean" }, "pullPolicy": { "default": "Always", "description": "Ref: https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy", "enum": [ "Always", "IfNotPresent" ], "title": "Specify a imagePullPolicy.", "type": "string" }, "pullSecrets": { "default": [], "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/", "examples": [ "myRegistryKeySecretName" ], "items": { "type": "string" }, "title": "Optionally specify an array of imagePullSecrets.", "type": "array" }, "registry": { "default": "ghcr.io", "examples": [ "ghcr.io", "quay.io", "docker.io" ], "title": "Backstage image registry", "type": "string" }, "repository": { "default": "backstage/backstage", "title": "Backstage image repository", "type": "string" }, "tag": { "default": "latest", "description": "Immutable tags are recommended.", "title": "Backstage image tag", "type": "string" } }, "title": "Image parameters", "type": "object" }, "initContainers": { "default": [], "items": { "description": "A single application container that you want to run within a pod.", "properties": { "args": { "description": "Arguments to the entrypoint. The container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell", "items": { "type": "string" }, "type": "array" }, "command": { "description": "Entrypoint array. Not executed within a shell. The container image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell", "items": { "type": "string" }, "type": "array" }, "env": { "description": "List of environment variables to set in the container. Cannot be updated.", "items": { "description": "EnvVar represents an environment variable present in a Container.", "properties": { "name": { "description": "Name of the environment variable. Must be a C_IDENTIFIER.", "type": "string" }, "value": { "description": "Variable references $(VAR_NAME) are expanded using the previously defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to \"\".", "type": "string" }, "valueFrom": { "description": "EnvVarSource represents a source for the value of an EnvVar.", "properties": { "configMapKeyRef": { "description": "Selects a key from a ConfigMap.", "properties": { "key": { "description": "The key to select.", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the ConfigMap or its key must be defined", "type": "boolean" } }, "required": [ "key" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "fieldRef": { "description": "ObjectFieldSelector selects an APIVersioned field of an object.", "properties": { "apiVersion": { "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\".", "type": "string" }, "fieldPath": { "description": "Path of the field to select in the specified API version.", "type": "string" } }, "required": [ "fieldPath" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "resourceFieldRef": { "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format", "properties": { "containerName": { "description": "Container name: required for volumes, optional for env vars", "type": "string" }, "divisor": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "description": "Required: resource to select", "type": "string" } }, "required": [ "resource" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "secretKeyRef": { "description": "SecretKeySelector selects a key of a Secret.", "properties": { "key": { "description": "The key of the secret to select from. Must be a valid secret key.", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the Secret or its key must be defined", "type": "boolean" } }, "required": [ "key" ], "type": "object", "x-kubernetes-map-type": "atomic" } }, "type": "object" } }, "required": [ "name" ], "type": "object" }, "type": "array", "x-kubernetes-patch-merge-key": "name", "x-kubernetes-patch-strategy": "merge" }, "envFrom": { "description": "List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.", "items": { "description": "EnvFromSource represents the source of a set of ConfigMaps", "properties": { "configMapRef": { "description": "ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.\n\nThe contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the ConfigMap must be defined", "type": "boolean" } }, "type": "object" }, "prefix": { "description": "An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.", "type": "string" }, "secretRef": { "description": "SecretEnvSource selects a Secret to populate the environment variables with.\n\nThe contents of the target Secret's Data field will represent the key-value pairs as environment variables.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the Secret must be defined", "type": "boolean" } }, "type": "object" } }, "type": "object" }, "type": "array" }, "image": { "description": "Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.", "type": "string" }, "imagePullPolicy": { "description": "Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images", "type": "string" }, "lifecycle": { "description": "Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.", "properties": { "postStart": { "description": "LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "sleep": { "description": "SleepAction describes a \"sleep\" action.", "properties": { "seconds": { "description": "Seconds is the number of seconds to sleep.", "format": "int64", "type": "integer" } }, "required": [ "seconds" ], "type": "object" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" } }, "type": "object" }, "preStop": { "description": "LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "sleep": { "description": "SleepAction describes a \"sleep\" action.", "properties": { "seconds": { "description": "Seconds is the number of seconds to sleep.", "format": "int64", "type": "integer" } }, "required": [ "seconds" ], "type": "object" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" } }, "type": "object" } }, "type": "object" }, "livenessProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "name": { "description": "Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.", "type": "string" }, "ports": { "description": "List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default \"0.0.0.0\" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated.", "items": { "description": "ContainerPort represents a network port in a single container.", "properties": { "containerPort": { "description": "Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536.", "format": "int32", "type": "integer" }, "hostIP": { "description": "What host IP to bind the external port to.", "type": "string" }, "hostPort": { "description": "Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this.", "format": "int32", "type": "integer" }, "name": { "description": "If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services.", "type": "string" }, "protocol": { "description": "Protocol for port. Must be UDP, TCP, or SCTP. Defaults to \"TCP\".", "type": "string" } }, "required": [ "containerPort" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "containerPort", "protocol" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "containerPort", "x-kubernetes-patch-strategy": "merge" }, "readinessProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "resizePolicy": { "description": "Resources resize policy for the container.", "items": { "description": "ContainerResizePolicy represents resource resize policy for the container.", "properties": { "resourceName": { "description": "Name of the resource to which this resource resize policy applies. Supported values: cpu, memory.", "type": "string" }, "restartPolicy": { "description": "Restart policy to apply when specified resource is resized. If not specified, it defaults to NotRequired.", "type": "string" } }, "required": [ "resourceName", "restartPolicy" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "resources": { "description": "ResourceRequirements describes the compute resource requirements.", "properties": { "claims": { "description": "Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.\n\nThis is an alpha field and requires enabling the DynamicResourceAllocation feature gate.\n\nThis field is immutable. It can only be set for containers.", "items": { "description": "ResourceClaim references one entry in PodSpec.ResourceClaims.", "properties": { "name": { "description": "Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.", "type": "string" } }, "required": [ "name" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "name" ], "x-kubernetes-list-type": "map" }, "limits": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" }, "requests": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" } }, "type": "object" }, "restartPolicy": { "description": "RestartPolicy defines the restart behavior of individual containers in a pod. This field may only be set for init containers, and the only allowed value is \"Always\". For non-init containers or when this field is not specified, the restart behavior is defined by the Pod's restart policy and the container type. Setting the RestartPolicy as \"Always\" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy \"Always\" will be shut down. This lifecycle differs from normal init containers and is often referred to as a \"sidecar\" container. Although this init container still starts in the init container sequence, it does not wait for the container to complete before proceeding to the next init container. Instead, the next init container starts immediately after this init container is started, or after any startupProbe has successfully completed.", "type": "string" }, "securityContext": { "description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.", "properties": { "allowPrivilegeEscalation": { "description": "AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "capabilities": { "description": "Adds and removes POSIX capabilities from running containers.", "properties": { "add": { "description": "Added capabilities", "items": { "type": "string" }, "type": "array" }, "drop": { "description": "Removed capabilities", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "privileged": { "description": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "procMount": { "description": "procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.", "type": "string" }, "readOnlyRootFilesystem": { "description": "Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "runAsGroup": { "description": "The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "runAsNonRoot": { "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "boolean" }, "runAsUser": { "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "seLinuxOptions": { "description": "SELinuxOptions are the labels to be applied to the container", "properties": { "level": { "description": "Level is SELinux level label that applies to the container.", "type": "string" }, "role": { "description": "Role is a SELinux role label that applies to the container.", "type": "string" }, "type": { "description": "Type is a SELinux type label that applies to the container.", "type": "string" }, "user": { "description": "User is a SELinux user label that applies to the container.", "type": "string" } }, "type": "object" }, "seccompProfile": { "description": "SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.", "properties": { "localhostProfile": { "description": "localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is \"Localhost\". Must NOT be set for any other type.", "type": "string" }, "type": { "description": "type indicates which kind of seccomp profile will be applied. Valid options are:\n\nLocalhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.", "type": "string" } }, "required": [ "type" ], "type": "object", "x-kubernetes-unions": [ { "discriminator": "type", "fields-to-discriminateBy": { "localhostProfile": "LocalhostProfile" } } ] }, "windowsOptions": { "description": "WindowsSecurityContextOptions contain Windows-specific options and credentials.", "properties": { "gmsaCredentialSpec": { "description": "GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.", "type": "string" }, "gmsaCredentialSpecName": { "description": "GMSACredentialSpecName is the name of the GMSA credential spec to use.", "type": "string" }, "hostProcess": { "description": "HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.", "type": "boolean" }, "runAsUserName": { "description": "The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "string" } }, "type": "object" } }, "type": "object" }, "startupProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "stdin": { "description": "Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.", "type": "boolean" }, "stdinOnce": { "description": "Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false", "type": "boolean" }, "terminationMessagePath": { "description": "Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.", "type": "string" }, "terminationMessagePolicy": { "description": "Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.", "type": "string" }, "tty": { "description": "Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.", "type": "boolean" }, "volumeDevices": { "description": "volumeDevices is the list of block devices to be used by the container.", "items": { "description": "volumeDevice describes a mapping of a raw block device within a container.", "properties": { "devicePath": { "description": "devicePath is the path inside of the container that the device will be mapped to.", "type": "string" }, "name": { "description": "name must match the name of a persistentVolumeClaim in the pod", "type": "string" } }, "required": [ "name", "devicePath" ], "type": "object" }, "type": "array", "x-kubernetes-patch-merge-key": "devicePath", "x-kubernetes-patch-strategy": "merge" }, "volumeMounts": { "description": "Pod volumes to mount into the container's filesystem. Cannot be updated.", "items": { "description": "VolumeMount describes a mounting of a Volume within a container.", "properties": { "mountPath": { "description": "Path within the container at which the volume should be mounted. Must not contain ':'.", "type": "string" }, "mountPropagation": { "description": "mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10.", "type": "string" }, "name": { "description": "This must match the Name of a Volume.", "type": "string" }, "readOnly": { "description": "Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.", "type": "boolean" }, "subPath": { "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root).", "type": "string" }, "subPathExpr": { "description": "Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to \"\" (volume's root). SubPathExpr and SubPath are mutually exclusive.", "type": "string" } }, "required": [ "name", "mountPath" ], "type": "object" }, "type": "array", "x-kubernetes-patch-merge-key": "mountPath", "x-kubernetes-patch-strategy": "merge" }, "workingDir": { "description": "Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.", "type": "string" } }, "required": [ "name" ], "type": "object" }, "title": "Backstage container init containers", "type": "array" }, "installDir": { "default": "/app", "title": "Directory containing the backstage installation", "type": "string" }, "livenessProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "nodeSelector": { "additionalProperties": { "type": "string" }, "default": {}, "description": "Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector", "title": "Node labels for pod assignment", "type": "object" }, "podAnnotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Annotations to add to the backend deployment pods", "type": "object" }, "podLabels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Labels to add to the backend deployment pods", "type": "object" }, "podSecurityContext": { "description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.", "properties": { "allowPrivilegeEscalation": { "description": "AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "capabilities": { "description": "Adds and removes POSIX capabilities from running containers.", "properties": { "add": { "description": "Added capabilities", "items": { "type": "string" }, "type": "array" }, "drop": { "description": "Removed capabilities", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "privileged": { "description": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "procMount": { "description": "procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.", "type": "string" }, "readOnlyRootFilesystem": { "description": "Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "runAsGroup": { "description": "The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "runAsNonRoot": { "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "boolean" }, "runAsUser": { "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "seLinuxOptions": { "description": "SELinuxOptions are the labels to be applied to the container", "properties": { "level": { "description": "Level is SELinux level label that applies to the container.", "type": "string" }, "role": { "description": "Role is a SELinux role label that applies to the container.", "type": "string" }, "type": { "description": "Type is a SELinux type label that applies to the container.", "type": "string" }, "user": { "description": "User is a SELinux user label that applies to the container.", "type": "string" } }, "type": "object" }, "seccompProfile": { "description": "SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.", "properties": { "localhostProfile": { "description": "localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is \"Localhost\". Must NOT be set for any other type.", "type": "string" }, "type": { "description": "type indicates which kind of seccomp profile will be applied. Valid options are:\n\nLocalhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.", "type": "string" } }, "required": [ "type" ], "type": "object", "x-kubernetes-unions": [ { "discriminator": "type", "fields-to-discriminateBy": { "localhostProfile": "LocalhostProfile" } } ] }, "windowsOptions": { "description": "WindowsSecurityContextOptions contain Windows-specific options and credentials.", "properties": { "gmsaCredentialSpec": { "description": "GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.", "type": "string" }, "gmsaCredentialSpecName": { "description": "GMSACredentialSpecName is the name of the GMSA credential spec to use.", "type": "string" }, "hostProcess": { "description": "HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.", "type": "boolean" }, "runAsUserName": { "description": "The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "string" } }, "type": "object" } }, "type": "object" }, "readinessProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "replicas": { "default": 1, "minimum": 0, "title": "Number of deployment replicas", "type": "integer" }, "resources": { "description": "ResourceRequirements describes the compute resource requirements.", "properties": { "claims": { "description": "Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.\n\nThis is an alpha field and requires enabling the DynamicResourceAllocation feature gate.\n\nThis field is immutable. It can only be set for containers.", "items": { "description": "ResourceClaim references one entry in PodSpec.ResourceClaims.", "properties": { "name": { "description": "Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.", "type": "string" } }, "required": [ "name" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "name" ], "x-kubernetes-list-type": "map" }, "limits": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" }, "requests": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" } }, "type": "object" }, "revisionHistoryLimit": { "default": 10, "minimum": 0, "title": "The count of deployment revisions", "type": "integer" }, "startupProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "tolerations": { "default": [], "description": "Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/", "items": { "description": "The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.", "properties": { "effect": { "description": "Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.", "type": "string" }, "key": { "description": "Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys.", "type": "string" }, "operator": { "description": "Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category.", "type": "string" }, "tolerationSeconds": { "description": "TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system.", "format": "int64", "type": "integer" }, "value": { "description": "Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.", "type": "string" } }, "type": "object" }, "title": "Node tolerations for server scheduling to nodes with taints", "type": "array" } }, "title": "Backstage parameters", "type": "object" }, "clusterDomain": { "default": "cluster.local", "title": "Default Kubernetes cluster domain", "type": "string" }, "commonAnnotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Annotations to add to all deployed objects", "type": "object" }, "commonLabels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Labels to add to all deployed objects", "type": "object" }, "diagnosticMode": { "additionalProperties": false, "properties": { "args": { "default": [ "infinity" ], "items": { "type": "string" }, "title": "Args to override all containers in the Deployment", "type": "array" }, "command": { "default": [ "sleep" ], "items": { "type": "string" }, "title": "Command to override all containers in the Deployment", "type": "array" }, "enabled": { "default": false, "description": "All probes will be disabled and the command will be overridden", "title": "Enable diagnostic mode", "type": "boolean" } }, "title": "Enable diagnostic mode in the Deployment", "type": "object" }, "extraDeploy": { "default": [], "items": { "type": [ "string", "object" ] }, "title": "Array of extra objects to deploy with the release", "type": "array", "uniqueItems": true }, "fullnameOverride": { "default": "", "title": "String to fully override common.names.fullname", "type": "string" }, "global": { "properties": { "imagePullSecrets": { "default": [], "examples": [ [ "myRegistryKeySecretName" ] ], "items": { "type": "string" }, "title": "Global Docker registry secret names as an array", "type": "array", "uniqueItems": true }, "imageRegistry": { "default": "", "title": "Global Docker image registry", "type": "string" } }, "title": "Global parameters.", "type": "object" }, "ingress": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional annotations for the Ingress resource", "type": "object" }, "className": { "default": "", "examples": [ "nginx" ], "title": "Name of the IngressClass cluster resource which defines which controller will implement the resource.", "type": "string" }, "enabled": { "default": false, "title": "Enable the creation of the ingress resource", "type": "boolean" }, "host": { "default": "", "examples": [ "backstage.10.0.0.1.nip.io" ], "title": "Hostname to be used to expose the route to access the backstage application.", "type": "string" }, "tls": { "additionalProperties": false, "properties": { "enabled": { "default": false, "description": "TLS for the host defined at `ingress.host` parameter", "title": "Enable TLS configuration", "type": "boolean" }, "secretName": { "default": "", "title": "The name to which the TLS Secret will be called", "type": "string" } }, "title": "Ingress TLS parameters", "type": "object" } }, "title": "Ingress parameters", "type": "object" }, "kubeVersion": { "default": "", "title": "Override Kubernetes version", "type": "string" }, "metrics": { "additionalProperties": false, "description": "Allows configuring your backstage instance as a scrape target for Prometheus. Ref: https://github.com/prometheus/prometheus", "properties": { "serviceMonitor": { "additionalProperties": false, "description": "A custom resource that is consumed by Prometheus Operator. Ref: https://github.com/prometheus-operator/prometheus-operator", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "ServiceMonitor annotations", "type": "object" }, "enabled": { "default": false, "description": "Prometheus Operator must be installed in your cluster prior to enabling.", "title": "If enabled, a ServiceMonitor resource for Prometheus Operator is created", "type": "boolean" }, "interval": { "default": null, "title": "ServiceMonitor scrape interval", "type": [ "string", "null" ] }, "labels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional ServiceMonitor labels", "type": "object" }, "path": { "default": "/metrics", "description": "ote that the /metrics endpoint is NOT present in a freshly scaffolded Backstage app. To setup, follow the Prometheus metrics tutorial. https://github.com/backstage/backstage/blob/master/contrib/docs/tutorials/prometheus-metrics.md", "title": "ServiceMonitor endpoint path", "type": "string" } }, "title": "ServiceMonitor configuration", "type": "object" } }, "title": "Metrics configuration", "type": "object" }, "nameOverride": { "default": "", "title": "String to partially override common.names.fullname", "type": "string" }, "networkPolicy": { "additionalProperties": false, "properties": { "egressRules": { "additionalProperties": false, "properties": { "customRules": { "items": { "description": "NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and to. This type is beta-level in 1.8", "properties": { "ports": { "description": "List of destination ports for outgoing traffic. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.", "items": { "description": "NetworkPolicyPort describes a port to allow traffic on", "properties": { "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "protocol": { "description": "The protocol (TCP or UDP) which traffic must match. If not specified, this field defaults to TCP.", "type": "string" } } }, "type": "array" }, "to": { "description": "List of destinations for outgoing traffic of pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all destinations (traffic not restricted by destination). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the to list.", "items": { "description": "NetworkPolicyPeer describes a peer to allow traffic from. Exactly one of its fields must be specified.", "properties": { "ipBlock": { "description": "IPBlock describes a particular CIDR (Ex. \"192.168.1.1/24\") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.", "properties": { "cidr": { "description": "CIDR is a string representing the IP Block Valid examples are \"192.168.1.1/24\"", "type": "string" }, "except": { "description": "Except is a slice of CIDRs that should not be included within an IP Block Valid examples are \"192.168.1.1/24\" Except values will be rejected if they are outside the CIDR range", "items": { "type": "string" }, "type": "array" } }, "required": [ "cidr" ] }, "namespaceSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string", "x-kubernetes-patch-merge-key": "key", "x-kubernetes-patch-strategy": "merge" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array" } }, "required": [ "key", "operator" ] }, "type": "array" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } } }, "podSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string", "x-kubernetes-patch-merge-key": "key", "x-kubernetes-patch-strategy": "merge" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array" } }, "required": [ "key", "operator" ] }, "type": "array" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } } } } }, "type": "array" } } }, "title": "", "type": "array" }, "denyConnectionsToExternal": { "default": false, "title": "Deny external connections. Should not be enabled when working with an external database.", "type": "boolean" } }, "title": "Custom egress rules for the network policy", "type": "object" }, "enabled": { "default": false, "title": "Specifies whether a NetworkPolicy should be created", "type": "boolean" }, "ingressRules": { "additionalProperties": false, "properties": { "customRules": { "items": { "description": "NetworkPolicyIngressRule describes a particular set of traffic that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and from.", "properties": { "from": { "description": "List of sources which should be able to access the pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all sources (traffic not restricted by source). If this field is present and contains at least on item, this rule allows traffic only if the traffic matches at least one item in the from list.", "items": { "description": "NetworkPolicyPeer describes a peer to allow traffic from. Exactly one of its fields must be specified.", "properties": { "ipBlock": { "description": "IPBlock describes a particular CIDR (Ex. \"192.168.1.1/24\") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.", "properties": { "cidr": { "description": "CIDR is a string representing the IP Block Valid examples are \"192.168.1.1/24\"", "type": "string" }, "except": { "description": "Except is a slice of CIDRs that should not be included within an IP Block Valid examples are \"192.168.1.1/24\" Except values will be rejected if they are outside the CIDR range", "items": { "type": "string" }, "type": "array" } }, "required": [ "cidr" ] }, "namespaceSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string", "x-kubernetes-patch-merge-key": "key", "x-kubernetes-patch-strategy": "merge" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array" } }, "required": [ "key", "operator" ] }, "type": "array" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } } }, "podSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string", "x-kubernetes-patch-merge-key": "key", "x-kubernetes-patch-strategy": "merge" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array" } }, "required": [ "key", "operator" ] }, "type": "array" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } } } } }, "type": "array" }, "ports": { "description": "List of ports which should be made accessible on the pods selected for this rule. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.", "items": { "description": "NetworkPolicyPort describes a port to allow traffic on", "properties": { "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "protocol": { "description": "The protocol (TCP or UDP) which traffic must match. If not specified, this field defaults to TCP.", "type": "string" } } }, "type": "array" } } }, "title": "", "type": "array" }, "namespaceSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "podSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" } }, "title": "Custom egress rules for the network policy", "type": "object" } }, "title": "Network policies", "type": "object" }, "postgresql": { "$schema": "http://json-schema.org/schema#", "properties": { "architecture": { "description": "Allowed values: `standalone` or `replication`", "form": true, "title": "PostgreSQL architecture", "type": "string" }, "auth": { "form": true, "properties": { "database": { "description": "Name of the custom database to be created during the 1st initialization of PostgreSQL", "form": true, "title": "PostgreSQL custom database", "type": "string" }, "enablePostgresUser": { "description": "Assign a password to the \"postgres\" admin user. Otherwise, remote access will be blocked for this user", "form": true, "title": "Enable \"postgres\" admin user", "type": "boolean" }, "password": { "description": "Defaults to a random 10-character alphanumeric string if not set", "form": true, "title": "Password for the custom user to create", "type": "string" }, "postgresPassword": { "description": "Defaults to a random 10-character alphanumeric string if not set", "form": true, "title": "Password for the \"postgres\" admin user", "type": "string" }, "replicationPassword": { "description": "Defaults to a random 10-character alphanumeric string if not set", "form": true, "hidden": { "path": "architecture", "value": "standalone" }, "title": "Password for PostgreSQL replication user", "type": "string" }, "replicationUsername": { "description": "Name of user used to manage replication.", "form": true, "hidden": { "path": "architecture", "value": "standalone" }, "title": "PostgreSQL replication user", "type": "string" }, "username": { "description": "Name of the custom user to be created during the 1st initialization of PostgreSQL. This user only has permissions on the PostgreSQL custom database", "form": true, "title": "PostgreSQL custom user", "type": "string" } }, "title": "Authentication configuration", "type": "object" }, "metrics": { "properties": { "enabled": { "form": true, "title": "Configure metrics exporter", "type": "boolean" } }, "type": "object" }, "persistence": { "properties": { "size": { "form": true, "render": "slider", "sliderMax": 100, "sliderMin": 1, "sliderUnit": "Gi", "title": "Persistent Volume Size", "type": "string" } }, "type": "object" }, "replication": { "form": true, "properties": { "enabled": { "form": true, "title": "Enable Replication", "type": "boolean" }, "readReplicas": { "form": true, "hidden": { "path": "architecture", "value": "standalone" }, "title": "read Replicas", "type": "integer" } }, "title": "Replication Details", "type": "object" }, "resources": { "description": "Configure resource requests", "form": true, "properties": { "requests": { "properties": { "cpu": { "form": true, "render": "slider", "sliderMax": 2000, "sliderMin": 10, "sliderUnit": "m", "title": "CPU Request", "type": "string" }, "memory": { "form": true, "render": "slider", "sliderMax": 2048, "sliderMin": 10, "sliderUnit": "Mi", "title": "Memory Request", "type": "string" } }, "type": "object" } }, "title": "Required Resources", "type": "object" }, "volumePermissions": { "properties": { "enabled": { "description": "Change the owner of the persist volume mountpoint to RunAsUser:fsGroup", "form": true, "title": "Enable Init Containers", "type": "boolean" } }, "type": "object" } }, "type": "object" }, "service": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for Backstage service", "type": "object" }, "clusterIP": { "default": "", "title": "Backstage service Cluster IP", "type": "string" }, "externalTrafficPolicy": { "default": "Cluster", "description": "Ref: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip", "enum": [ "Cluster", "Local" ], "title": "Backstage service external traffic policy", "type": "string" }, "extraPorts": { "default": [], "items": { "type": "object" }, "title": "Extra ports to expose in the Backstage service", "type": "array" }, "loadBalancerIP": { "default": "", "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer", "title": "Backstage service Load Balancer IP", "type": "string" }, "loadBalancerSourceRanges": { "default": [], "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer", "examples": [ "10.10.10.0/24" ], "items": { "type": "string" }, "title": "Load Balancer sources", "type": "array" }, "nodePorts": { "additionalProperties": false, "properties": { "backend": { "default": "", "maximum": 32767, "minimum": 30000, "title": "Node port for backend", "type": [ "string", "integer" ] } }, "title": "Node port for the Backstage client connections", "type": "object" }, "ports": { "additionalProperties": false, "properties": { "backend": { "default": 7007, "title": "Backstage svc port number", "type": "integer" }, "name": { "default": "http-backend", "title": "Backstage svc port name", "type": "string" }, "targetPort": { "default": "backend", "title": "Backstage svc target port referencing receiving pod container port", "type": "string" } }, "title": "Backstage svc port for client connections", "type": "object" }, "sessionAffinity": { "default": "None", "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#session-stickiness", "enum": [ "None", "ClientIP" ], "title": "Control where client requests go, to the same pod or round-robin", "type": "string" }, "type": { "default": "ClusterIP", "enum": [ "ClusterIP", "NodePort", "LoadBalancer", "ExternalName" ], "title": "Kubernetes Service type", "type": "string" } }, "title": "Service parameters", "type": "object" }, "serviceAccount": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for the ServiceAccount.", "type": "object" }, "automountServiceAccountToken": { "default": true, "title": "Auto-mount the service account token in the pod", "type": "boolean" }, "create": { "default": false, "title": "Enable the creation of a ServiceAccount for Backstage pods", "type": "boolean" }, "labels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom labels to the service ServiceAccount.", "type": "object" }, "name": { "default": "", "description": "If not set and `serviceAccount.create` is true, a name is generated", "title": "Name of the ServiceAccount to use", "type": "string" } }, "title": "Service Account Configuration", "type": "object" } }, "title": "Backstage chart schema", "type": "object" }
Apache-2.0
en
backstage/charts
92af33b2ed14853b3f1b9bfb28320a23be619c34
2024-02-21T21:39:38
charts/backstage/values.schema.json
107
2024-05-27T06:17:48.295742Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "backstage": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for the `Deployment` resource", "type": "object" }, "appConfig": { "default": {}, "examples": [ { "app": { "baseUrl": "https://somedomain.tld" } } ], "title": "Generates ConfigMap and configures it in the Backstage pods", "type": [ "object", "string" ] }, "args": { "default": [], "items": { "type": "string" }, "title": "Backstage container command arguments", "type": "array" }, "command": { "default": [ "node", "packages/backend" ], "items": { "type": "string" }, "title": "Backstage container command", "type": "array" }, "containerPorts": { "additionalProperties": false, "properties": { "backend": { "default": 7007, "title": "Backstage backend port.", "type": "integer" } }, "title": "Container ports on the Deployment", "type": "object" }, "containerSecurityContext": { "description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.", "properties": { "allowPrivilegeEscalation": { "description": "AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "capabilities": { "description": "Adds and removes POSIX capabilities from running containers.", "properties": { "add": { "description": "Added capabilities", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "drop": { "description": "Removed capabilities", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "privileged": { "description": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "procMount": { "description": "procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.", "type": "string" }, "readOnlyRootFilesystem": { "description": "Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "runAsGroup": { "description": "The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "runAsNonRoot": { "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "boolean" }, "runAsUser": { "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "seLinuxOptions": { "description": "SELinuxOptions are the labels to be applied to the container", "properties": { "level": { "description": "Level is SELinux level label that applies to the container.", "type": "string" }, "role": { "description": "Role is a SELinux role label that applies to the container.", "type": "string" }, "type": { "description": "Type is a SELinux type label that applies to the container.", "type": "string" }, "user": { "description": "User is a SELinux user label that applies to the container.", "type": "string" } }, "type": "object" }, "seccompProfile": { "description": "SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.", "properties": { "localhostProfile": { "description": "localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is \"Localhost\". Must NOT be set for any other type.", "type": "string" }, "type": { "description": "type indicates which kind of seccomp profile will be applied. Valid options are:\n\nLocalhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.", "type": "string" } }, "required": [ "type" ], "type": "object", "x-kubernetes-unions": [ { "discriminator": "type", "fields-to-discriminateBy": { "localhostProfile": "LocalhostProfile" } } ] }, "windowsOptions": { "description": "WindowsSecurityContextOptions contain Windows-specific options and credentials.", "properties": { "gmsaCredentialSpec": { "description": "GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.", "type": "string" }, "gmsaCredentialSpecName": { "description": "GMSACredentialSpecName is the name of the GMSA credential spec to use.", "type": "string" }, "hostProcess": { "description": "HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.", "type": "boolean" }, "runAsUserName": { "description": "The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "string" } }, "type": "object" } }, "type": "object" }, "extraAppConfig": { "default": [], "items": { "additionalProperties": false, "properties": { "configMapRef": { "type": "string" }, "filename": { "type": "string" } }, "type": "object" }, "title": "Extra app configuration files to inline into command arguments", "type": "array" }, "extraContainers": { "default": [], "items": { "description": "A single application container that you want to run within a pod.", "properties": { "args": { "description": "Arguments to the entrypoint. The container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "command": { "description": "Entrypoint array. Not executed within a shell. The container image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "env": { "description": "List of environment variables to set in the container. Cannot be updated.", "items": { "description": "EnvVar represents an environment variable present in a Container.", "properties": { "name": { "description": "Name of the environment variable. Must be a C_IDENTIFIER.", "type": "string" }, "value": { "description": "Variable references $(VAR_NAME) are expanded using the previously defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to \"\".", "type": "string" }, "valueFrom": { "description": "EnvVarSource represents a source for the value of an EnvVar.", "properties": { "configMapKeyRef": { "description": "Selects a key from a ConfigMap.", "properties": { "key": { "description": "The key to select.", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the ConfigMap or its key must be defined", "type": "boolean" } }, "required": [ "key" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "fieldRef": { "description": "ObjectFieldSelector selects an APIVersioned field of an object.", "properties": { "apiVersion": { "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\".", "type": "string" }, "fieldPath": { "description": "Path of the field to select in the specified API version.", "type": "string" } }, "required": [ "fieldPath" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "resourceFieldRef": { "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format", "properties": { "containerName": { "description": "Container name: required for volumes, optional for env vars", "type": "string" }, "divisor": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "description": "Required: resource to select", "type": "string" } }, "required": [ "resource" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "secretKeyRef": { "description": "SecretKeySelector selects a key of a Secret.", "properties": { "key": { "description": "The key of the secret to select from. Must be a valid secret key.", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the Secret or its key must be defined", "type": "boolean" } }, "required": [ "key" ], "type": "object", "x-kubernetes-map-type": "atomic" } }, "type": "object" } }, "required": [ "name" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "name" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "name", "x-kubernetes-patch-strategy": "merge" }, "envFrom": { "description": "List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.", "items": { "description": "EnvFromSource represents the source of a set of ConfigMaps", "properties": { "configMapRef": { "description": "ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.\n\nThe contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the ConfigMap must be defined", "type": "boolean" } }, "type": "object" }, "prefix": { "description": "An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.", "type": "string" }, "secretRef": { "description": "SecretEnvSource selects a Secret to populate the environment variables with.\n\nThe contents of the target Secret's Data field will represent the key-value pairs as environment variables.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the Secret must be defined", "type": "boolean" } }, "type": "object" } }, "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "image": { "description": "Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.", "type": "string" }, "imagePullPolicy": { "description": "Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images", "type": "string" }, "lifecycle": { "description": "Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.", "properties": { "postStart": { "description": "LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "sleep": { "description": "SleepAction describes a \"sleep\" action.", "properties": { "seconds": { "description": "Seconds is the number of seconds to sleep.", "format": "int64", "type": "integer" } }, "required": [ "seconds" ], "type": "object" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" } }, "type": "object" }, "preStop": { "description": "LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "sleep": { "description": "SleepAction describes a \"sleep\" action.", "properties": { "seconds": { "description": "Seconds is the number of seconds to sleep.", "format": "int64", "type": "integer" } }, "required": [ "seconds" ], "type": "object" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" } }, "type": "object" } }, "type": "object" }, "livenessProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "name": { "description": "Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.", "type": "string" }, "ports": { "description": "List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default \"0.0.0.0\" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated.", "items": { "description": "ContainerPort represents a network port in a single container.", "properties": { "containerPort": { "description": "Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536.", "format": "int32", "type": "integer" }, "hostIP": { "description": "What host IP to bind the external port to.", "type": "string" }, "hostPort": { "description": "Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this.", "format": "int32", "type": "integer" }, "name": { "description": "If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services.", "type": "string" }, "protocol": { "description": "Protocol for port. Must be UDP, TCP, or SCTP. Defaults to \"TCP\".", "type": "string" } }, "required": [ "containerPort" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "containerPort", "protocol" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "containerPort", "x-kubernetes-patch-strategy": "merge" }, "readinessProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "resizePolicy": { "description": "Resources resize policy for the container.", "items": { "description": "ContainerResizePolicy represents resource resize policy for the container.", "properties": { "resourceName": { "description": "Name of the resource to which this resource resize policy applies. Supported values: cpu, memory.", "type": "string" }, "restartPolicy": { "description": "Restart policy to apply when specified resource is resized. If not specified, it defaults to NotRequired.", "type": "string" } }, "required": [ "resourceName", "restartPolicy" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "resources": { "description": "ResourceRequirements describes the compute resource requirements.", "properties": { "claims": { "description": "Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.\n\nThis is an alpha field and requires enabling the DynamicResourceAllocation feature gate.\n\nThis field is immutable. It can only be set for containers.", "items": { "description": "ResourceClaim references one entry in PodSpec.ResourceClaims.", "properties": { "name": { "description": "Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.", "type": "string" } }, "required": [ "name" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "name" ], "x-kubernetes-list-type": "map" }, "limits": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" }, "requests": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" } }, "type": "object" }, "restartPolicy": { "description": "RestartPolicy defines the restart behavior of individual containers in a pod. This field may only be set for init containers, and the only allowed value is \"Always\". For non-init containers or when this field is not specified, the restart behavior is defined by the Pod's restart policy and the container type. Setting the RestartPolicy as \"Always\" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy \"Always\" will be shut down. This lifecycle differs from normal init containers and is often referred to as a \"sidecar\" container. Although this init container still starts in the init container sequence, it does not wait for the container to complete before proceeding to the next init container. Instead, the next init container starts immediately after this init container is started, or after any startupProbe has successfully completed.", "type": "string" }, "securityContext": { "description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.", "properties": { "allowPrivilegeEscalation": { "description": "AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "capabilities": { "description": "Adds and removes POSIX capabilities from running containers.", "properties": { "add": { "description": "Added capabilities", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "drop": { "description": "Removed capabilities", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "privileged": { "description": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "procMount": { "description": "procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.", "type": "string" }, "readOnlyRootFilesystem": { "description": "Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "runAsGroup": { "description": "The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "runAsNonRoot": { "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "boolean" }, "runAsUser": { "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "seLinuxOptions": { "description": "SELinuxOptions are the labels to be applied to the container", "properties": { "level": { "description": "Level is SELinux level label that applies to the container.", "type": "string" }, "role": { "description": "Role is a SELinux role label that applies to the container.", "type": "string" }, "type": { "description": "Type is a SELinux type label that applies to the container.", "type": "string" }, "user": { "description": "User is a SELinux user label that applies to the container.", "type": "string" } }, "type": "object" }, "seccompProfile": { "description": "SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.", "properties": { "localhostProfile": { "description": "localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is \"Localhost\". Must NOT be set for any other type.", "type": "string" }, "type": { "description": "type indicates which kind of seccomp profile will be applied. Valid options are:\n\nLocalhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.", "type": "string" } }, "required": [ "type" ], "type": "object", "x-kubernetes-unions": [ { "discriminator": "type", "fields-to-discriminateBy": { "localhostProfile": "LocalhostProfile" } } ] }, "windowsOptions": { "description": "WindowsSecurityContextOptions contain Windows-specific options and credentials.", "properties": { "gmsaCredentialSpec": { "description": "GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.", "type": "string" }, "gmsaCredentialSpecName": { "description": "GMSACredentialSpecName is the name of the GMSA credential spec to use.", "type": "string" }, "hostProcess": { "description": "HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.", "type": "boolean" }, "runAsUserName": { "description": "The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "string" } }, "type": "object" } }, "type": "object" }, "startupProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "stdin": { "description": "Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.", "type": "boolean" }, "stdinOnce": { "description": "Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false", "type": "boolean" }, "terminationMessagePath": { "description": "Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.", "type": "string" }, "terminationMessagePolicy": { "description": "Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.", "type": "string" }, "tty": { "description": "Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.", "type": "boolean" }, "volumeDevices": { "description": "volumeDevices is the list of block devices to be used by the container.", "items": { "description": "volumeDevice describes a mapping of a raw block device within a container.", "properties": { "devicePath": { "description": "devicePath is the path inside of the container that the device will be mapped to.", "type": "string" }, "name": { "description": "name must match the name of a persistentVolumeClaim in the pod", "type": "string" } }, "required": [ "name", "devicePath" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "devicePath" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "devicePath", "x-kubernetes-patch-strategy": "merge" }, "volumeMounts": { "description": "Pod volumes to mount into the container's filesystem. Cannot be updated.", "items": { "description": "VolumeMount describes a mounting of a Volume within a container.", "properties": { "mountPath": { "description": "Path within the container at which the volume should be mounted. Must not contain ':'.", "type": "string" }, "mountPropagation": { "description": "mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10.", "type": "string" }, "name": { "description": "This must match the Name of a Volume.", "type": "string" }, "readOnly": { "description": "Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.", "type": "boolean" }, "subPath": { "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root).", "type": "string" }, "subPathExpr": { "description": "Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to \"\" (volume's root). SubPathExpr and SubPath are mutually exclusive.", "type": "string" } }, "required": [ "name", "mountPath" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "mountPath" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "mountPath", "x-kubernetes-patch-strategy": "merge" }, "workingDir": { "description": "Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.", "type": "string" } }, "required": [ "name" ], "type": "object" }, "title": "Deployment sidecars.", "type": "array" }, "extraEnvVars": { "default": [], "examples": [ [ { "name": "APP_CONFIG_backend_cache_store", "value": "memory" } ] ], "items": { "description": "EnvVar represents an environment variable present in a Container.", "properties": { "name": { "description": "Name of the environment variable. Must be a C_IDENTIFIER.", "type": "string" }, "value": { "description": "Variable references $(VAR_NAME) are expanded using the previously defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to \"\".", "type": "string" }, "valueFrom": { "description": "EnvVarSource represents a source for the value of an EnvVar.", "properties": { "configMapKeyRef": { "description": "Selects a key from a ConfigMap.", "properties": { "key": { "description": "The key to select.", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the ConfigMap or its key must be defined", "type": "boolean" } }, "required": [ "key" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "fieldRef": { "description": "ObjectFieldSelector selects an APIVersioned field of an object.", "properties": { "apiVersion": { "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\".", "type": "string" }, "fieldPath": { "description": "Path of the field to select in the specified API version.", "type": "string" } }, "required": [ "fieldPath" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "resourceFieldRef": { "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format", "properties": { "containerName": { "description": "Container name: required for volumes, optional for env vars", "type": "string" }, "divisor": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "description": "Required: resource to select", "type": "string" } }, "required": [ "resource" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "secretKeyRef": { "description": "SecretKeySelector selects a key of a Secret.", "properties": { "key": { "description": "The key of the secret to select from. Must be a valid secret key.", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the Secret or its key must be defined", "type": "boolean" } }, "required": [ "key" ], "type": "object", "x-kubernetes-map-type": "atomic" } }, "type": "object" } }, "required": [ "name" ], "type": "object" }, "title": "Backstage container environment variables", "type": "array" }, "extraEnvVarsCM": { "default": [], "description": "Translates into array of `envFrom.[].configMapRef.name`", "examples": [ [ "my-backstage-configmap" ] ], "items": { "type": "string" }, "title": "Backstage container environment variables from existing ConfigMaps", "type": "array" }, "extraEnvVarsSecrets": { "default": [], "description": "Translates into array of `envFrom.[].secretRef.name`", "examples": [ [ "my-backstage-secrets" ] ], "items": { "type": "string" }, "title": "Backstage container environment variables from existing Secrets", "type": "array" }, "extraVolumeMounts": { "default": [], "items": { "description": "VolumeMount describes a mounting of a Volume within a container.", "properties": { "mountPath": { "description": "Path within the container at which the volume should be mounted. Must not contain ':'.", "type": "string" }, "mountPropagation": { "description": "mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10.", "type": "string" }, "name": { "description": "This must match the Name of a Volume.", "type": "string" }, "readOnly": { "description": "Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.", "type": "boolean" }, "subPath": { "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root).", "type": "string" }, "subPathExpr": { "description": "Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to \"\" (volume's root). SubPathExpr and SubPath are mutually exclusive.", "type": "string" } }, "required": [ "name", "mountPath" ], "type": "object" }, "title": "Backstage container additional volume mounts", "type": "array" }, "extraVolumes": { "default": [], "items": { "description": "Volume represents a named volume in a pod that may be accessed by any container in the pod.", "properties": { "awsElasticBlockStore": { "description": "Represents a Persistent Disk resource in AWS.\n\nAn AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.", "properties": { "fsType": { "description": "fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore", "type": "string" }, "partition": { "description": "partition is the partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty).", "format": "int32", "type": "integer" }, "readOnly": { "description": "readOnly value true will force the readOnly setting in VolumeMounts. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore", "type": "boolean" }, "volumeID": { "description": "volumeID is unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore", "type": "string" } }, "required": [ "volumeID" ], "type": "object" }, "azureDisk": { "description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.", "properties": { "cachingMode": { "description": "cachingMode is the Host Caching mode: None, Read Only, Read Write.", "type": "string" }, "diskName": { "description": "diskName is the Name of the data disk in the blob storage", "type": "string" }, "diskURI": { "description": "diskURI is the URI of data disk in the blob storage", "type": "string" }, "fsType": { "description": "fsType is Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "kind": { "description": "kind expected values are Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared", "type": "string" }, "readOnly": { "description": "readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" } }, "required": [ "diskName", "diskURI" ], "type": "object" }, "azureFile": { "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod.", "properties": { "readOnly": { "description": "readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "secretName": { "description": "secretName is the name of secret that contains Azure Storage Account Name and Key", "type": "string" }, "shareName": { "description": "shareName is the azure share Name", "type": "string" } }, "required": [ "secretName", "shareName" ], "type": "object" }, "cephfs": { "description": "Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.", "properties": { "monitors": { "description": "monitors is Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "path is Optional: Used as the mounted root, rather than the full Ceph tree, default is /", "type": "string" }, "readOnly": { "description": "readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it", "type": "boolean" }, "secretFile": { "description": "secretFile is Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it", "type": "string" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "user": { "description": "user is optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it", "type": "string" } }, "required": [ "monitors" ], "type": "object" }, "cinder": { "description": "Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.", "properties": { "fsType": { "description": "fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://examples.k8s.io/mysql-cinder-pd/README.md", "type": "string" }, "readOnly": { "description": "readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/mysql-cinder-pd/README.md", "type": "boolean" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "volumeID": { "description": "volumeID used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md", "type": "string" } }, "required": [ "volumeID" ], "type": "object" }, "configMap": { "description": "Adapts a ConfigMap into a volume.\n\nThe contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling.", "properties": { "defaultMode": { "description": "defaultMode is optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "items": { "description": "items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.", "items": { "description": "Maps a string key to a path within a volume.", "properties": { "key": { "description": "key is the key to project.", "type": "string" }, "mode": { "description": "mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "path": { "description": "path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.", "type": "string" } }, "required": [ "key", "path" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "optional specify whether the ConfigMap or its keys must be defined", "type": "boolean" } }, "type": "object" }, "csi": { "description": "Represents a source location of a volume to mount, managed by an external CSI driver", "properties": { "driver": { "description": "driver is the name of the CSI driver that handles this volume. Consult with your admin for the correct name as registered in the cluster.", "type": "string" }, "fsType": { "description": "fsType to mount. Ex. \"ext4\", \"xfs\", \"ntfs\". If not provided, the empty value is passed to the associated CSI driver which will determine the default filesystem to apply.", "type": "string" }, "nodePublishSecretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "readOnly": { "description": "readOnly specifies a read-only configuration for the volume. Defaults to false (read/write).", "type": "boolean" }, "volumeAttributes": { "additionalProperties": { "type": "string" }, "description": "volumeAttributes stores driver-specific properties that are passed to the CSI driver. Consult your driver's documentation for supported values.", "type": "object" } }, "required": [ "driver" ], "type": "object" }, "downwardAPI": { "description": "DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.", "properties": { "defaultMode": { "description": "Optional: mode bits to use on created files by default. Must be a Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "items": { "description": "Items is a list of downward API volume file", "items": { "description": "DownwardAPIVolumeFile represents information to create the file containing the pod field", "properties": { "fieldRef": { "description": "ObjectFieldSelector selects an APIVersioned field of an object.", "properties": { "apiVersion": { "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\".", "type": "string" }, "fieldPath": { "description": "Path of the field to select in the specified API version.", "type": "string" } }, "required": [ "fieldPath" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "mode": { "description": "Optional: mode bits used to set permissions on this file, must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "path": { "description": "Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'", "type": "string" }, "resourceFieldRef": { "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format", "properties": { "containerName": { "description": "Container name: required for volumes, optional for env vars", "type": "string" }, "divisor": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "description": "Required: resource to select", "type": "string" } }, "required": [ "resource" ], "type": "object", "x-kubernetes-map-type": "atomic" } }, "required": [ "path" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "emptyDir": { "description": "Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.", "properties": { "medium": { "description": "medium represents what type of storage medium should back this directory. The default is \"\" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir", "type": "string" }, "sizeLimit": { "oneOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "ephemeral": { "description": "Represents an ephemeral volume that is handled by a normal storage driver.", "properties": { "volumeClaimTemplate": { "description": "PersistentVolumeClaimTemplate is used to produce PersistentVolumeClaim objects as part of an EphemeralVolumeSource.", "properties": { "metadata": { "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations", "type": "object" }, "creationTimestamp": { "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "format": "date-time", "type": "string" }, "deletionGracePeriodSeconds": { "description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.", "format": "int64", "type": "integer" }, "deletionTimestamp": { "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "format": "date-time", "type": "string" }, "finalizers": { "description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "set", "x-kubernetes-patch-strategy": "merge" }, "generateName": { "description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will return a 409.\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency", "type": "string" }, "generation": { "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.", "format": "int64", "type": "integer" }, "labels": { "additionalProperties": { "type": "string" }, "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels", "type": "object" }, "managedFields": { "description": "ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object.", "items": { "description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.", "properties": { "apiVersion": { "description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.", "type": "string" }, "fieldsType": { "description": "FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"", "type": "string" }, "fieldsV1": { "description": "FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.\n\nEach key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff", "type": "object" }, "manager": { "description": "Manager is an identifier of the workflow managing these fields.", "type": "string" }, "operation": { "description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.", "type": "string" }, "subresource": { "description": "Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.", "type": "string" }, "time": { "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "format": "date-time", "type": "string" } }, "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "name": { "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names", "type": "string" }, "namespace": { "description": "Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces", "type": "string" }, "ownerReferences": { "description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.", "items": { "description": "OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.", "properties": { "apiVersion": { "description": "API version of the referent.", "type": "string" }, "blockOwnerDeletion": { "description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.", "type": "boolean" }, "controller": { "description": "If true, this reference points to the managing controller.", "type": "boolean" }, "kind": { "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names", "type": "string" }, "uid": { "description": "UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids", "type": "string" } }, "required": [ "apiVersion", "kind", "name", "uid" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "type": "array", "x-kubernetes-list-map-keys": [ "uid" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "uid", "x-kubernetes-patch-strategy": "merge" }, "resourceVersion": { "description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency", "type": "string" }, "selfLink": { "description": "Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.", "type": "string" }, "uid": { "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids", "type": "string" } }, "type": "object" }, "spec": { "description": "PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes", "properties": { "accessModes": { "description": "accessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "dataSource": { "description": "TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.", "properties": { "apiGroup": { "description": "APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.", "type": "string" }, "kind": { "description": "Kind is the type of resource being referenced", "type": "string" }, "name": { "description": "Name is the name of resource being referenced", "type": "string" } }, "required": [ "kind", "name" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "dataSourceRef": { "properties": { "apiGroup": { "description": "APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.", "type": "string" }, "kind": { "description": "Kind is the type of resource being referenced", "type": "string" }, "name": { "description": "Name is the name of resource being referenced", "type": "string" }, "namespace": { "description": "Namespace is the namespace of resource being referenced Note that when a namespace is specified, a gateway.networking.k8s.io/ReferenceGrant object is required in the referent namespace to allow that namespace's owner to accept the reference. See the ReferenceGrant documentation for details. (Alpha) This field requires the CrossNamespaceVolumeDataSource feature gate to be enabled.", "type": "string" } }, "required": [ "kind", "name" ], "type": "object" }, "resources": { "description": "VolumeResourceRequirements describes the storage resource requirements for a volume.", "properties": { "limits": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" }, "requests": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" } }, "type": "object" }, "selector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "storageClassName": { "description": "storageClassName is the name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1", "type": "string" }, "volumeAttributesClassName": { "description": "volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim. If specified, the CSI driver will create or update the volume with the attributes defined in the corresponding VolumeAttributesClass. This has a different purpose than storageClassName, it can be changed after the claim is created. An empty string value means that no VolumeAttributesClass will be applied to the claim but it's not allowed to reset this field to empty string once it is set. If unspecified and the PersistentVolumeClaim is unbound, the default VolumeAttributesClass will be set by the persistentvolume controller if it exists. If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource exists. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#volumeattributesclass (Alpha) Using this field requires the VolumeAttributesClass feature gate to be enabled.", "type": "string" }, "volumeMode": { "description": "volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec.", "type": "string" }, "volumeName": { "description": "volumeName is the binding reference to the PersistentVolume backing this claim.", "type": "string" } }, "type": "object" } }, "required": [ "spec" ], "type": "object" } }, "type": "object" }, "fc": { "description": "Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.", "properties": { "fsType": { "description": "fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "lun": { "description": "lun is Optional: FC target lun number", "format": "int32", "type": "integer" }, "readOnly": { "description": "readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "targetWWNs": { "description": "targetWWNs is Optional: FC target worldwide names (WWNs)", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "wwids": { "description": "wwids Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "flexVolume": { "description": "FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.", "properties": { "driver": { "description": "driver is the name of the driver to use for this volume.", "type": "string" }, "fsType": { "description": "fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default filesystem depends on FlexVolume script.", "type": "string" }, "options": { "additionalProperties": { "type": "string" }, "description": "options is Optional: this field holds extra command options if any.", "type": "object" }, "readOnly": { "description": "readOnly is Optional: defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" } }, "required": [ "driver" ], "type": "object" }, "flocker": { "description": "Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.", "properties": { "datasetName": { "description": "datasetName is Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated", "type": "string" }, "datasetUUID": { "description": "datasetUUID is the UUID of the dataset. This is unique identifier of a Flocker dataset", "type": "string" } }, "type": "object" }, "gcePersistentDisk": { "description": "Represents a Persistent Disk resource in Google Compute Engine.\n\nA GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.", "properties": { "fsType": { "description": "fsType is filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk", "type": "string" }, "partition": { "description": "partition is the partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty). More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk", "format": "int32", "type": "integer" }, "pdName": { "description": "pdName is unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk", "type": "string" }, "readOnly": { "description": "readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk", "type": "boolean" } }, "required": [ "pdName" ], "type": "object" }, "gitRepo": { "description": "Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.\n\nDEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container.", "properties": { "directory": { "description": "directory is the target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.", "type": "string" }, "repository": { "description": "repository is the URL", "type": "string" }, "revision": { "description": "revision is the commit hash for the specified revision.", "type": "string" } }, "required": [ "repository" ], "type": "object" }, "glusterfs": { "description": "Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.", "properties": { "endpoints": { "description": "endpoints is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod", "type": "string" }, "path": { "description": "path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod", "type": "string" }, "readOnly": { "description": "readOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod", "type": "boolean" } }, "required": [ "endpoints", "path" ], "type": "object" }, "hostPath": { "description": "Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.", "properties": { "path": { "description": "path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath", "type": "string" }, "type": { "description": "type for HostPath Volume Defaults to \"\" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath", "type": "string" } }, "required": [ "path" ], "type": "object" }, "iscsi": { "description": "Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.", "properties": { "chapAuthDiscovery": { "description": "chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication", "type": "boolean" }, "chapAuthSession": { "description": "chapAuthSession defines whether support iSCSI Session CHAP authentication", "type": "boolean" }, "fsType": { "description": "fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi", "type": "string" }, "initiatorName": { "description": "initiatorName is the custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface <target portal>:<volume name> will be created for the connection.", "type": "string" }, "iqn": { "description": "iqn is the target iSCSI Qualified Name.", "type": "string" }, "iscsiInterface": { "description": "iscsiInterface is the interface Name that uses an iSCSI transport. Defaults to 'default' (tcp).", "type": "string" }, "lun": { "description": "lun represents iSCSI Target Lun number.", "format": "int32", "type": "integer" }, "portals": { "description": "portals is the iSCSI Target Portal List. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "readOnly": { "description": "readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false.", "type": "boolean" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "targetPortal": { "description": "targetPortal is iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).", "type": "string" } }, "required": [ "targetPortal", "iqn", "lun" ], "type": "object" }, "name": { "description": "name of the volume. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "nfs": { "description": "Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.", "properties": { "path": { "description": "path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs", "type": "string" }, "readOnly": { "description": "readOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs", "type": "boolean" }, "server": { "description": "server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs", "type": "string" } }, "required": [ "server", "path" ], "type": "object" }, "persistentVolumeClaim": { "description": "PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).", "properties": { "claimName": { "description": "claimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims", "type": "string" }, "readOnly": { "description": "readOnly Will force the ReadOnly setting in VolumeMounts. Default false.", "type": "boolean" } }, "required": [ "claimName" ], "type": "object" }, "photonPersistentDisk": { "description": "Represents a Photon Controller persistent disk resource.", "properties": { "fsType": { "description": "fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "pdID": { "description": "pdID is the ID that identifies Photon Controller persistent disk", "type": "string" } }, "required": [ "pdID" ], "type": "object" }, "portworxVolume": { "description": "PortworxVolumeSource represents a Portworx volume resource.", "properties": { "fsType": { "description": "fSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "readOnly": { "description": "readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "volumeID": { "description": "volumeID uniquely identifies a Portworx volume", "type": "string" } }, "required": [ "volumeID" ], "type": "object" }, "projected": { "description": "Represents a projected volume source", "properties": { "defaultMode": { "description": "defaultMode are the mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "sources": { "description": "sources is the list of volume projections", "items": { "description": "Projection that may be projected along with other supported volume types", "properties": { "clusterTrustBundle": { "description": "ClusterTrustBundleProjection describes how to select a set of ClusterTrustBundle objects and project their contents into the pod filesystem.", "properties": { "labelSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "name": { "description": "Select a single ClusterTrustBundle by object name. Mutually-exclusive with signerName and labelSelector.", "type": "string" }, "optional": { "description": "If true, don't block pod startup if the referenced ClusterTrustBundle(s) aren't available. If using name, then the named ClusterTrustBundle is allowed not to exist. If using signerName, then the combination of signerName and labelSelector is allowed to match zero ClusterTrustBundles.", "type": "boolean" }, "path": { "description": "Relative path from the volume root to write the bundle.", "type": "string" }, "signerName": { "description": "Select all ClusterTrustBundles that match this signer name. Mutually-exclusive with name. The contents of all selected ClusterTrustBundles will be unified and deduplicated.", "type": "string" } }, "required": [ "path" ], "type": "object" }, "configMap": { "description": "Adapts a ConfigMap into a projected volume.\n\nThe contents of the target ConfigMap's Data field will be presented in a projected volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. Note that this is identical to a configmap volume source without the default mode.", "properties": { "items": { "description": "items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.", "items": { "description": "Maps a string key to a path within a volume.", "properties": { "key": { "description": "key is the key to project.", "type": "string" }, "mode": { "description": "mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "path": { "description": "path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.", "type": "string" } }, "required": [ "key", "path" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "optional specify whether the ConfigMap or its keys must be defined", "type": "boolean" } }, "type": "object" }, "downwardAPI": { "description": "Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.", "properties": { "items": { "description": "Items is a list of DownwardAPIVolume file", "items": { "description": "DownwardAPIVolumeFile represents information to create the file containing the pod field", "properties": { "fieldRef": { "description": "ObjectFieldSelector selects an APIVersioned field of an object.", "properties": { "apiVersion": { "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\".", "type": "string" }, "fieldPath": { "description": "Path of the field to select in the specified API version.", "type": "string" } }, "required": [ "fieldPath" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "mode": { "description": "Optional: mode bits used to set permissions on this file, must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "path": { "description": "Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'", "type": "string" }, "resourceFieldRef": { "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format", "properties": { "containerName": { "description": "Container name: required for volumes, optional for env vars", "type": "string" }, "divisor": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "description": "Required: resource to select", "type": "string" } }, "required": [ "resource" ], "type": "object", "x-kubernetes-map-type": "atomic" } }, "required": [ "path" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "secret": { "description": "Adapts a secret into a projected volume.\n\nThe contents of the target Secret's Data field will be presented in a projected volume as files using the keys in the Data field as the file names. Note that this is identical to a secret volume source without the default mode.", "properties": { "items": { "description": "items if unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.", "items": { "description": "Maps a string key to a path within a volume.", "properties": { "key": { "description": "key is the key to project.", "type": "string" }, "mode": { "description": "mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "path": { "description": "path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.", "type": "string" } }, "required": [ "key", "path" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "optional field specify whether the Secret or its key must be defined", "type": "boolean" } }, "type": "object" }, "serviceAccountToken": { "description": "ServiceAccountTokenProjection represents a projected service account token volume. This projection can be used to insert a service account token into the pods runtime filesystem for use against APIs (Kubernetes API Server or otherwise).", "properties": { "audience": { "description": "audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver.", "type": "string" }, "expirationSeconds": { "description": "expirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes.", "format": "int64", "type": "integer" }, "path": { "description": "path is the path relative to the mount point of the file to project the token into.", "type": "string" } }, "required": [ "path" ], "type": "object" } }, "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "quobyte": { "description": "Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.", "properties": { "group": { "description": "group to map volume access to Default is no group", "type": "string" }, "readOnly": { "description": "readOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false.", "type": "boolean" }, "registry": { "description": "registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes", "type": "string" }, "tenant": { "description": "tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin", "type": "string" }, "user": { "description": "user to map volume access to Defaults to serivceaccount user", "type": "string" }, "volume": { "description": "volume is a string that references an already created Quobyte volume by name.", "type": "string" } }, "required": [ "registry", "volume" ], "type": "object" }, "rbd": { "description": "Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.", "properties": { "fsType": { "description": "fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd", "type": "string" }, "image": { "description": "image is the rados image name. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "type": "string" }, "keyring": { "description": "keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "type": "string" }, "monitors": { "description": "monitors is a collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "pool": { "description": "pool is the rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "type": "string" }, "readOnly": { "description": "readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "type": "boolean" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "user": { "description": "user is the rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "type": "string" } }, "required": [ "monitors", "image" ], "type": "object" }, "scaleIO": { "description": "ScaleIOVolumeSource represents a persistent ScaleIO volume", "properties": { "fsType": { "description": "fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Default is \"xfs\".", "type": "string" }, "gateway": { "description": "gateway is the host address of the ScaleIO API Gateway.", "type": "string" }, "protectionDomain": { "description": "protectionDomain is the name of the ScaleIO Protection Domain for the configured storage.", "type": "string" }, "readOnly": { "description": "readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "sslEnabled": { "description": "sslEnabled Flag enable/disable SSL communication with Gateway, default false", "type": "boolean" }, "storageMode": { "description": "storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.", "type": "string" }, "storagePool": { "description": "storagePool is the ScaleIO Storage Pool associated with the protection domain.", "type": "string" }, "system": { "description": "system is the name of the storage system as configured in ScaleIO.", "type": "string" }, "volumeName": { "description": "volumeName is the name of a volume already created in the ScaleIO system that is associated with this volume source.", "type": "string" } }, "required": [ "gateway", "system", "secretRef" ], "type": "object" }, "secret": { "description": "Adapts a Secret into a volume.\n\nThe contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.", "properties": { "defaultMode": { "description": "defaultMode is Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "items": { "description": "items If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.", "items": { "description": "Maps a string key to a path within a volume.", "properties": { "key": { "description": "key is the key to project.", "type": "string" }, "mode": { "description": "mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "path": { "description": "path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.", "type": "string" } }, "required": [ "key", "path" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "optional": { "description": "optional field specify whether the Secret or its keys must be defined", "type": "boolean" }, "secretName": { "description": "secretName is the name of the secret in the pod's namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret", "type": "string" } }, "type": "object" }, "storageos": { "description": "Represents a StorageOS persistent volume resource.", "properties": { "fsType": { "description": "fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "readOnly": { "description": "readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "volumeName": { "description": "volumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace.", "type": "string" }, "volumeNamespace": { "description": "volumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to \"default\" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created.", "type": "string" } }, "type": "object" }, "vsphereVolume": { "description": "Represents a vSphere volume resource.", "properties": { "fsType": { "description": "fsType is filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "storagePolicyID": { "description": "storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.", "type": "string" }, "storagePolicyName": { "description": "storagePolicyName is the storage Policy Based Management (SPBM) profile name.", "type": "string" }, "volumePath": { "description": "volumePath is the path that identifies vSphere volume vmdk", "type": "string" } }, "required": [ "volumePath" ], "type": "object" } }, "required": [ "name" ], "type": "object" }, "title": "Backstage container additional volumes", "type": "array" }, "image": { "additionalProperties": false, "properties": { "pullPolicy": { "default": "Always", "description": "Ref: https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy", "enum": [ "Always", "IfNotPresent" ], "title": "Specify a imagePullPolicy.", "type": "string" }, "pullSecrets": { "default": [], "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/", "examples": [ "myRegistryKeySecretName" ], "items": { "type": "string" }, "title": "Optionally specify an array of imagePullSecrets.", "type": "array" }, "registry": { "default": "ghcr.io", "examples": [ "ghcr.io", "quay.io", "docker.io" ], "title": "Backstage image registry", "type": "string" }, "repository": { "default": "backstage/backstage", "title": "Backstage image repository", "type": "string" }, "tag": { "default": "latest", "description": "Immutable tags are recommended.", "title": "Backstage image tag", "type": "string" } }, "title": "Image parameters", "type": "object" }, "initContainers": { "default": [], "items": { "description": "A single application container that you want to run within a pod.", "properties": { "args": { "description": "Arguments to the entrypoint. The container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "command": { "description": "Entrypoint array. Not executed within a shell. The container image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "env": { "description": "List of environment variables to set in the container. Cannot be updated.", "items": { "description": "EnvVar represents an environment variable present in a Container.", "properties": { "name": { "description": "Name of the environment variable. Must be a C_IDENTIFIER.", "type": "string" }, "value": { "description": "Variable references $(VAR_NAME) are expanded using the previously defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to \"\".", "type": "string" }, "valueFrom": { "description": "EnvVarSource represents a source for the value of an EnvVar.", "properties": { "configMapKeyRef": { "description": "Selects a key from a ConfigMap.", "properties": { "key": { "description": "The key to select.", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the ConfigMap or its key must be defined", "type": "boolean" } }, "required": [ "key" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "fieldRef": { "description": "ObjectFieldSelector selects an APIVersioned field of an object.", "properties": { "apiVersion": { "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\".", "type": "string" }, "fieldPath": { "description": "Path of the field to select in the specified API version.", "type": "string" } }, "required": [ "fieldPath" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "resourceFieldRef": { "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format", "properties": { "containerName": { "description": "Container name: required for volumes, optional for env vars", "type": "string" }, "divisor": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "description": "Required: resource to select", "type": "string" } }, "required": [ "resource" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "secretKeyRef": { "description": "SecretKeySelector selects a key of a Secret.", "properties": { "key": { "description": "The key of the secret to select from. Must be a valid secret key.", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the Secret or its key must be defined", "type": "boolean" } }, "required": [ "key" ], "type": "object", "x-kubernetes-map-type": "atomic" } }, "type": "object" } }, "required": [ "name" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "name" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "name", "x-kubernetes-patch-strategy": "merge" }, "envFrom": { "description": "List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.", "items": { "description": "EnvFromSource represents the source of a set of ConfigMaps", "properties": { "configMapRef": { "description": "ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.\n\nThe contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the ConfigMap must be defined", "type": "boolean" } }, "type": "object" }, "prefix": { "description": "An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.", "type": "string" }, "secretRef": { "description": "SecretEnvSource selects a Secret to populate the environment variables with.\n\nThe contents of the target Secret's Data field will represent the key-value pairs as environment variables.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the Secret must be defined", "type": "boolean" } }, "type": "object" } }, "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "image": { "description": "Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.", "type": "string" }, "imagePullPolicy": { "description": "Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images", "type": "string" }, "lifecycle": { "description": "Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.", "properties": { "postStart": { "description": "LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "sleep": { "description": "SleepAction describes a \"sleep\" action.", "properties": { "seconds": { "description": "Seconds is the number of seconds to sleep.", "format": "int64", "type": "integer" } }, "required": [ "seconds" ], "type": "object" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" } }, "type": "object" }, "preStop": { "description": "LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "sleep": { "description": "SleepAction describes a \"sleep\" action.", "properties": { "seconds": { "description": "Seconds is the number of seconds to sleep.", "format": "int64", "type": "integer" } }, "required": [ "seconds" ], "type": "object" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" } }, "type": "object" } }, "type": "object" }, "livenessProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "name": { "description": "Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.", "type": "string" }, "ports": { "description": "List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default \"0.0.0.0\" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated.", "items": { "description": "ContainerPort represents a network port in a single container.", "properties": { "containerPort": { "description": "Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536.", "format": "int32", "type": "integer" }, "hostIP": { "description": "What host IP to bind the external port to.", "type": "string" }, "hostPort": { "description": "Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this.", "format": "int32", "type": "integer" }, "name": { "description": "If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services.", "type": "string" }, "protocol": { "description": "Protocol for port. Must be UDP, TCP, or SCTP. Defaults to \"TCP\".", "type": "string" } }, "required": [ "containerPort" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "containerPort", "protocol" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "containerPort", "x-kubernetes-patch-strategy": "merge" }, "readinessProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "resizePolicy": { "description": "Resources resize policy for the container.", "items": { "description": "ContainerResizePolicy represents resource resize policy for the container.", "properties": { "resourceName": { "description": "Name of the resource to which this resource resize policy applies. Supported values: cpu, memory.", "type": "string" }, "restartPolicy": { "description": "Restart policy to apply when specified resource is resized. If not specified, it defaults to NotRequired.", "type": "string" } }, "required": [ "resourceName", "restartPolicy" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "resources": { "description": "ResourceRequirements describes the compute resource requirements.", "properties": { "claims": { "description": "Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.\n\nThis is an alpha field and requires enabling the DynamicResourceAllocation feature gate.\n\nThis field is immutable. It can only be set for containers.", "items": { "description": "ResourceClaim references one entry in PodSpec.ResourceClaims.", "properties": { "name": { "description": "Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.", "type": "string" } }, "required": [ "name" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "name" ], "x-kubernetes-list-type": "map" }, "limits": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" }, "requests": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" } }, "type": "object" }, "restartPolicy": { "description": "RestartPolicy defines the restart behavior of individual containers in a pod. This field may only be set for init containers, and the only allowed value is \"Always\". For non-init containers or when this field is not specified, the restart behavior is defined by the Pod's restart policy and the container type. Setting the RestartPolicy as \"Always\" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy \"Always\" will be shut down. This lifecycle differs from normal init containers and is often referred to as a \"sidecar\" container. Although this init container still starts in the init container sequence, it does not wait for the container to complete before proceeding to the next init container. Instead, the next init container starts immediately after this init container is started, or after any startupProbe has successfully completed.", "type": "string" }, "securityContext": { "description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.", "properties": { "allowPrivilegeEscalation": { "description": "AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "capabilities": { "description": "Adds and removes POSIX capabilities from running containers.", "properties": { "add": { "description": "Added capabilities", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "drop": { "description": "Removed capabilities", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "privileged": { "description": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "procMount": { "description": "procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.", "type": "string" }, "readOnlyRootFilesystem": { "description": "Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "runAsGroup": { "description": "The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "runAsNonRoot": { "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "boolean" }, "runAsUser": { "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "seLinuxOptions": { "description": "SELinuxOptions are the labels to be applied to the container", "properties": { "level": { "description": "Level is SELinux level label that applies to the container.", "type": "string" }, "role": { "description": "Role is a SELinux role label that applies to the container.", "type": "string" }, "type": { "description": "Type is a SELinux type label that applies to the container.", "type": "string" }, "user": { "description": "User is a SELinux user label that applies to the container.", "type": "string" } }, "type": "object" }, "seccompProfile": { "description": "SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.", "properties": { "localhostProfile": { "description": "localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is \"Localhost\". Must NOT be set for any other type.", "type": "string" }, "type": { "description": "type indicates which kind of seccomp profile will be applied. Valid options are:\n\nLocalhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.", "type": "string" } }, "required": [ "type" ], "type": "object", "x-kubernetes-unions": [ { "discriminator": "type", "fields-to-discriminateBy": { "localhostProfile": "LocalhostProfile" } } ] }, "windowsOptions": { "description": "WindowsSecurityContextOptions contain Windows-specific options and credentials.", "properties": { "gmsaCredentialSpec": { "description": "GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.", "type": "string" }, "gmsaCredentialSpecName": { "description": "GMSACredentialSpecName is the name of the GMSA credential spec to use.", "type": "string" }, "hostProcess": { "description": "HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.", "type": "boolean" }, "runAsUserName": { "description": "The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "string" } }, "type": "object" } }, "type": "object" }, "startupProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "stdin": { "description": "Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.", "type": "boolean" }, "stdinOnce": { "description": "Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false", "type": "boolean" }, "terminationMessagePath": { "description": "Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.", "type": "string" }, "terminationMessagePolicy": { "description": "Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.", "type": "string" }, "tty": { "description": "Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.", "type": "boolean" }, "volumeDevices": { "description": "volumeDevices is the list of block devices to be used by the container.", "items": { "description": "volumeDevice describes a mapping of a raw block device within a container.", "properties": { "devicePath": { "description": "devicePath is the path inside of the container that the device will be mapped to.", "type": "string" }, "name": { "description": "name must match the name of a persistentVolumeClaim in the pod", "type": "string" } }, "required": [ "name", "devicePath" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "devicePath" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "devicePath", "x-kubernetes-patch-strategy": "merge" }, "volumeMounts": { "description": "Pod volumes to mount into the container's filesystem. Cannot be updated.", "items": { "description": "VolumeMount describes a mounting of a Volume within a container.", "properties": { "mountPath": { "description": "Path within the container at which the volume should be mounted. Must not contain ':'.", "type": "string" }, "mountPropagation": { "description": "mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10.", "type": "string" }, "name": { "description": "This must match the Name of a Volume.", "type": "string" }, "readOnly": { "description": "Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.", "type": "boolean" }, "subPath": { "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root).", "type": "string" }, "subPathExpr": { "description": "Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to \"\" (volume's root). SubPathExpr and SubPath are mutually exclusive.", "type": "string" } }, "required": [ "name", "mountPath" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "mountPath" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "mountPath", "x-kubernetes-patch-strategy": "merge" }, "workingDir": { "description": "Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.", "type": "string" } }, "required": [ "name" ], "type": "object" }, "title": "Backstage container init containers", "type": "array" }, "installDir": { "default": "/app", "title": "Directory containing the backstage installation", "type": "string" }, "livenessProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "nodeSelector": { "additionalProperties": { "type": "string" }, "default": {}, "description": "Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector", "title": "Node labels for pod assignment", "type": "object" }, "podAnnotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Annotations to add to the backend deployment pods", "type": "object" }, "podLabels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Labels to add to the backend deployment pods", "type": "object" }, "podSecurityContext": { "description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.", "properties": { "allowPrivilegeEscalation": { "description": "AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "capabilities": { "description": "Adds and removes POSIX capabilities from running containers.", "properties": { "add": { "description": "Added capabilities", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "drop": { "description": "Removed capabilities", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "privileged": { "description": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "procMount": { "description": "procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.", "type": "string" }, "readOnlyRootFilesystem": { "description": "Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "runAsGroup": { "description": "The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "runAsNonRoot": { "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "boolean" }, "runAsUser": { "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "seLinuxOptions": { "description": "SELinuxOptions are the labels to be applied to the container", "properties": { "level": { "description": "Level is SELinux level label that applies to the container.", "type": "string" }, "role": { "description": "Role is a SELinux role label that applies to the container.", "type": "string" }, "type": { "description": "Type is a SELinux type label that applies to the container.", "type": "string" }, "user": { "description": "User is a SELinux user label that applies to the container.", "type": "string" } }, "type": "object" }, "seccompProfile": { "description": "SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.", "properties": { "localhostProfile": { "description": "localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is \"Localhost\". Must NOT be set for any other type.", "type": "string" }, "type": { "description": "type indicates which kind of seccomp profile will be applied. Valid options are:\n\nLocalhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.", "type": "string" } }, "required": [ "type" ], "type": "object", "x-kubernetes-unions": [ { "discriminator": "type", "fields-to-discriminateBy": { "localhostProfile": "LocalhostProfile" } } ] }, "windowsOptions": { "description": "WindowsSecurityContextOptions contain Windows-specific options and credentials.", "properties": { "gmsaCredentialSpec": { "description": "GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.", "type": "string" }, "gmsaCredentialSpecName": { "description": "GMSACredentialSpecName is the name of the GMSA credential spec to use.", "type": "string" }, "hostProcess": { "description": "HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.", "type": "boolean" }, "runAsUserName": { "description": "The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "string" } }, "type": "object" } }, "type": "object" }, "readinessProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "replicas": { "default": 1, "minimum": 0, "title": "Number of deployment replicas", "type": "integer" }, "resources": { "description": "ResourceRequirements describes the compute resource requirements.", "properties": { "claims": { "description": "Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.\n\nThis is an alpha field and requires enabling the DynamicResourceAllocation feature gate.\n\nThis field is immutable. It can only be set for containers.", "items": { "description": "ResourceClaim references one entry in PodSpec.ResourceClaims.", "properties": { "name": { "description": "Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.", "type": "string" } }, "required": [ "name" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "name" ], "x-kubernetes-list-type": "map" }, "limits": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" }, "requests": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" } }, "type": "object" }, "revisionHistoryLimit": { "default": 10, "minimum": 0, "title": "The count of deployment revisions", "type": "integer" }, "startupProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "tolerations": { "default": [], "description": "Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/", "items": { "description": "The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.", "properties": { "effect": { "description": "Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.", "type": "string" }, "key": { "description": "Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys.", "type": "string" }, "operator": { "description": "Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category.", "type": "string" }, "tolerationSeconds": { "description": "TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system.", "format": "int64", "type": "integer" }, "value": { "description": "Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.", "type": "string" } }, "type": "object" }, "title": "Node tolerations for server scheduling to nodes with taints", "type": "array" } }, "title": "Backstage parameters", "type": "object" }, "clusterDomain": { "default": "cluster.local", "title": "Default Kubernetes cluster domain", "type": "string" }, "commonAnnotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Annotations to add to all deployed objects", "type": "object" }, "commonLabels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Labels to add to all deployed objects", "type": "object" }, "diagnosticMode": { "additionalProperties": false, "properties": { "args": { "default": [ "infinity" ], "items": { "type": "string" }, "title": "Args to override all containers in the Deployment", "type": "array" }, "command": { "default": [ "sleep" ], "items": { "type": "string" }, "title": "Command to override all containers in the Deployment", "type": "array" }, "enabled": { "default": false, "description": "All probes will be disabled and the command will be overridden", "title": "Enable diagnostic mode", "type": "boolean" } }, "title": "Enable diagnostic mode in the Deployment", "type": "object" }, "extraDeploy": { "default": [], "items": { "type": [ "string", "object" ] }, "title": "Array of extra objects to deploy with the release", "type": "array", "uniqueItems": true }, "fullnameOverride": { "default": "", "title": "String to fully override common.names.fullname", "type": "string" }, "global": { "properties": { "imagePullSecrets": { "default": [], "examples": [ [ "myRegistryKeySecretName" ] ], "items": { "type": "string" }, "title": "Global Docker registry secret names as an array", "type": "array", "uniqueItems": true }, "imageRegistry": { "default": "", "title": "Global Docker image registry", "type": "string" } }, "title": "Global parameters.", "type": "object" }, "ingress": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional annotations for the Ingress resource", "type": "object" }, "className": { "default": "", "examples": [ "nginx" ], "title": "Name of the IngressClass cluster resource which defines which controller will implement the resource.", "type": "string" }, "enabled": { "default": false, "title": "Enable the creation of the ingress resource", "type": "boolean" }, "host": { "default": "", "examples": [ "backstage.10.0.0.1.nip.io" ], "title": "Hostname to be used to expose the route to access the backstage application.", "type": "string" }, "tls": { "additionalProperties": false, "properties": { "enabled": { "default": false, "description": "TLS for the host defined at `ingress.host` parameter", "title": "Enable TLS configuration", "type": "boolean" }, "secretName": { "default": "", "title": "The name to which the TLS Secret will be called", "type": "string" } }, "title": "Ingress TLS parameters", "type": "object" } }, "title": "Ingress parameters", "type": "object" }, "kubeVersion": { "default": "", "title": "Override Kubernetes version", "type": "string" }, "metrics": { "additionalProperties": false, "description": "Allows configuring your backstage instance as a scrape target for Prometheus. Ref: https://github.com/prometheus/prometheus", "properties": { "serviceMonitor": { "additionalProperties": false, "description": "A custom resource that is consumed by Prometheus Operator. Ref: https://github.com/prometheus-operator/prometheus-operator", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "ServiceMonitor annotations", "type": "object" }, "enabled": { "default": false, "description": "Prometheus Operator must be installed in your cluster prior to enabling.", "title": "If enabled, a ServiceMonitor resource for Prometheus Operator is created", "type": "boolean" }, "interval": { "default": null, "title": "ServiceMonitor scrape interval", "type": [ "string", "null" ] }, "labels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional ServiceMonitor labels", "type": "object" }, "path": { "default": "/metrics", "description": "ote that the /metrics endpoint is NOT present in a freshly scaffolded Backstage app. To setup, follow the Prometheus metrics tutorial. https://github.com/backstage/backstage/blob/master/contrib/docs/tutorials/prometheus-metrics.md", "title": "ServiceMonitor endpoint path", "type": "string" } }, "title": "ServiceMonitor configuration", "type": "object" } }, "title": "Metrics configuration", "type": "object" }, "nameOverride": { "default": "", "title": "String to partially override common.names.fullname", "type": "string" }, "networkPolicy": { "additionalProperties": false, "properties": { "egressRules": { "additionalProperties": false, "properties": { "customRules": { "items": { "description": "NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and to. This type is beta-level in 1.8", "properties": { "ports": { "description": "List of destination ports for outgoing traffic. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.", "items": { "description": "NetworkPolicyPort describes a port to allow traffic on", "properties": { "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "protocol": { "description": "The protocol (TCP or UDP) which traffic must match. If not specified, this field defaults to TCP.", "type": "string" } } }, "type": "array" }, "to": { "description": "List of destinations for outgoing traffic of pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all destinations (traffic not restricted by destination). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the to list.", "items": { "description": "NetworkPolicyPeer describes a peer to allow traffic from. Exactly one of its fields must be specified.", "properties": { "ipBlock": { "description": "IPBlock describes a particular CIDR (Ex. \"192.168.1.1/24\") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.", "properties": { "cidr": { "description": "CIDR is a string representing the IP Block Valid examples are \"192.168.1.1/24\"", "type": "string" }, "except": { "description": "Except is a slice of CIDRs that should not be included within an IP Block Valid examples are \"192.168.1.1/24\" Except values will be rejected if they are outside the CIDR range", "items": { "type": "string" }, "type": "array" } }, "required": [ "cidr" ] }, "namespaceSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string", "x-kubernetes-patch-merge-key": "key", "x-kubernetes-patch-strategy": "merge" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array" } }, "required": [ "key", "operator" ] }, "type": "array" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } } }, "podSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string", "x-kubernetes-patch-merge-key": "key", "x-kubernetes-patch-strategy": "merge" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array" } }, "required": [ "key", "operator" ] }, "type": "array" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } } } } }, "type": "array" } } }, "title": "", "type": "array" }, "denyConnectionsToExternal": { "default": false, "title": "Deny external connections. Should not be enabled when working with an external database.", "type": "boolean" } }, "title": "Custom egress rules for the network policy", "type": "object" }, "enabled": { "default": false, "title": "Specifies whether a NetworkPolicy should be created", "type": "boolean" }, "ingressRules": { "additionalProperties": false, "properties": { "customRules": { "items": { "description": "NetworkPolicyIngressRule describes a particular set of traffic that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and from.", "properties": { "from": { "description": "List of sources which should be able to access the pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all sources (traffic not restricted by source). If this field is present and contains at least on item, this rule allows traffic only if the traffic matches at least one item in the from list.", "items": { "description": "NetworkPolicyPeer describes a peer to allow traffic from. Exactly one of its fields must be specified.", "properties": { "ipBlock": { "description": "IPBlock describes a particular CIDR (Ex. \"192.168.1.1/24\") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.", "properties": { "cidr": { "description": "CIDR is a string representing the IP Block Valid examples are \"192.168.1.1/24\"", "type": "string" }, "except": { "description": "Except is a slice of CIDRs that should not be included within an IP Block Valid examples are \"192.168.1.1/24\" Except values will be rejected if they are outside the CIDR range", "items": { "type": "string" }, "type": "array" } }, "required": [ "cidr" ] }, "namespaceSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string", "x-kubernetes-patch-merge-key": "key", "x-kubernetes-patch-strategy": "merge" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array" } }, "required": [ "key", "operator" ] }, "type": "array" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } } }, "podSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string", "x-kubernetes-patch-merge-key": "key", "x-kubernetes-patch-strategy": "merge" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array" } }, "required": [ "key", "operator" ] }, "type": "array" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } } } } }, "type": "array" }, "ports": { "description": "List of ports which should be made accessible on the pods selected for this rule. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.", "items": { "description": "NetworkPolicyPort describes a port to allow traffic on", "properties": { "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "protocol": { "description": "The protocol (TCP or UDP) which traffic must match. If not specified, this field defaults to TCP.", "type": "string" } } }, "type": "array" } } }, "title": "", "type": "array" }, "namespaceSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "podSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" } }, "title": "Custom egress rules for the network policy", "type": "object" } }, "title": "Network policies", "type": "object" }, "postgresql": { "$schema": "http://json-schema.org/schema#", "properties": { "architecture": { "description": "Allowed values: `standalone` or `replication`", "form": true, "title": "PostgreSQL architecture", "type": "string" }, "auth": { "form": true, "properties": { "database": { "description": "Name of the custom database to be created during the 1st initialization of PostgreSQL", "form": true, "title": "PostgreSQL custom database", "type": "string" }, "enablePostgresUser": { "description": "Assign a password to the \"postgres\" admin user. Otherwise, remote access will be blocked for this user", "form": true, "title": "Enable \"postgres\" admin user", "type": "boolean" }, "password": { "description": "Defaults to a random 10-character alphanumeric string if not set", "form": true, "title": "Password for the custom user to create", "type": "string" }, "postgresPassword": { "description": "Defaults to a random 10-character alphanumeric string if not set", "form": true, "title": "Password for the \"postgres\" admin user", "type": "string" }, "replicationPassword": { "description": "Defaults to a random 10-character alphanumeric string if not set", "form": true, "hidden": { "path": "architecture", "value": "standalone" }, "title": "Password for PostgreSQL replication user", "type": "string" }, "replicationUsername": { "description": "Name of user used to manage replication.", "form": true, "hidden": { "path": "architecture", "value": "standalone" }, "title": "PostgreSQL replication user", "type": "string" }, "username": { "description": "Name of the custom user to be created during the 1st initialization of PostgreSQL. This user only has permissions on the PostgreSQL custom database", "form": true, "title": "PostgreSQL custom user", "type": "string" } }, "title": "Authentication configuration", "type": "object" }, "metrics": { "properties": { "enabled": { "form": true, "title": "Configure metrics exporter", "type": "boolean" } }, "type": "object" }, "persistence": { "properties": { "size": { "form": true, "render": "slider", "sliderMax": 100, "sliderMin": 1, "sliderUnit": "Gi", "title": "Persistent Volume Size", "type": "string" } }, "type": "object" }, "replication": { "form": true, "properties": { "enabled": { "form": true, "title": "Enable Replication", "type": "boolean" }, "readReplicas": { "form": true, "hidden": { "path": "architecture", "value": "standalone" }, "title": "read Replicas", "type": "integer" } }, "title": "Replication Details", "type": "object" }, "resources": { "description": "Configure resource requests", "form": true, "properties": { "requests": { "properties": { "cpu": { "form": true, "render": "slider", "sliderMax": 2000, "sliderMin": 10, "sliderUnit": "m", "title": "CPU Request", "type": "string" }, "memory": { "form": true, "render": "slider", "sliderMax": 2048, "sliderMin": 10, "sliderUnit": "Mi", "title": "Memory Request", "type": "string" } }, "type": "object" } }, "title": "Required Resources", "type": "object" }, "volumePermissions": { "properties": { "enabled": { "description": "Change the owner of the persist volume mountpoint to RunAsUser:fsGroup", "form": true, "title": "Enable Init Containers", "type": "boolean" } }, "type": "object" } }, "type": "object" }, "service": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for Backstage service", "type": "object" }, "clusterIP": { "default": "", "title": "Backstage service Cluster IP", "type": "string" }, "externalTrafficPolicy": { "default": "Cluster", "description": "Ref: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip", "enum": [ "Cluster", "Local" ], "title": "Backstage service external traffic policy", "type": "string" }, "extraPorts": { "default": [], "items": { "type": "object" }, "title": "Extra ports to expose in the Backstage service", "type": "array" }, "loadBalancerIP": { "default": "", "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer", "title": "Backstage service Load Balancer IP", "type": "string" }, "loadBalancerSourceRanges": { "default": [], "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer", "examples": [ "10.10.10.0/24" ], "items": { "type": "string" }, "title": "Load Balancer sources", "type": "array" }, "nodePorts": { "additionalProperties": false, "properties": { "backend": { "default": "", "maximum": 32767, "minimum": 30000, "title": "Node port for backend", "type": [ "string", "integer" ] } }, "title": "Node port for the Backstage client connections", "type": "object" }, "ports": { "additionalProperties": false, "properties": { "backend": { "default": 7007, "title": "Backstage svc port number", "type": "integer" }, "name": { "default": "http-backend", "title": "Backstage svc port name", "type": "string" }, "targetPort": { "default": "backend", "title": "Backstage svc target port referencing receiving pod container port", "type": "string" } }, "title": "Backstage svc port for client connections", "type": "object" }, "sessionAffinity": { "default": "None", "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#session-stickiness", "enum": [ "None", "ClientIP" ], "title": "Control where client requests go, to the same pod or round-robin", "type": "string" }, "type": { "default": "ClusterIP", "enum": [ "ClusterIP", "NodePort", "LoadBalancer", "ExternalName" ], "title": "Kubernetes Service type", "type": "string" } }, "title": "Service parameters", "type": "object" }, "serviceAccount": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for the ServiceAccount.", "type": "object" }, "automountServiceAccountToken": { "default": true, "title": "Auto-mount the service account token in the pod", "type": "boolean" }, "create": { "default": false, "title": "Enable the creation of a ServiceAccount for Backstage pods", "type": "boolean" }, "labels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom labels to the service ServiceAccount.", "type": "object" }, "name": { "default": "", "description": "If not set and `serviceAccount.create` is true, a name is generated", "title": "Name of the ServiceAccount to use", "type": "string" } }, "title": "Service Account Configuration", "type": "object" } }, "title": "Backstage chart schema", "type": "object" }
Apache-2.0
en
backstage/charts
b06aba9ab18319d93f533ef5a7f95f4eaadfbac5
2023-06-09T11:26:47
charts/backstage/values.schema.json
107
2024-05-27T06:17:48.295742Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "backstage": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for the `Deployment` resource", "type": "object" }, "appConfig": { "default": {}, "examples": [ { "app": { "baseUrl": "https://somedomain.tld" } } ], "title": "Generates ConfigMap and configures it in the Backstage pods", "type": [ "object", "string" ] }, "args": { "default": [], "items": { "type": "string" }, "title": "Backstage container command arguments", "type": "array" }, "command": { "default": [ "node", "packages/backend" ], "items": { "type": "string" }, "title": "Backstage container command", "type": "array" }, "containerPorts": { "additionalProperties": false, "properties": { "backend": { "default": 7007, "title": "Backstage backend port.", "type": "integer" } }, "title": "Container ports on the Deployment", "type": "object" }, "containerSecurityContext": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.SecurityContext", "default": {}, "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container", "title": "Security settings for a Container." }, "extraAppConfig": { "default": [], "items": { "additionalProperties": false, "properties": { "configMapRef": { "type": "string" }, "filename": { "type": "string" } }, "type": "object" }, "title": "Extra app configuration files to inline into command arguments", "type": "array" }, "extraContainers": { "default": [], "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.Container" }, "title": "Deployment sidecars.", "type": "array" }, "extraEnvVars": { "default": [], "examples": [ [ { "name": "APP_CONFIG_backend_cache_store", "value": "memory" } ] ], "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.EnvVar" }, "title": "Backstage container environment variables", "type": "array" }, "extraEnvVarsSecrets": { "default": [], "description": "Translates into array of `envFrom.[].secretRef.name`", "examples": [ [ "my-backstage-secrets" ] ], "items": { "type": "string" }, "title": "Backstage container environment variables from Secrets", "type": "array" }, "extraVolumeMounts": { "default": [], "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.VolumeMount" }, "title": "Backstage container additional volume mounts", "type": "array" }, "extraVolumes": { "default": [], "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.Volume" }, "title": "Backstage container additional volumes", "type": "array" }, "image": { "additionalProperties": false, "properties": { "debug": { "default": false, "title": "Set to true if you would like to see extra information on logs", "type": "boolean" }, "pullPolicy": { "default": "Always", "description": "Ref: https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy", "enum": [ "Always", "IfNotPresent" ], "title": "Specify a imagePullPolicy.", "type": "string" }, "pullSecrets": { "default": [], "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/", "examples": [ "myRegistryKeySecretName" ], "items": { "type": "string" }, "title": "Optionally specify an array of imagePullSecrets.", "type": "array" }, "registry": { "default": "ghcr.io", "examples": [ "ghcr.io", "quay.io", "docker.io" ], "title": "Backstage image registry", "type": "string" }, "repository": { "default": "backstage/backstage", "title": "Backstage image repository", "type": "string" }, "tag": { "default": "latest", "description": "Immutable tags are recommended.", "title": "Backstage image tag", "type": "string" } }, "title": "Image parameters", "type": "object" }, "initContainers": { "default": [], "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.Container" }, "title": "Backstage container init containers", "type": "array" }, "installDir": { "default": "/app", "title": "Directory containing the backstage installation", "type": "string" }, "livenessProbe": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.Probe", "default": {}, "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/", "examples": [ { "failureThreshold": 3, "httpGet": { "path": "/healthcheck", "port": 7007, "scheme": "HTTP" }, "initialDelaySeconds": 60, "periodSeconds": 10, "successThreshold": 1, "timeoutSeconds": 2 } ], "title": "Liveness probe" }, "nodeSelector": { "additionalProperties": { "type": "string" }, "default": {}, "description": "Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector", "title": "Node labels for pod assignment", "type": "object" }, "podAnnotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Annotations to add to the backend deployment pods", "type": "object" }, "podSecurityContext": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.SecurityContext", "default": {}, "description": "The security settings that you specify for a Pod apply to all Containers in the Pod. Ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod", "title": "Security settings for a Pod." }, "readinessProbe": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.Probe", "default": {}, "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/", "examples": [ { "failureThreshold": 3, "httpGet": { "path": "/healthcheck", "port": 7007, "scheme": "HTTP" }, "initialDelaySeconds": 30, "periodSeconds": 10, "successThreshold": 2, "timeoutSeconds": 2 } ], "title": "Readiness probe" }, "replicas": { "default": 1, "minimum": 0, "title": "Number of deployment replicas", "type": "integer" }, "resources": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements", "default": {}, "description": "Ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#resource-requests-and-limits-of-pod-and-container", "examples": [ { "limits": { "cpu": "1000m", "memory": "1Gi" }, "requests": { "cpu": "100m", "memory": "250Mi" } } ], "title": "Resource requests/limits" }, "tolerations": { "default": [], "description": "Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/", "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.Toleration" }, "title": "Node tolerations for server scheduling to nodes with taints", "type": "array" } }, "title": "Backstage parameters", "type": "object" }, "clusterDomain": { "default": "cluster.local", "title": "Default Kubernetes cluster domain", "type": "string" }, "commonAnnotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Annotations to add to all deployed objects", "type": "object" }, "commonLabels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Labels to add to all deployed objects", "type": "object" }, "diagnosticMode": { "additionalProperties": false, "properties": { "args": { "default": [ "infinity" ], "items": { "type": "string" }, "title": "Args to override all containers in the Deployment", "type": "array" }, "command": { "default": [ "sleep" ], "items": { "type": "string" }, "title": "Command to override all containers in the Deployment", "type": "array" }, "enabled": { "default": false, "description": "All probes will be disabled and the command will be overridden", "title": "Enable diagnostic mode", "type": "boolean" } }, "title": "Enable diagnostic mode in the Deployment", "type": "object" }, "extraDeploy": { "default": [], "items": { "type": [ "string", "object" ] }, "title": "Array of extra objects to deploy with the release", "type": "array", "uniqueItems": true }, "fullnameOverride": { "default": "", "title": "String to fully override common.names.fullname", "type": "string" }, "global": { "properties": { "imagePullSecrets": { "default": [], "examples": [ [ "myRegistryKeySecretName" ] ], "items": { "type": "string" }, "title": "Global Docker registry secret names as an array", "type": "array", "uniqueItems": true }, "imageRegistry": { "default": "", "title": "Global Docker image registry", "type": "string" } }, "title": "Global parameters.", "type": "object" }, "ingress": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional annotations for the Ingress resource", "type": "object" }, "className": { "default": "", "examples": [ "nginx" ], "title": "Name of the IngressClass cluster resource which defines which controller will implement the resource.", "type": "string" }, "enabled": { "default": false, "title": "Enable the creation of the ingress resource", "type": "boolean" }, "host": { "default": "", "examples": [ "backstage.10.0.0.1.nip.io" ], "title": "Hostname to be used to expose the route to access the backstage application.", "type": "string" }, "tls": { "additionalProperties": false, "properties": { "enabled": { "default": false, "description": "TLS for the host defined at `ingress.host` parameter", "title": "Enable TLS configuration", "type": "boolean" }, "secretName": { "default": "", "title": "The name to which the TLS Secret will be called", "type": "string" } }, "title": "Ingress TLS parameters", "type": "object" } }, "title": "Ingress parameters", "type": "object" }, "kubeVersion": { "default": "", "title": "Override Kubernetes version", "type": "string" }, "metrics": { "additionalProperties": false, "description": "Allows configuring your backstage instance as a scrape target for Prometheus. Ref: https://github.com/prometheus/prometheus", "properties": { "serviceMonitor": { "additionalProperties": false, "description": "A custom resource that is consumed by Prometheus Operator. Ref: https://github.com/prometheus-operator/prometheus-operator", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "ServiceMonitor annotations", "type": "object" }, "enabled": { "default": false, "description": "Prometheus Operator must be installed in your cluster prior to enabling.", "title": "If enabled, a ServiceMonitor resource for Prometheus Operator is created", "type": "boolean" }, "interval": { "default": null, "title": "ServiceMonitor scrape interval", "type": [ "string", "null" ] }, "labels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional ServiceMonitor labels", "type": "object" }, "path": { "default": "/metrics", "description": "ote that the /metrics endpoint is NOT present in a freshly scaffolded Backstage app. To setup, follow the Prometheus metrics tutorial. https://github.com/backstage/backstage/blob/master/contrib/docs/tutorials/prometheus-metrics.md", "title": "ServiceMonitor endpoint path", "type": "string" } }, "title": "ServiceMonitor configuration", "type": "object" } }, "title": "Metrics configuration", "type": "object" }, "nameOverride": { "default": "", "title": "String to partially override common.names.fullname", "type": "string" }, "networkPolicy": { "additionalProperties": false, "description": "Not used in any template. Ref. https://kubernetes.io/docs/concepts/services-networking/network-policies/", "properties": { "egressRules": { "additionalProperties": false, "properties": { "customRules": { "items": { "$ref": "https://kubernetesjsonschema.dev/v1.8.7/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyEgressRule" }, "title": "", "type": "array" } }, "title": "Custom egress rules for the network policy", "type": "object" }, "enabled": { "default": false, "title": "Specifies whether a NetworkPolicy should be created", "type": "boolean" }, "externalAccess": { "title": "Probably custom ingress rules for the network policy", "type": "object" } }, "title": "Network policies", "type": "object" }, "postgresql": { "$ref": "https://raw.githubusercontent.com/bitnami/charts/main/bitnami/postgresql/values.schema.json", "description": "Ref. https://github.com/bitnami/charts/blob/master/bitnami/postgresql/values.yaml", "title": "PostgreSQL chart configuration" }, "service": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for Backstage service", "type": "object" }, "clusterIP": { "default": "", "title": "Backstage service Cluster IP", "type": "string" }, "externalTrafficPolicy": { "default": "Cluster", "description": "Ref: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip", "enum": [ "Cluster", "Local" ], "title": "Backstage service external traffic policy", "type": "string" }, "extraPorts": { "default": [], "items": { "type": "object" }, "title": "Extra ports to expose in the Backstage service", "type": "array" }, "loadBalancerIP": { "default": "", "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer", "title": "Backstage service Load Balancer IP", "type": "string" }, "loadBalancerSourceRanges": { "default": [], "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer", "examples": [ "10.10.10.0/24" ], "items": { "type": "string" }, "title": "Load Balancer sources", "type": "array" }, "nodePorts": { "additionalProperties": false, "properties": { "backend": { "default": "", "maximum": 32767, "minimum": 30000, "title": "Node port for backend", "type": [ "string", "integer" ] } }, "title": "Node port for the Backstage client connections", "type": "object" }, "ports": { "additionalProperties": false, "properties": { "backend": { "default": 7007, "title": "Backstage svc port number", "type": "integer" }, "name": { "default": "http-backend", "title": "Backstage svc port name", "type": "string" }, "targetPort": { "default": "backend", "title": "Backstage svc target port referencing receiving pod container port", "type": "string" } }, "title": "Backstage svc port for client connections", "type": "object" }, "sessionAffinity": { "default": "None", "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#session-stickiness", "enum": [ "None", "ClientIP" ], "title": "Control where client requests go, to the same pod or round-robin", "type": "string" }, "type": { "default": "ClusterIP", "enum": [ "ClusterIP", "NodePort", "LoadBalancer", "ExternalName" ], "title": "Kubernetes Service type", "type": "string" } }, "title": "Service parameters", "type": "object" }, "serviceAccount": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for the ServiceAccount.", "type": "object" }, "automountServiceAccountToken": { "default": true, "title": "Auto-mount the service account token in the pod", "type": "boolean" }, "create": { "default": false, "title": "Enable the creation of a ServiceAccount for Backstage pods", "type": "boolean" }, "labels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom labels to the service ServiceAccount.", "type": "object" }, "name": { "default": "", "description": "If not set and `serviceAccount.create` is true, a name is generated", "title": "Name of the ServiceAccount to use", "type": "string" } }, "title": "Service Account Configuration", "type": "object" } }, "title": "Backstage chart schema", "type": "object" }
Apache-2.0
en
backstage/charts
36f7e34d7d550311230a9f6db438dc4590522a1b
2024-02-21T22:14:29
charts/backstage/values.schema.json
107
2024-05-27T06:17:48.295742Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "backstage": { "additionalProperties": false, "properties": { "affinity": { "default": {}, "description": "Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity", "properties": { "nodeAffinity": { "description": "Node affinity is a group of node affinity scheduling rules.", "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "description": "The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.", "items": { "description": "An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).", "properties": { "preference": { "description": "A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm.", "properties": { "matchExpressions": { "description": "A list of node selector requirements by node's labels.", "items": { "description": "A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "The label key that the selector applies to.", "type": "string" }, "operator": { "description": "Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.", "type": "string" }, "values": { "description": "An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchFields": { "description": "A list of node selector requirements by node's fields.", "items": { "description": "A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "The label key that the selector applies to.", "type": "string" }, "operator": { "description": "Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.", "type": "string" }, "values": { "description": "An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "weight": { "description": "Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.", "format": "int32", "type": "integer" } }, "required": [ "weight", "preference" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "requiredDuringSchedulingIgnoredDuringExecution": { "description": "A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.", "properties": { "nodeSelectorTerms": { "description": "Required. A list of node selector terms. The terms are ORed.", "items": { "description": "A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm.", "properties": { "matchExpressions": { "description": "A list of node selector requirements by node's labels.", "items": { "description": "A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "The label key that the selector applies to.", "type": "string" }, "operator": { "description": "Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.", "type": "string" }, "values": { "description": "An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchFields": { "description": "A list of node selector requirements by node's fields.", "items": { "description": "A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "The label key that the selector applies to.", "type": "string" }, "operator": { "description": "Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.", "type": "string" }, "values": { "description": "An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "nodeSelectorTerms" ], "type": "object", "x-kubernetes-map-type": "atomic" } }, "type": "object" }, "podAffinity": { "description": "Pod affinity is a group of inter pod affinity scheduling rules.", "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "description": "The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.", "items": { "description": "The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)", "properties": { "podAffinityTerm": { "description": "Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key <topologyKey> matches that of any node on which a pod of the set of pods is running", "properties": { "labelSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "matchLabelKeys": { "description": "MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both matchLabelKeys and labelSelector. Also, matchLabelKeys cannot be set when labelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "mismatchLabelKeys": { "description": "MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. Also, mismatchLabelKeys cannot be set when labelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "namespaceSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "namespaces": { "description": "namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means \"this pod's namespace\".", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "topologyKey": { "description": "This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.", "type": "string" } }, "required": [ "topologyKey" ], "type": "object" }, "weight": { "description": "weight associated with matching the corresponding podAffinityTerm, in the range 1-100.", "format": "int32", "type": "integer" } }, "required": [ "weight", "podAffinityTerm" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "requiredDuringSchedulingIgnoredDuringExecution": { "description": "If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.", "items": { "description": "Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key <topologyKey> matches that of any node on which a pod of the set of pods is running", "properties": { "labelSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "matchLabelKeys": { "description": "MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both matchLabelKeys and labelSelector. Also, matchLabelKeys cannot be set when labelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "mismatchLabelKeys": { "description": "MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. Also, mismatchLabelKeys cannot be set when labelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "namespaceSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "namespaces": { "description": "namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means \"this pod's namespace\".", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "topologyKey": { "description": "This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.", "type": "string" } }, "required": [ "topologyKey" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "podAntiAffinity": { "description": "Pod anti affinity is a group of inter pod anti affinity scheduling rules.", "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "description": "The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.", "items": { "description": "The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)", "properties": { "podAffinityTerm": { "description": "Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key <topologyKey> matches that of any node on which a pod of the set of pods is running", "properties": { "labelSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "matchLabelKeys": { "description": "MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both matchLabelKeys and labelSelector. Also, matchLabelKeys cannot be set when labelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "mismatchLabelKeys": { "description": "MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. Also, mismatchLabelKeys cannot be set when labelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "namespaceSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "namespaces": { "description": "namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means \"this pod's namespace\".", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "topologyKey": { "description": "This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.", "type": "string" } }, "required": [ "topologyKey" ], "type": "object" }, "weight": { "description": "weight associated with matching the corresponding podAffinityTerm, in the range 1-100.", "format": "int32", "type": "integer" } }, "required": [ "weight", "podAffinityTerm" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "requiredDuringSchedulingIgnoredDuringExecution": { "description": "If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.", "items": { "description": "Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key <topologyKey> matches that of any node on which a pod of the set of pods is running", "properties": { "labelSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "matchLabelKeys": { "description": "MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both matchLabelKeys and labelSelector. Also, matchLabelKeys cannot be set when labelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "mismatchLabelKeys": { "description": "MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. Also, mismatchLabelKeys cannot be set when labelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "namespaceSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "namespaces": { "description": "namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means \"this pod's namespace\".", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "topologyKey": { "description": "This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.", "type": "string" } }, "required": [ "topologyKey" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" } }, "title": "Affinity for pod assignment", "type": "object" }, "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for the `Deployment` resource", "type": "object" }, "appConfig": { "default": {}, "examples": [ { "app": { "baseUrl": "https://somedomain.tld" } } ], "title": "Generates ConfigMap and configures it in the Backstage pods", "type": [ "object", "string" ] }, "args": { "default": [], "items": { "type": "string" }, "title": "Backstage container command arguments", "type": "array" }, "command": { "default": [ "node", "packages/backend" ], "items": { "type": "string" }, "title": "Backstage container command", "type": "array" }, "containerPorts": { "additionalProperties": false, "properties": { "backend": { "default": 7007, "title": "Backstage backend port.", "type": "integer" } }, "title": "Container ports on the Deployment", "type": "object" }, "containerSecurityContext": { "description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.", "properties": { "allowPrivilegeEscalation": { "description": "AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "capabilities": { "description": "Adds and removes POSIX capabilities from running containers.", "properties": { "add": { "description": "Added capabilities", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "drop": { "description": "Removed capabilities", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "privileged": { "description": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "procMount": { "description": "procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.", "type": "string" }, "readOnlyRootFilesystem": { "description": "Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "runAsGroup": { "description": "The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "runAsNonRoot": { "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "boolean" }, "runAsUser": { "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "seLinuxOptions": { "description": "SELinuxOptions are the labels to be applied to the container", "properties": { "level": { "description": "Level is SELinux level label that applies to the container.", "type": "string" }, "role": { "description": "Role is a SELinux role label that applies to the container.", "type": "string" }, "type": { "description": "Type is a SELinux type label that applies to the container.", "type": "string" }, "user": { "description": "User is a SELinux user label that applies to the container.", "type": "string" } }, "type": "object" }, "seccompProfile": { "description": "SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.", "properties": { "localhostProfile": { "description": "localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is \"Localhost\". Must NOT be set for any other type.", "type": "string" }, "type": { "description": "type indicates which kind of seccomp profile will be applied. Valid options are:\n\nLocalhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.", "type": "string" } }, "required": [ "type" ], "type": "object", "x-kubernetes-unions": [ { "discriminator": "type", "fields-to-discriminateBy": { "localhostProfile": "LocalhostProfile" } } ] }, "windowsOptions": { "description": "WindowsSecurityContextOptions contain Windows-specific options and credentials.", "properties": { "gmsaCredentialSpec": { "description": "GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.", "type": "string" }, "gmsaCredentialSpecName": { "description": "GMSACredentialSpecName is the name of the GMSA credential spec to use.", "type": "string" }, "hostProcess": { "description": "HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.", "type": "boolean" }, "runAsUserName": { "description": "The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "string" } }, "type": "object" } }, "type": "object" }, "extraAppConfig": { "default": [], "items": { "additionalProperties": false, "properties": { "configMapRef": { "type": "string" }, "filename": { "type": "string" } }, "type": "object" }, "title": "Extra app configuration files to inline into command arguments", "type": "array" }, "extraContainers": { "default": [], "items": { "description": "A single application container that you want to run within a pod.", "properties": { "args": { "description": "Arguments to the entrypoint. The container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "command": { "description": "Entrypoint array. Not executed within a shell. The container image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "env": { "description": "List of environment variables to set in the container. Cannot be updated.", "items": { "description": "EnvVar represents an environment variable present in a Container.", "properties": { "name": { "description": "Name of the environment variable. Must be a C_IDENTIFIER.", "type": "string" }, "value": { "description": "Variable references $(VAR_NAME) are expanded using the previously defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to \"\".", "type": "string" }, "valueFrom": { "description": "EnvVarSource represents a source for the value of an EnvVar.", "properties": { "configMapKeyRef": { "description": "Selects a key from a ConfigMap.", "properties": { "key": { "description": "The key to select.", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the ConfigMap or its key must be defined", "type": "boolean" } }, "required": [ "key" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "fieldRef": { "description": "ObjectFieldSelector selects an APIVersioned field of an object.", "properties": { "apiVersion": { "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\".", "type": "string" }, "fieldPath": { "description": "Path of the field to select in the specified API version.", "type": "string" } }, "required": [ "fieldPath" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "resourceFieldRef": { "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format", "properties": { "containerName": { "description": "Container name: required for volumes, optional for env vars", "type": "string" }, "divisor": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "description": "Required: resource to select", "type": "string" } }, "required": [ "resource" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "secretKeyRef": { "description": "SecretKeySelector selects a key of a Secret.", "properties": { "key": { "description": "The key of the secret to select from. Must be a valid secret key.", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the Secret or its key must be defined", "type": "boolean" } }, "required": [ "key" ], "type": "object", "x-kubernetes-map-type": "atomic" } }, "type": "object" } }, "required": [ "name" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "name" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "name", "x-kubernetes-patch-strategy": "merge" }, "envFrom": { "description": "List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.", "items": { "description": "EnvFromSource represents the source of a set of ConfigMaps", "properties": { "configMapRef": { "description": "ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.\n\nThe contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the ConfigMap must be defined", "type": "boolean" } }, "type": "object" }, "prefix": { "description": "An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.", "type": "string" }, "secretRef": { "description": "SecretEnvSource selects a Secret to populate the environment variables with.\n\nThe contents of the target Secret's Data field will represent the key-value pairs as environment variables.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the Secret must be defined", "type": "boolean" } }, "type": "object" } }, "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "image": { "description": "Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.", "type": "string" }, "imagePullPolicy": { "description": "Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images", "type": "string" }, "lifecycle": { "description": "Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.", "properties": { "postStart": { "description": "LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "sleep": { "description": "SleepAction describes a \"sleep\" action.", "properties": { "seconds": { "description": "Seconds is the number of seconds to sleep.", "format": "int64", "type": "integer" } }, "required": [ "seconds" ], "type": "object" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" } }, "type": "object" }, "preStop": { "description": "LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "sleep": { "description": "SleepAction describes a \"sleep\" action.", "properties": { "seconds": { "description": "Seconds is the number of seconds to sleep.", "format": "int64", "type": "integer" } }, "required": [ "seconds" ], "type": "object" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" } }, "type": "object" } }, "type": "object" }, "livenessProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "name": { "description": "Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.", "type": "string" }, "ports": { "description": "List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default \"0.0.0.0\" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated.", "items": { "description": "ContainerPort represents a network port in a single container.", "properties": { "containerPort": { "description": "Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536.", "format": "int32", "type": "integer" }, "hostIP": { "description": "What host IP to bind the external port to.", "type": "string" }, "hostPort": { "description": "Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this.", "format": "int32", "type": "integer" }, "name": { "description": "If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services.", "type": "string" }, "protocol": { "description": "Protocol for port. Must be UDP, TCP, or SCTP. Defaults to \"TCP\".", "type": "string" } }, "required": [ "containerPort" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "containerPort", "protocol" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "containerPort", "x-kubernetes-patch-strategy": "merge" }, "readinessProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "resizePolicy": { "description": "Resources resize policy for the container.", "items": { "description": "ContainerResizePolicy represents resource resize policy for the container.", "properties": { "resourceName": { "description": "Name of the resource to which this resource resize policy applies. Supported values: cpu, memory.", "type": "string" }, "restartPolicy": { "description": "Restart policy to apply when specified resource is resized. If not specified, it defaults to NotRequired.", "type": "string" } }, "required": [ "resourceName", "restartPolicy" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "resources": { "description": "ResourceRequirements describes the compute resource requirements.", "properties": { "claims": { "description": "Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.\n\nThis is an alpha field and requires enabling the DynamicResourceAllocation feature gate.\n\nThis field is immutable. It can only be set for containers.", "items": { "description": "ResourceClaim references one entry in PodSpec.ResourceClaims.", "properties": { "name": { "description": "Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.", "type": "string" } }, "required": [ "name" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "name" ], "x-kubernetes-list-type": "map" }, "limits": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" }, "requests": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" } }, "type": "object" }, "restartPolicy": { "description": "RestartPolicy defines the restart behavior of individual containers in a pod. This field may only be set for init containers, and the only allowed value is \"Always\". For non-init containers or when this field is not specified, the restart behavior is defined by the Pod's restart policy and the container type. Setting the RestartPolicy as \"Always\" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy \"Always\" will be shut down. This lifecycle differs from normal init containers and is often referred to as a \"sidecar\" container. Although this init container still starts in the init container sequence, it does not wait for the container to complete before proceeding to the next init container. Instead, the next init container starts immediately after this init container is started, or after any startupProbe has successfully completed.", "type": "string" }, "securityContext": { "description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.", "properties": { "allowPrivilegeEscalation": { "description": "AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "capabilities": { "description": "Adds and removes POSIX capabilities from running containers.", "properties": { "add": { "description": "Added capabilities", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "drop": { "description": "Removed capabilities", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "privileged": { "description": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "procMount": { "description": "procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.", "type": "string" }, "readOnlyRootFilesystem": { "description": "Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "runAsGroup": { "description": "The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "runAsNonRoot": { "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "boolean" }, "runAsUser": { "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "seLinuxOptions": { "description": "SELinuxOptions are the labels to be applied to the container", "properties": { "level": { "description": "Level is SELinux level label that applies to the container.", "type": "string" }, "role": { "description": "Role is a SELinux role label that applies to the container.", "type": "string" }, "type": { "description": "Type is a SELinux type label that applies to the container.", "type": "string" }, "user": { "description": "User is a SELinux user label that applies to the container.", "type": "string" } }, "type": "object" }, "seccompProfile": { "description": "SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.", "properties": { "localhostProfile": { "description": "localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is \"Localhost\". Must NOT be set for any other type.", "type": "string" }, "type": { "description": "type indicates which kind of seccomp profile will be applied. Valid options are:\n\nLocalhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.", "type": "string" } }, "required": [ "type" ], "type": "object", "x-kubernetes-unions": [ { "discriminator": "type", "fields-to-discriminateBy": { "localhostProfile": "LocalhostProfile" } } ] }, "windowsOptions": { "description": "WindowsSecurityContextOptions contain Windows-specific options and credentials.", "properties": { "gmsaCredentialSpec": { "description": "GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.", "type": "string" }, "gmsaCredentialSpecName": { "description": "GMSACredentialSpecName is the name of the GMSA credential spec to use.", "type": "string" }, "hostProcess": { "description": "HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.", "type": "boolean" }, "runAsUserName": { "description": "The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "string" } }, "type": "object" } }, "type": "object" }, "startupProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "stdin": { "description": "Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.", "type": "boolean" }, "stdinOnce": { "description": "Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false", "type": "boolean" }, "terminationMessagePath": { "description": "Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.", "type": "string" }, "terminationMessagePolicy": { "description": "Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.", "type": "string" }, "tty": { "description": "Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.", "type": "boolean" }, "volumeDevices": { "description": "volumeDevices is the list of block devices to be used by the container.", "items": { "description": "volumeDevice describes a mapping of a raw block device within a container.", "properties": { "devicePath": { "description": "devicePath is the path inside of the container that the device will be mapped to.", "type": "string" }, "name": { "description": "name must match the name of a persistentVolumeClaim in the pod", "type": "string" } }, "required": [ "name", "devicePath" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "devicePath" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "devicePath", "x-kubernetes-patch-strategy": "merge" }, "volumeMounts": { "description": "Pod volumes to mount into the container's filesystem. Cannot be updated.", "items": { "description": "VolumeMount describes a mounting of a Volume within a container.", "properties": { "mountPath": { "description": "Path within the container at which the volume should be mounted. Must not contain ':'.", "type": "string" }, "mountPropagation": { "description": "mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10.", "type": "string" }, "name": { "description": "This must match the Name of a Volume.", "type": "string" }, "readOnly": { "description": "Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.", "type": "boolean" }, "subPath": { "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root).", "type": "string" }, "subPathExpr": { "description": "Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to \"\" (volume's root). SubPathExpr and SubPath are mutually exclusive.", "type": "string" } }, "required": [ "name", "mountPath" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "mountPath" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "mountPath", "x-kubernetes-patch-strategy": "merge" }, "workingDir": { "description": "Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.", "type": "string" } }, "required": [ "name" ], "type": "object" }, "title": "Deployment sidecars.", "type": "array" }, "extraEnvVars": { "default": [], "examples": [ [ { "name": "APP_CONFIG_backend_cache_store", "value": "memory" } ] ], "items": { "description": "EnvVar represents an environment variable present in a Container.", "properties": { "name": { "description": "Name of the environment variable. Must be a C_IDENTIFIER.", "type": "string" }, "value": { "description": "Variable references $(VAR_NAME) are expanded using the previously defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to \"\".", "type": "string" }, "valueFrom": { "description": "EnvVarSource represents a source for the value of an EnvVar.", "properties": { "configMapKeyRef": { "description": "Selects a key from a ConfigMap.", "properties": { "key": { "description": "The key to select.", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the ConfigMap or its key must be defined", "type": "boolean" } }, "required": [ "key" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "fieldRef": { "description": "ObjectFieldSelector selects an APIVersioned field of an object.", "properties": { "apiVersion": { "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\".", "type": "string" }, "fieldPath": { "description": "Path of the field to select in the specified API version.", "type": "string" } }, "required": [ "fieldPath" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "resourceFieldRef": { "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format", "properties": { "containerName": { "description": "Container name: required for volumes, optional for env vars", "type": "string" }, "divisor": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "description": "Required: resource to select", "type": "string" } }, "required": [ "resource" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "secretKeyRef": { "description": "SecretKeySelector selects a key of a Secret.", "properties": { "key": { "description": "The key of the secret to select from. Must be a valid secret key.", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the Secret or its key must be defined", "type": "boolean" } }, "required": [ "key" ], "type": "object", "x-kubernetes-map-type": "atomic" } }, "type": "object" } }, "required": [ "name" ], "type": "object" }, "title": "Backstage container environment variables", "type": "array" }, "extraEnvVarsCM": { "default": [], "description": "Translates into array of `envFrom.[].configMapRef.name`", "examples": [ [ "my-backstage-configmap" ] ], "items": { "type": "string" }, "title": "Backstage container environment variables from existing ConfigMaps", "type": "array" }, "extraEnvVarsSecrets": { "default": [], "description": "Translates into array of `envFrom.[].secretRef.name`", "examples": [ [ "my-backstage-secrets" ] ], "items": { "type": "string" }, "title": "Backstage container environment variables from existing Secrets", "type": "array" }, "extraVolumeMounts": { "default": [], "items": { "description": "VolumeMount describes a mounting of a Volume within a container.", "properties": { "mountPath": { "description": "Path within the container at which the volume should be mounted. Must not contain ':'.", "type": "string" }, "mountPropagation": { "description": "mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10.", "type": "string" }, "name": { "description": "This must match the Name of a Volume.", "type": "string" }, "readOnly": { "description": "Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.", "type": "boolean" }, "subPath": { "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root).", "type": "string" }, "subPathExpr": { "description": "Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to \"\" (volume's root). SubPathExpr and SubPath are mutually exclusive.", "type": "string" } }, "required": [ "name", "mountPath" ], "type": "object" }, "title": "Backstage container additional volume mounts", "type": "array" }, "extraVolumes": { "default": [], "items": { "description": "Volume represents a named volume in a pod that may be accessed by any container in the pod.", "properties": { "awsElasticBlockStore": { "description": "Represents a Persistent Disk resource in AWS.\n\nAn AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.", "properties": { "fsType": { "description": "fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore", "type": "string" }, "partition": { "description": "partition is the partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty).", "format": "int32", "type": "integer" }, "readOnly": { "description": "readOnly value true will force the readOnly setting in VolumeMounts. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore", "type": "boolean" }, "volumeID": { "description": "volumeID is unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore", "type": "string" } }, "required": [ "volumeID" ], "type": "object" }, "azureDisk": { "description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.", "properties": { "cachingMode": { "description": "cachingMode is the Host Caching mode: None, Read Only, Read Write.", "type": "string" }, "diskName": { "description": "diskName is the Name of the data disk in the blob storage", "type": "string" }, "diskURI": { "description": "diskURI is the URI of data disk in the blob storage", "type": "string" }, "fsType": { "description": "fsType is Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "kind": { "description": "kind expected values are Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared", "type": "string" }, "readOnly": { "description": "readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" } }, "required": [ "diskName", "diskURI" ], "type": "object" }, "azureFile": { "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod.", "properties": { "readOnly": { "description": "readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "secretName": { "description": "secretName is the name of secret that contains Azure Storage Account Name and Key", "type": "string" }, "shareName": { "description": "shareName is the azure share Name", "type": "string" } }, "required": [ "secretName", "shareName" ], "type": "object" }, "cephfs": { "description": "Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.", "properties": { "monitors": { "description": "monitors is Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "path is Optional: Used as the mounted root, rather than the full Ceph tree, default is /", "type": "string" }, "readOnly": { "description": "readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it", "type": "boolean" }, "secretFile": { "description": "secretFile is Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it", "type": "string" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "user": { "description": "user is optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it", "type": "string" } }, "required": [ "monitors" ], "type": "object" }, "cinder": { "description": "Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.", "properties": { "fsType": { "description": "fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://examples.k8s.io/mysql-cinder-pd/README.md", "type": "string" }, "readOnly": { "description": "readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/mysql-cinder-pd/README.md", "type": "boolean" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "volumeID": { "description": "volumeID used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md", "type": "string" } }, "required": [ "volumeID" ], "type": "object" }, "configMap": { "description": "Adapts a ConfigMap into a volume.\n\nThe contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling.", "properties": { "defaultMode": { "description": "defaultMode is optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "items": { "description": "items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.", "items": { "description": "Maps a string key to a path within a volume.", "properties": { "key": { "description": "key is the key to project.", "type": "string" }, "mode": { "description": "mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "path": { "description": "path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.", "type": "string" } }, "required": [ "key", "path" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "optional specify whether the ConfigMap or its keys must be defined", "type": "boolean" } }, "type": "object" }, "csi": { "description": "Represents a source location of a volume to mount, managed by an external CSI driver", "properties": { "driver": { "description": "driver is the name of the CSI driver that handles this volume. Consult with your admin for the correct name as registered in the cluster.", "type": "string" }, "fsType": { "description": "fsType to mount. Ex. \"ext4\", \"xfs\", \"ntfs\". If not provided, the empty value is passed to the associated CSI driver which will determine the default filesystem to apply.", "type": "string" }, "nodePublishSecretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "readOnly": { "description": "readOnly specifies a read-only configuration for the volume. Defaults to false (read/write).", "type": "boolean" }, "volumeAttributes": { "additionalProperties": { "type": "string" }, "description": "volumeAttributes stores driver-specific properties that are passed to the CSI driver. Consult your driver's documentation for supported values.", "type": "object" } }, "required": [ "driver" ], "type": "object" }, "downwardAPI": { "description": "DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.", "properties": { "defaultMode": { "description": "Optional: mode bits to use on created files by default. Must be a Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "items": { "description": "Items is a list of downward API volume file", "items": { "description": "DownwardAPIVolumeFile represents information to create the file containing the pod field", "properties": { "fieldRef": { "description": "ObjectFieldSelector selects an APIVersioned field of an object.", "properties": { "apiVersion": { "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\".", "type": "string" }, "fieldPath": { "description": "Path of the field to select in the specified API version.", "type": "string" } }, "required": [ "fieldPath" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "mode": { "description": "Optional: mode bits used to set permissions on this file, must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "path": { "description": "Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'", "type": "string" }, "resourceFieldRef": { "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format", "properties": { "containerName": { "description": "Container name: required for volumes, optional for env vars", "type": "string" }, "divisor": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "description": "Required: resource to select", "type": "string" } }, "required": [ "resource" ], "type": "object", "x-kubernetes-map-type": "atomic" } }, "required": [ "path" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "emptyDir": { "description": "Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.", "properties": { "medium": { "description": "medium represents what type of storage medium should back this directory. The default is \"\" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir", "type": "string" }, "sizeLimit": { "oneOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "ephemeral": { "description": "Represents an ephemeral volume that is handled by a normal storage driver.", "properties": { "volumeClaimTemplate": { "description": "PersistentVolumeClaimTemplate is used to produce PersistentVolumeClaim objects as part of an EphemeralVolumeSource.", "properties": { "metadata": { "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations", "type": "object" }, "creationTimestamp": { "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "format": "date-time", "type": "string" }, "deletionGracePeriodSeconds": { "description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.", "format": "int64", "type": "integer" }, "deletionTimestamp": { "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "format": "date-time", "type": "string" }, "finalizers": { "description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "set", "x-kubernetes-patch-strategy": "merge" }, "generateName": { "description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will return a 409.\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency", "type": "string" }, "generation": { "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.", "format": "int64", "type": "integer" }, "labels": { "additionalProperties": { "type": "string" }, "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels", "type": "object" }, "managedFields": { "description": "ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object.", "items": { "description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.", "properties": { "apiVersion": { "description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.", "type": "string" }, "fieldsType": { "description": "FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"", "type": "string" }, "fieldsV1": { "description": "FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.\n\nEach key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff", "type": "object" }, "manager": { "description": "Manager is an identifier of the workflow managing these fields.", "type": "string" }, "operation": { "description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.", "type": "string" }, "subresource": { "description": "Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.", "type": "string" }, "time": { "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "format": "date-time", "type": "string" } }, "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "name": { "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names", "type": "string" }, "namespace": { "description": "Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces", "type": "string" }, "ownerReferences": { "description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.", "items": { "description": "OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.", "properties": { "apiVersion": { "description": "API version of the referent.", "type": "string" }, "blockOwnerDeletion": { "description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.", "type": "boolean" }, "controller": { "description": "If true, this reference points to the managing controller.", "type": "boolean" }, "kind": { "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names", "type": "string" }, "uid": { "description": "UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids", "type": "string" } }, "required": [ "apiVersion", "kind", "name", "uid" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "type": "array", "x-kubernetes-list-map-keys": [ "uid" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "uid", "x-kubernetes-patch-strategy": "merge" }, "resourceVersion": { "description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency", "type": "string" }, "selfLink": { "description": "Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.", "type": "string" }, "uid": { "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids", "type": "string" } }, "type": "object" }, "spec": { "description": "PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes", "properties": { "accessModes": { "description": "accessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "dataSource": { "description": "TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.", "properties": { "apiGroup": { "description": "APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.", "type": "string" }, "kind": { "description": "Kind is the type of resource being referenced", "type": "string" }, "name": { "description": "Name is the name of resource being referenced", "type": "string" } }, "required": [ "kind", "name" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "dataSourceRef": { "properties": { "apiGroup": { "description": "APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.", "type": "string" }, "kind": { "description": "Kind is the type of resource being referenced", "type": "string" }, "name": { "description": "Name is the name of resource being referenced", "type": "string" }, "namespace": { "description": "Namespace is the namespace of resource being referenced Note that when a namespace is specified, a gateway.networking.k8s.io/ReferenceGrant object is required in the referent namespace to allow that namespace's owner to accept the reference. See the ReferenceGrant documentation for details. (Alpha) This field requires the CrossNamespaceVolumeDataSource feature gate to be enabled.", "type": "string" } }, "required": [ "kind", "name" ], "type": "object" }, "resources": { "description": "VolumeResourceRequirements describes the storage resource requirements for a volume.", "properties": { "limits": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" }, "requests": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" } }, "type": "object" }, "selector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "storageClassName": { "description": "storageClassName is the name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1", "type": "string" }, "volumeAttributesClassName": { "description": "volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim. If specified, the CSI driver will create or update the volume with the attributes defined in the corresponding VolumeAttributesClass. This has a different purpose than storageClassName, it can be changed after the claim is created. An empty string value means that no VolumeAttributesClass will be applied to the claim but it's not allowed to reset this field to empty string once it is set. If unspecified and the PersistentVolumeClaim is unbound, the default VolumeAttributesClass will be set by the persistentvolume controller if it exists. If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource exists. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#volumeattributesclass (Alpha) Using this field requires the VolumeAttributesClass feature gate to be enabled.", "type": "string" }, "volumeMode": { "description": "volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec.", "type": "string" }, "volumeName": { "description": "volumeName is the binding reference to the PersistentVolume backing this claim.", "type": "string" } }, "type": "object" } }, "required": [ "spec" ], "type": "object" } }, "type": "object" }, "fc": { "description": "Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.", "properties": { "fsType": { "description": "fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "lun": { "description": "lun is Optional: FC target lun number", "format": "int32", "type": "integer" }, "readOnly": { "description": "readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "targetWWNs": { "description": "targetWWNs is Optional: FC target worldwide names (WWNs)", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "wwids": { "description": "wwids Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "flexVolume": { "description": "FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.", "properties": { "driver": { "description": "driver is the name of the driver to use for this volume.", "type": "string" }, "fsType": { "description": "fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default filesystem depends on FlexVolume script.", "type": "string" }, "options": { "additionalProperties": { "type": "string" }, "description": "options is Optional: this field holds extra command options if any.", "type": "object" }, "readOnly": { "description": "readOnly is Optional: defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" } }, "required": [ "driver" ], "type": "object" }, "flocker": { "description": "Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.", "properties": { "datasetName": { "description": "datasetName is Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated", "type": "string" }, "datasetUUID": { "description": "datasetUUID is the UUID of the dataset. This is unique identifier of a Flocker dataset", "type": "string" } }, "type": "object" }, "gcePersistentDisk": { "description": "Represents a Persistent Disk resource in Google Compute Engine.\n\nA GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.", "properties": { "fsType": { "description": "fsType is filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk", "type": "string" }, "partition": { "description": "partition is the partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty). More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk", "format": "int32", "type": "integer" }, "pdName": { "description": "pdName is unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk", "type": "string" }, "readOnly": { "description": "readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk", "type": "boolean" } }, "required": [ "pdName" ], "type": "object" }, "gitRepo": { "description": "Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.\n\nDEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container.", "properties": { "directory": { "description": "directory is the target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.", "type": "string" }, "repository": { "description": "repository is the URL", "type": "string" }, "revision": { "description": "revision is the commit hash for the specified revision.", "type": "string" } }, "required": [ "repository" ], "type": "object" }, "glusterfs": { "description": "Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.", "properties": { "endpoints": { "description": "endpoints is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod", "type": "string" }, "path": { "description": "path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod", "type": "string" }, "readOnly": { "description": "readOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod", "type": "boolean" } }, "required": [ "endpoints", "path" ], "type": "object" }, "hostPath": { "description": "Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.", "properties": { "path": { "description": "path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath", "type": "string" }, "type": { "description": "type for HostPath Volume Defaults to \"\" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath", "type": "string" } }, "required": [ "path" ], "type": "object" }, "iscsi": { "description": "Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.", "properties": { "chapAuthDiscovery": { "description": "chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication", "type": "boolean" }, "chapAuthSession": { "description": "chapAuthSession defines whether support iSCSI Session CHAP authentication", "type": "boolean" }, "fsType": { "description": "fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi", "type": "string" }, "initiatorName": { "description": "initiatorName is the custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface <target portal>:<volume name> will be created for the connection.", "type": "string" }, "iqn": { "description": "iqn is the target iSCSI Qualified Name.", "type": "string" }, "iscsiInterface": { "description": "iscsiInterface is the interface Name that uses an iSCSI transport. Defaults to 'default' (tcp).", "type": "string" }, "lun": { "description": "lun represents iSCSI Target Lun number.", "format": "int32", "type": "integer" }, "portals": { "description": "portals is the iSCSI Target Portal List. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "readOnly": { "description": "readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false.", "type": "boolean" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "targetPortal": { "description": "targetPortal is iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).", "type": "string" } }, "required": [ "targetPortal", "iqn", "lun" ], "type": "object" }, "name": { "description": "name of the volume. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "nfs": { "description": "Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.", "properties": { "path": { "description": "path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs", "type": "string" }, "readOnly": { "description": "readOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs", "type": "boolean" }, "server": { "description": "server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs", "type": "string" } }, "required": [ "server", "path" ], "type": "object" }, "persistentVolumeClaim": { "description": "PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).", "properties": { "claimName": { "description": "claimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims", "type": "string" }, "readOnly": { "description": "readOnly Will force the ReadOnly setting in VolumeMounts. Default false.", "type": "boolean" } }, "required": [ "claimName" ], "type": "object" }, "photonPersistentDisk": { "description": "Represents a Photon Controller persistent disk resource.", "properties": { "fsType": { "description": "fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "pdID": { "description": "pdID is the ID that identifies Photon Controller persistent disk", "type": "string" } }, "required": [ "pdID" ], "type": "object" }, "portworxVolume": { "description": "PortworxVolumeSource represents a Portworx volume resource.", "properties": { "fsType": { "description": "fSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "readOnly": { "description": "readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "volumeID": { "description": "volumeID uniquely identifies a Portworx volume", "type": "string" } }, "required": [ "volumeID" ], "type": "object" }, "projected": { "description": "Represents a projected volume source", "properties": { "defaultMode": { "description": "defaultMode are the mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "sources": { "description": "sources is the list of volume projections", "items": { "description": "Projection that may be projected along with other supported volume types", "properties": { "clusterTrustBundle": { "description": "ClusterTrustBundleProjection describes how to select a set of ClusterTrustBundle objects and project their contents into the pod filesystem.", "properties": { "labelSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "name": { "description": "Select a single ClusterTrustBundle by object name. Mutually-exclusive with signerName and labelSelector.", "type": "string" }, "optional": { "description": "If true, don't block pod startup if the referenced ClusterTrustBundle(s) aren't available. If using name, then the named ClusterTrustBundle is allowed not to exist. If using signerName, then the combination of signerName and labelSelector is allowed to match zero ClusterTrustBundles.", "type": "boolean" }, "path": { "description": "Relative path from the volume root to write the bundle.", "type": "string" }, "signerName": { "description": "Select all ClusterTrustBundles that match this signer name. Mutually-exclusive with name. The contents of all selected ClusterTrustBundles will be unified and deduplicated.", "type": "string" } }, "required": [ "path" ], "type": "object" }, "configMap": { "description": "Adapts a ConfigMap into a projected volume.\n\nThe contents of the target ConfigMap's Data field will be presented in a projected volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. Note that this is identical to a configmap volume source without the default mode.", "properties": { "items": { "description": "items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.", "items": { "description": "Maps a string key to a path within a volume.", "properties": { "key": { "description": "key is the key to project.", "type": "string" }, "mode": { "description": "mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "path": { "description": "path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.", "type": "string" } }, "required": [ "key", "path" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "optional specify whether the ConfigMap or its keys must be defined", "type": "boolean" } }, "type": "object" }, "downwardAPI": { "description": "Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.", "properties": { "items": { "description": "Items is a list of DownwardAPIVolume file", "items": { "description": "DownwardAPIVolumeFile represents information to create the file containing the pod field", "properties": { "fieldRef": { "description": "ObjectFieldSelector selects an APIVersioned field of an object.", "properties": { "apiVersion": { "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\".", "type": "string" }, "fieldPath": { "description": "Path of the field to select in the specified API version.", "type": "string" } }, "required": [ "fieldPath" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "mode": { "description": "Optional: mode bits used to set permissions on this file, must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "path": { "description": "Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'", "type": "string" }, "resourceFieldRef": { "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format", "properties": { "containerName": { "description": "Container name: required for volumes, optional for env vars", "type": "string" }, "divisor": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "description": "Required: resource to select", "type": "string" } }, "required": [ "resource" ], "type": "object", "x-kubernetes-map-type": "atomic" } }, "required": [ "path" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "secret": { "description": "Adapts a secret into a projected volume.\n\nThe contents of the target Secret's Data field will be presented in a projected volume as files using the keys in the Data field as the file names. Note that this is identical to a secret volume source without the default mode.", "properties": { "items": { "description": "items if unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.", "items": { "description": "Maps a string key to a path within a volume.", "properties": { "key": { "description": "key is the key to project.", "type": "string" }, "mode": { "description": "mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "path": { "description": "path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.", "type": "string" } }, "required": [ "key", "path" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "optional field specify whether the Secret or its key must be defined", "type": "boolean" } }, "type": "object" }, "serviceAccountToken": { "description": "ServiceAccountTokenProjection represents a projected service account token volume. This projection can be used to insert a service account token into the pods runtime filesystem for use against APIs (Kubernetes API Server or otherwise).", "properties": { "audience": { "description": "audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver.", "type": "string" }, "expirationSeconds": { "description": "expirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes.", "format": "int64", "type": "integer" }, "path": { "description": "path is the path relative to the mount point of the file to project the token into.", "type": "string" } }, "required": [ "path" ], "type": "object" } }, "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "quobyte": { "description": "Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.", "properties": { "group": { "description": "group to map volume access to Default is no group", "type": "string" }, "readOnly": { "description": "readOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false.", "type": "boolean" }, "registry": { "description": "registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes", "type": "string" }, "tenant": { "description": "tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin", "type": "string" }, "user": { "description": "user to map volume access to Defaults to serivceaccount user", "type": "string" }, "volume": { "description": "volume is a string that references an already created Quobyte volume by name.", "type": "string" } }, "required": [ "registry", "volume" ], "type": "object" }, "rbd": { "description": "Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.", "properties": { "fsType": { "description": "fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd", "type": "string" }, "image": { "description": "image is the rados image name. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "type": "string" }, "keyring": { "description": "keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "type": "string" }, "monitors": { "description": "monitors is a collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "pool": { "description": "pool is the rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "type": "string" }, "readOnly": { "description": "readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "type": "boolean" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "user": { "description": "user is the rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "type": "string" } }, "required": [ "monitors", "image" ], "type": "object" }, "scaleIO": { "description": "ScaleIOVolumeSource represents a persistent ScaleIO volume", "properties": { "fsType": { "description": "fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Default is \"xfs\".", "type": "string" }, "gateway": { "description": "gateway is the host address of the ScaleIO API Gateway.", "type": "string" }, "protectionDomain": { "description": "protectionDomain is the name of the ScaleIO Protection Domain for the configured storage.", "type": "string" }, "readOnly": { "description": "readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "sslEnabled": { "description": "sslEnabled Flag enable/disable SSL communication with Gateway, default false", "type": "boolean" }, "storageMode": { "description": "storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.", "type": "string" }, "storagePool": { "description": "storagePool is the ScaleIO Storage Pool associated with the protection domain.", "type": "string" }, "system": { "description": "system is the name of the storage system as configured in ScaleIO.", "type": "string" }, "volumeName": { "description": "volumeName is the name of a volume already created in the ScaleIO system that is associated with this volume source.", "type": "string" } }, "required": [ "gateway", "system", "secretRef" ], "type": "object" }, "secret": { "description": "Adapts a Secret into a volume.\n\nThe contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.", "properties": { "defaultMode": { "description": "defaultMode is Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "items": { "description": "items If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.", "items": { "description": "Maps a string key to a path within a volume.", "properties": { "key": { "description": "key is the key to project.", "type": "string" }, "mode": { "description": "mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "path": { "description": "path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.", "type": "string" } }, "required": [ "key", "path" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "optional": { "description": "optional field specify whether the Secret or its keys must be defined", "type": "boolean" }, "secretName": { "description": "secretName is the name of the secret in the pod's namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret", "type": "string" } }, "type": "object" }, "storageos": { "description": "Represents a StorageOS persistent volume resource.", "properties": { "fsType": { "description": "fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "readOnly": { "description": "readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "volumeName": { "description": "volumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace.", "type": "string" }, "volumeNamespace": { "description": "volumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to \"default\" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created.", "type": "string" } }, "type": "object" }, "vsphereVolume": { "description": "Represents a vSphere volume resource.", "properties": { "fsType": { "description": "fsType is filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "storagePolicyID": { "description": "storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.", "type": "string" }, "storagePolicyName": { "description": "storagePolicyName is the storage Policy Based Management (SPBM) profile name.", "type": "string" }, "volumePath": { "description": "volumePath is the path that identifies vSphere volume vmdk", "type": "string" } }, "required": [ "volumePath" ], "type": "object" } }, "required": [ "name" ], "type": "object" }, "title": "Backstage container additional volumes", "type": "array" }, "image": { "additionalProperties": false, "properties": { "pullPolicy": { "default": "Always", "description": "Ref: https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy", "enum": [ "Always", "IfNotPresent" ], "title": "Specify a imagePullPolicy.", "type": "string" }, "pullSecrets": { "default": [], "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/", "examples": [ "myRegistryKeySecretName" ], "items": { "type": "string" }, "title": "Optionally specify an array of imagePullSecrets.", "type": "array" }, "registry": { "default": "ghcr.io", "examples": [ "ghcr.io", "quay.io", "docker.io" ], "title": "Backstage image registry", "type": "string" }, "repository": { "default": "backstage/backstage", "title": "Backstage image repository", "type": "string" }, "tag": { "default": "latest", "description": "Immutable tags are recommended.", "title": "Backstage image tag", "type": "string" } }, "title": "Image parameters", "type": "object" }, "initContainers": { "default": [], "items": { "description": "A single application container that you want to run within a pod.", "properties": { "args": { "description": "Arguments to the entrypoint. The container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "command": { "description": "Entrypoint array. Not executed within a shell. The container image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "env": { "description": "List of environment variables to set in the container. Cannot be updated.", "items": { "description": "EnvVar represents an environment variable present in a Container.", "properties": { "name": { "description": "Name of the environment variable. Must be a C_IDENTIFIER.", "type": "string" }, "value": { "description": "Variable references $(VAR_NAME) are expanded using the previously defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to \"\".", "type": "string" }, "valueFrom": { "description": "EnvVarSource represents a source for the value of an EnvVar.", "properties": { "configMapKeyRef": { "description": "Selects a key from a ConfigMap.", "properties": { "key": { "description": "The key to select.", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the ConfigMap or its key must be defined", "type": "boolean" } }, "required": [ "key" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "fieldRef": { "description": "ObjectFieldSelector selects an APIVersioned field of an object.", "properties": { "apiVersion": { "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\".", "type": "string" }, "fieldPath": { "description": "Path of the field to select in the specified API version.", "type": "string" } }, "required": [ "fieldPath" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "resourceFieldRef": { "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format", "properties": { "containerName": { "description": "Container name: required for volumes, optional for env vars", "type": "string" }, "divisor": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "description": "Required: resource to select", "type": "string" } }, "required": [ "resource" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "secretKeyRef": { "description": "SecretKeySelector selects a key of a Secret.", "properties": { "key": { "description": "The key of the secret to select from. Must be a valid secret key.", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the Secret or its key must be defined", "type": "boolean" } }, "required": [ "key" ], "type": "object", "x-kubernetes-map-type": "atomic" } }, "type": "object" } }, "required": [ "name" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "name" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "name", "x-kubernetes-patch-strategy": "merge" }, "envFrom": { "description": "List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.", "items": { "description": "EnvFromSource represents the source of a set of ConfigMaps", "properties": { "configMapRef": { "description": "ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.\n\nThe contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the ConfigMap must be defined", "type": "boolean" } }, "type": "object" }, "prefix": { "description": "An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.", "type": "string" }, "secretRef": { "description": "SecretEnvSource selects a Secret to populate the environment variables with.\n\nThe contents of the target Secret's Data field will represent the key-value pairs as environment variables.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the Secret must be defined", "type": "boolean" } }, "type": "object" } }, "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "image": { "description": "Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.", "type": "string" }, "imagePullPolicy": { "description": "Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images", "type": "string" }, "lifecycle": { "description": "Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.", "properties": { "postStart": { "description": "LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "sleep": { "description": "SleepAction describes a \"sleep\" action.", "properties": { "seconds": { "description": "Seconds is the number of seconds to sleep.", "format": "int64", "type": "integer" } }, "required": [ "seconds" ], "type": "object" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" } }, "type": "object" }, "preStop": { "description": "LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "sleep": { "description": "SleepAction describes a \"sleep\" action.", "properties": { "seconds": { "description": "Seconds is the number of seconds to sleep.", "format": "int64", "type": "integer" } }, "required": [ "seconds" ], "type": "object" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" } }, "type": "object" } }, "type": "object" }, "livenessProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "name": { "description": "Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.", "type": "string" }, "ports": { "description": "List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default \"0.0.0.0\" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated.", "items": { "description": "ContainerPort represents a network port in a single container.", "properties": { "containerPort": { "description": "Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536.", "format": "int32", "type": "integer" }, "hostIP": { "description": "What host IP to bind the external port to.", "type": "string" }, "hostPort": { "description": "Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this.", "format": "int32", "type": "integer" }, "name": { "description": "If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services.", "type": "string" }, "protocol": { "description": "Protocol for port. Must be UDP, TCP, or SCTP. Defaults to \"TCP\".", "type": "string" } }, "required": [ "containerPort" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "containerPort", "protocol" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "containerPort", "x-kubernetes-patch-strategy": "merge" }, "readinessProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "resizePolicy": { "description": "Resources resize policy for the container.", "items": { "description": "ContainerResizePolicy represents resource resize policy for the container.", "properties": { "resourceName": { "description": "Name of the resource to which this resource resize policy applies. Supported values: cpu, memory.", "type": "string" }, "restartPolicy": { "description": "Restart policy to apply when specified resource is resized. If not specified, it defaults to NotRequired.", "type": "string" } }, "required": [ "resourceName", "restartPolicy" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "resources": { "description": "ResourceRequirements describes the compute resource requirements.", "properties": { "claims": { "description": "Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.\n\nThis is an alpha field and requires enabling the DynamicResourceAllocation feature gate.\n\nThis field is immutable. It can only be set for containers.", "items": { "description": "ResourceClaim references one entry in PodSpec.ResourceClaims.", "properties": { "name": { "description": "Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.", "type": "string" } }, "required": [ "name" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "name" ], "x-kubernetes-list-type": "map" }, "limits": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" }, "requests": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" } }, "type": "object" }, "restartPolicy": { "description": "RestartPolicy defines the restart behavior of individual containers in a pod. This field may only be set for init containers, and the only allowed value is \"Always\". For non-init containers or when this field is not specified, the restart behavior is defined by the Pod's restart policy and the container type. Setting the RestartPolicy as \"Always\" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy \"Always\" will be shut down. This lifecycle differs from normal init containers and is often referred to as a \"sidecar\" container. Although this init container still starts in the init container sequence, it does not wait for the container to complete before proceeding to the next init container. Instead, the next init container starts immediately after this init container is started, or after any startupProbe has successfully completed.", "type": "string" }, "securityContext": { "description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.", "properties": { "allowPrivilegeEscalation": { "description": "AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "capabilities": { "description": "Adds and removes POSIX capabilities from running containers.", "properties": { "add": { "description": "Added capabilities", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "drop": { "description": "Removed capabilities", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "privileged": { "description": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "procMount": { "description": "procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.", "type": "string" }, "readOnlyRootFilesystem": { "description": "Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "runAsGroup": { "description": "The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "runAsNonRoot": { "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "boolean" }, "runAsUser": { "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "seLinuxOptions": { "description": "SELinuxOptions are the labels to be applied to the container", "properties": { "level": { "description": "Level is SELinux level label that applies to the container.", "type": "string" }, "role": { "description": "Role is a SELinux role label that applies to the container.", "type": "string" }, "type": { "description": "Type is a SELinux type label that applies to the container.", "type": "string" }, "user": { "description": "User is a SELinux user label that applies to the container.", "type": "string" } }, "type": "object" }, "seccompProfile": { "description": "SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.", "properties": { "localhostProfile": { "description": "localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is \"Localhost\". Must NOT be set for any other type.", "type": "string" }, "type": { "description": "type indicates which kind of seccomp profile will be applied. Valid options are:\n\nLocalhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.", "type": "string" } }, "required": [ "type" ], "type": "object", "x-kubernetes-unions": [ { "discriminator": "type", "fields-to-discriminateBy": { "localhostProfile": "LocalhostProfile" } } ] }, "windowsOptions": { "description": "WindowsSecurityContextOptions contain Windows-specific options and credentials.", "properties": { "gmsaCredentialSpec": { "description": "GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.", "type": "string" }, "gmsaCredentialSpecName": { "description": "GMSACredentialSpecName is the name of the GMSA credential spec to use.", "type": "string" }, "hostProcess": { "description": "HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.", "type": "boolean" }, "runAsUserName": { "description": "The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "string" } }, "type": "object" } }, "type": "object" }, "startupProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "stdin": { "description": "Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.", "type": "boolean" }, "stdinOnce": { "description": "Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false", "type": "boolean" }, "terminationMessagePath": { "description": "Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.", "type": "string" }, "terminationMessagePolicy": { "description": "Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.", "type": "string" }, "tty": { "description": "Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.", "type": "boolean" }, "volumeDevices": { "description": "volumeDevices is the list of block devices to be used by the container.", "items": { "description": "volumeDevice describes a mapping of a raw block device within a container.", "properties": { "devicePath": { "description": "devicePath is the path inside of the container that the device will be mapped to.", "type": "string" }, "name": { "description": "name must match the name of a persistentVolumeClaim in the pod", "type": "string" } }, "required": [ "name", "devicePath" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "devicePath" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "devicePath", "x-kubernetes-patch-strategy": "merge" }, "volumeMounts": { "description": "Pod volumes to mount into the container's filesystem. Cannot be updated.", "items": { "description": "VolumeMount describes a mounting of a Volume within a container.", "properties": { "mountPath": { "description": "Path within the container at which the volume should be mounted. Must not contain ':'.", "type": "string" }, "mountPropagation": { "description": "mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10.", "type": "string" }, "name": { "description": "This must match the Name of a Volume.", "type": "string" }, "readOnly": { "description": "Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.", "type": "boolean" }, "subPath": { "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root).", "type": "string" }, "subPathExpr": { "description": "Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to \"\" (volume's root). SubPathExpr and SubPath are mutually exclusive.", "type": "string" } }, "required": [ "name", "mountPath" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "mountPath" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "mountPath", "x-kubernetes-patch-strategy": "merge" }, "workingDir": { "description": "Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.", "type": "string" } }, "required": [ "name" ], "type": "object" }, "title": "Backstage container init containers", "type": "array" }, "installDir": { "default": "/app", "title": "Directory containing the backstage installation", "type": "string" }, "livenessProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "nodeSelector": { "additionalProperties": { "type": "string" }, "default": {}, "description": "Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector", "title": "Node labels for pod assignment", "type": "object" }, "podAnnotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Annotations to add to the backend deployment pods", "type": "object" }, "podLabels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Labels to add to the backend deployment pods", "type": "object" }, "podSecurityContext": { "description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.", "properties": { "allowPrivilegeEscalation": { "description": "AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "capabilities": { "description": "Adds and removes POSIX capabilities from running containers.", "properties": { "add": { "description": "Added capabilities", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "drop": { "description": "Removed capabilities", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "privileged": { "description": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "procMount": { "description": "procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.", "type": "string" }, "readOnlyRootFilesystem": { "description": "Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "runAsGroup": { "description": "The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "runAsNonRoot": { "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "boolean" }, "runAsUser": { "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "seLinuxOptions": { "description": "SELinuxOptions are the labels to be applied to the container", "properties": { "level": { "description": "Level is SELinux level label that applies to the container.", "type": "string" }, "role": { "description": "Role is a SELinux role label that applies to the container.", "type": "string" }, "type": { "description": "Type is a SELinux type label that applies to the container.", "type": "string" }, "user": { "description": "User is a SELinux user label that applies to the container.", "type": "string" } }, "type": "object" }, "seccompProfile": { "description": "SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.", "properties": { "localhostProfile": { "description": "localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is \"Localhost\". Must NOT be set for any other type.", "type": "string" }, "type": { "description": "type indicates which kind of seccomp profile will be applied. Valid options are:\n\nLocalhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.", "type": "string" } }, "required": [ "type" ], "type": "object", "x-kubernetes-unions": [ { "discriminator": "type", "fields-to-discriminateBy": { "localhostProfile": "LocalhostProfile" } } ] }, "windowsOptions": { "description": "WindowsSecurityContextOptions contain Windows-specific options and credentials.", "properties": { "gmsaCredentialSpec": { "description": "GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.", "type": "string" }, "gmsaCredentialSpecName": { "description": "GMSACredentialSpecName is the name of the GMSA credential spec to use.", "type": "string" }, "hostProcess": { "description": "HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.", "type": "boolean" }, "runAsUserName": { "description": "The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "string" } }, "type": "object" } }, "type": "object" }, "readinessProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "replicas": { "default": 1, "minimum": 0, "title": "Number of deployment replicas", "type": "integer" }, "resources": { "description": "ResourceRequirements describes the compute resource requirements.", "properties": { "claims": { "description": "Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.\n\nThis is an alpha field and requires enabling the DynamicResourceAllocation feature gate.\n\nThis field is immutable. It can only be set for containers.", "items": { "description": "ResourceClaim references one entry in PodSpec.ResourceClaims.", "properties": { "name": { "description": "Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.", "type": "string" } }, "required": [ "name" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "name" ], "x-kubernetes-list-type": "map" }, "limits": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" }, "requests": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" } }, "type": "object" }, "revisionHistoryLimit": { "default": 10, "minimum": 0, "title": "The count of deployment revisions", "type": "integer" }, "startupProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "tolerations": { "default": [], "description": "Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/", "items": { "description": "The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.", "properties": { "effect": { "description": "Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.", "type": "string" }, "key": { "description": "Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys.", "type": "string" }, "operator": { "description": "Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category.", "type": "string" }, "tolerationSeconds": { "description": "TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system.", "format": "int64", "type": "integer" }, "value": { "description": "Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.", "type": "string" } }, "type": "object" }, "title": "Node tolerations for server scheduling to nodes with taints", "type": "array" } }, "title": "Backstage parameters", "type": "object" }, "clusterDomain": { "default": "cluster.local", "title": "Default Kubernetes cluster domain", "type": "string" }, "commonAnnotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Annotations to add to all deployed objects", "type": "object" }, "commonLabels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Labels to add to all deployed objects", "type": "object" }, "diagnosticMode": { "additionalProperties": false, "properties": { "args": { "default": [ "infinity" ], "items": { "type": "string" }, "title": "Args to override all containers in the Deployment", "type": "array" }, "command": { "default": [ "sleep" ], "items": { "type": "string" }, "title": "Command to override all containers in the Deployment", "type": "array" }, "enabled": { "default": false, "description": "All probes will be disabled and the command will be overridden", "title": "Enable diagnostic mode", "type": "boolean" } }, "title": "Enable diagnostic mode in the Deployment", "type": "object" }, "extraDeploy": { "default": [], "items": { "type": [ "string", "object" ] }, "title": "Array of extra objects to deploy with the release", "type": "array", "uniqueItems": true }, "fullnameOverride": { "default": "", "title": "String to fully override common.names.fullname", "type": "string" }, "global": { "properties": { "imagePullSecrets": { "default": [], "examples": [ [ "myRegistryKeySecretName" ] ], "items": { "type": "string" }, "title": "Global Docker registry secret names as an array", "type": "array", "uniqueItems": true }, "imageRegistry": { "default": "", "title": "Global Docker image registry", "type": "string" } }, "title": "Global parameters.", "type": "object" }, "ingress": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional annotations for the Ingress resource", "type": "object" }, "className": { "default": "", "examples": [ "nginx" ], "title": "Name of the IngressClass cluster resource which defines which controller will implement the resource.", "type": "string" }, "enabled": { "default": false, "title": "Enable the creation of the ingress resource", "type": "boolean" }, "host": { "default": "", "examples": [ "backstage.10.0.0.1.nip.io" ], "title": "Hostname to be used to expose the route to access the backstage application.", "type": "string" }, "tls": { "additionalProperties": false, "properties": { "enabled": { "default": false, "description": "TLS for the host defined at `ingress.host` parameter", "title": "Enable TLS configuration", "type": "boolean" }, "secretName": { "default": "", "title": "The name to which the TLS Secret will be called", "type": "string" } }, "title": "Ingress TLS parameters", "type": "object" } }, "title": "Ingress parameters", "type": "object" }, "kubeVersion": { "default": "", "title": "Override Kubernetes version", "type": "string" }, "metrics": { "additionalProperties": false, "description": "Allows configuring your backstage instance as a scrape target for Prometheus. Ref: https://github.com/prometheus/prometheus", "properties": { "serviceMonitor": { "additionalProperties": false, "description": "A custom resource that is consumed by Prometheus Operator. Ref: https://github.com/prometheus-operator/prometheus-operator", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "ServiceMonitor annotations", "type": "object" }, "enabled": { "default": false, "description": "Prometheus Operator must be installed in your cluster prior to enabling.", "title": "If enabled, a ServiceMonitor resource for Prometheus Operator is created", "type": "boolean" }, "interval": { "default": null, "title": "ServiceMonitor scrape interval", "type": [ "string", "null" ] }, "labels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional ServiceMonitor labels", "type": "object" }, "path": { "default": "/metrics", "description": "ote that the /metrics endpoint is NOT present in a freshly scaffolded Backstage app. To setup, follow the Prometheus metrics tutorial. https://github.com/backstage/backstage/blob/master/contrib/docs/tutorials/prometheus-metrics.md", "title": "ServiceMonitor endpoint path", "type": "string" } }, "title": "ServiceMonitor configuration", "type": "object" } }, "title": "Metrics configuration", "type": "object" }, "nameOverride": { "default": "", "title": "String to partially override common.names.fullname", "type": "string" }, "networkPolicy": { "additionalProperties": false, "properties": { "egressRules": { "additionalProperties": false, "properties": { "customRules": { "items": { "description": "NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and to. This type is beta-level in 1.8", "properties": { "ports": { "description": "List of destination ports for outgoing traffic. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.", "items": { "description": "NetworkPolicyPort describes a port to allow traffic on", "properties": { "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "protocol": { "description": "The protocol (TCP or UDP) which traffic must match. If not specified, this field defaults to TCP.", "type": "string" } } }, "type": "array" }, "to": { "description": "List of destinations for outgoing traffic of pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all destinations (traffic not restricted by destination). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the to list.", "items": { "description": "NetworkPolicyPeer describes a peer to allow traffic from. Exactly one of its fields must be specified.", "properties": { "ipBlock": { "description": "IPBlock describes a particular CIDR (Ex. \"192.168.1.1/24\") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.", "properties": { "cidr": { "description": "CIDR is a string representing the IP Block Valid examples are \"192.168.1.1/24\"", "type": "string" }, "except": { "description": "Except is a slice of CIDRs that should not be included within an IP Block Valid examples are \"192.168.1.1/24\" Except values will be rejected if they are outside the CIDR range", "items": { "type": "string" }, "type": "array" } }, "required": [ "cidr" ] }, "namespaceSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string", "x-kubernetes-patch-merge-key": "key", "x-kubernetes-patch-strategy": "merge" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array" } }, "required": [ "key", "operator" ] }, "type": "array" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } } }, "podSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string", "x-kubernetes-patch-merge-key": "key", "x-kubernetes-patch-strategy": "merge" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array" } }, "required": [ "key", "operator" ] }, "type": "array" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } } } } }, "type": "array" } } }, "title": "", "type": "array" }, "denyConnectionsToExternal": { "default": false, "title": "Deny external connections. Should not be enabled when working with an external database.", "type": "boolean" } }, "title": "Custom egress rules for the network policy", "type": "object" }, "enabled": { "default": false, "title": "Specifies whether a NetworkPolicy should be created", "type": "boolean" }, "ingressRules": { "additionalProperties": false, "properties": { "customRules": { "items": { "description": "NetworkPolicyIngressRule describes a particular set of traffic that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and from.", "properties": { "from": { "description": "List of sources which should be able to access the pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all sources (traffic not restricted by source). If this field is present and contains at least on item, this rule allows traffic only if the traffic matches at least one item in the from list.", "items": { "description": "NetworkPolicyPeer describes a peer to allow traffic from. Exactly one of its fields must be specified.", "properties": { "ipBlock": { "description": "IPBlock describes a particular CIDR (Ex. \"192.168.1.1/24\") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.", "properties": { "cidr": { "description": "CIDR is a string representing the IP Block Valid examples are \"192.168.1.1/24\"", "type": "string" }, "except": { "description": "Except is a slice of CIDRs that should not be included within an IP Block Valid examples are \"192.168.1.1/24\" Except values will be rejected if they are outside the CIDR range", "items": { "type": "string" }, "type": "array" } }, "required": [ "cidr" ] }, "namespaceSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string", "x-kubernetes-patch-merge-key": "key", "x-kubernetes-patch-strategy": "merge" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array" } }, "required": [ "key", "operator" ] }, "type": "array" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } } }, "podSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string", "x-kubernetes-patch-merge-key": "key", "x-kubernetes-patch-strategy": "merge" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array" } }, "required": [ "key", "operator" ] }, "type": "array" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } } } } }, "type": "array" }, "ports": { "description": "List of ports which should be made accessible on the pods selected for this rule. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.", "items": { "description": "NetworkPolicyPort describes a port to allow traffic on", "properties": { "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "protocol": { "description": "The protocol (TCP or UDP) which traffic must match. If not specified, this field defaults to TCP.", "type": "string" } } }, "type": "array" } } }, "title": "", "type": "array" }, "namespaceSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "podSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" } }, "title": "Custom egress rules for the network policy", "type": "object" } }, "title": "Network policies", "type": "object" }, "postgresql": { "$schema": "http://json-schema.org/schema#", "properties": { "architecture": { "description": "Allowed values: `standalone` or `replication`", "form": true, "title": "PostgreSQL architecture", "type": "string" }, "auth": { "form": true, "properties": { "database": { "description": "Name of the custom database to be created during the 1st initialization of PostgreSQL", "form": true, "title": "PostgreSQL custom database", "type": "string" }, "enablePostgresUser": { "description": "Assign a password to the \"postgres\" admin user. Otherwise, remote access will be blocked for this user", "form": true, "title": "Enable \"postgres\" admin user", "type": "boolean" }, "password": { "description": "Defaults to a random 10-character alphanumeric string if not set", "form": true, "title": "Password for the custom user to create", "type": "string" }, "postgresPassword": { "description": "Defaults to a random 10-character alphanumeric string if not set", "form": true, "title": "Password for the \"postgres\" admin user", "type": "string" }, "replicationPassword": { "description": "Defaults to a random 10-character alphanumeric string if not set", "form": true, "hidden": { "path": "architecture", "value": "standalone" }, "title": "Password for PostgreSQL replication user", "type": "string" }, "replicationUsername": { "description": "Name of user used to manage replication.", "form": true, "hidden": { "path": "architecture", "value": "standalone" }, "title": "PostgreSQL replication user", "type": "string" }, "username": { "description": "Name of the custom user to be created during the 1st initialization of PostgreSQL. This user only has permissions on the PostgreSQL custom database", "form": true, "title": "PostgreSQL custom user", "type": "string" } }, "title": "Authentication configuration", "type": "object" }, "metrics": { "properties": { "enabled": { "form": true, "title": "Configure metrics exporter", "type": "boolean" } }, "type": "object" }, "persistence": { "properties": { "size": { "form": true, "render": "slider", "sliderMax": 100, "sliderMin": 1, "sliderUnit": "Gi", "title": "Persistent Volume Size", "type": "string" } }, "type": "object" }, "replication": { "form": true, "properties": { "enabled": { "form": true, "title": "Enable Replication", "type": "boolean" }, "readReplicas": { "form": true, "hidden": { "path": "architecture", "value": "standalone" }, "title": "read Replicas", "type": "integer" } }, "title": "Replication Details", "type": "object" }, "resources": { "description": "Configure resource requests", "form": true, "properties": { "requests": { "properties": { "cpu": { "form": true, "render": "slider", "sliderMax": 2000, "sliderMin": 10, "sliderUnit": "m", "title": "CPU Request", "type": "string" }, "memory": { "form": true, "render": "slider", "sliderMax": 2048, "sliderMin": 10, "sliderUnit": "Mi", "title": "Memory Request", "type": "string" } }, "type": "object" } }, "title": "Required Resources", "type": "object" }, "volumePermissions": { "properties": { "enabled": { "description": "Change the owner of the persist volume mountpoint to RunAsUser:fsGroup", "form": true, "title": "Enable Init Containers", "type": "boolean" } }, "type": "object" } }, "type": "object" }, "service": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for Backstage service", "type": "object" }, "clusterIP": { "default": "", "title": "Backstage service Cluster IP", "type": "string" }, "externalTrafficPolicy": { "default": "Cluster", "description": "Ref: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip", "enum": [ "Cluster", "Local" ], "title": "Backstage service external traffic policy", "type": "string" }, "extraPorts": { "default": [], "items": { "type": "object" }, "title": "Extra ports to expose in the Backstage service", "type": "array" }, "loadBalancerIP": { "default": "", "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer", "title": "Backstage service Load Balancer IP", "type": "string" }, "loadBalancerSourceRanges": { "default": [], "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer", "examples": [ "10.10.10.0/24" ], "items": { "type": "string" }, "title": "Load Balancer sources", "type": "array" }, "nodePorts": { "additionalProperties": false, "properties": { "backend": { "default": "", "maximum": 32767, "minimum": 30000, "title": "Node port for backend", "type": [ "string", "integer" ] } }, "title": "Node port for the Backstage client connections", "type": "object" }, "ports": { "additionalProperties": false, "properties": { "backend": { "default": 7007, "title": "Backstage svc port number", "type": "integer" }, "name": { "default": "http-backend", "title": "Backstage svc port name", "type": "string" }, "targetPort": { "default": "backend", "title": "Backstage svc target port referencing receiving pod container port", "type": "string" } }, "title": "Backstage svc port for client connections", "type": "object" }, "sessionAffinity": { "default": "None", "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#session-stickiness", "enum": [ "None", "ClientIP" ], "title": "Control where client requests go, to the same pod or round-robin", "type": "string" }, "type": { "default": "ClusterIP", "enum": [ "ClusterIP", "NodePort", "LoadBalancer", "ExternalName" ], "title": "Kubernetes Service type", "type": "string" } }, "title": "Service parameters", "type": "object" }, "serviceAccount": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for the ServiceAccount.", "type": "object" }, "automountServiceAccountToken": { "default": true, "title": "Auto-mount the service account token in the pod", "type": "boolean" }, "create": { "default": false, "title": "Enable the creation of a ServiceAccount for Backstage pods", "type": "boolean" }, "labels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom labels to the service ServiceAccount.", "type": "object" }, "name": { "default": "", "description": "If not set and `serviceAccount.create` is true, a name is generated", "title": "Name of the ServiceAccount to use", "type": "string" } }, "title": "Service Account Configuration", "type": "object" } }, "title": "Backstage chart schema", "type": "object" }
Apache-2.0
en
backstage/charts
68d8aec463bdc4cf0b7598d4aec04a7d3a153f5f
2024-05-09T19:45:16
charts/backstage/values.schema.json
107
2024-05-27T06:17:48.295742Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "backstage": { "additionalProperties": false, "properties": { "affinity": { "default": {}, "description": "Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity", "properties": { "nodeAffinity": { "description": "Node affinity is a group of node affinity scheduling rules.", "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "description": "The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.", "items": { "description": "An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).", "properties": { "preference": { "description": "A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm.", "properties": { "matchExpressions": { "description": "A list of node selector requirements by node's labels.", "items": { "description": "A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "The label key that the selector applies to.", "type": "string" }, "operator": { "description": "Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.", "type": "string" }, "values": { "description": "An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchFields": { "description": "A list of node selector requirements by node's fields.", "items": { "description": "A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "The label key that the selector applies to.", "type": "string" }, "operator": { "description": "Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.", "type": "string" }, "values": { "description": "An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "weight": { "description": "Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.", "format": "int32", "type": "integer" } }, "required": [ "weight", "preference" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "requiredDuringSchedulingIgnoredDuringExecution": { "description": "A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.", "properties": { "nodeSelectorTerms": { "description": "Required. A list of node selector terms. The terms are ORed.", "items": { "description": "A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm.", "properties": { "matchExpressions": { "description": "A list of node selector requirements by node's labels.", "items": { "description": "A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "The label key that the selector applies to.", "type": "string" }, "operator": { "description": "Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.", "type": "string" }, "values": { "description": "An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchFields": { "description": "A list of node selector requirements by node's fields.", "items": { "description": "A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "The label key that the selector applies to.", "type": "string" }, "operator": { "description": "Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.", "type": "string" }, "values": { "description": "An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "nodeSelectorTerms" ], "type": "object", "x-kubernetes-map-type": "atomic" } }, "type": "object" }, "podAffinity": { "description": "Pod affinity is a group of inter pod affinity scheduling rules.", "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "description": "The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.", "items": { "description": "The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)", "properties": { "podAffinityTerm": { "description": "Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key <topologyKey> matches that of any node on which a pod of the set of pods is running", "properties": { "labelSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "matchLabelKeys": { "description": "MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both matchLabelKeys and labelSelector. Also, matchLabelKeys cannot be set when labelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "mismatchLabelKeys": { "description": "MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. Also, mismatchLabelKeys cannot be set when labelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "namespaceSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "namespaces": { "description": "namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means \"this pod's namespace\".", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "topologyKey": { "description": "This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.", "type": "string" } }, "required": [ "topologyKey" ], "type": "object" }, "weight": { "description": "weight associated with matching the corresponding podAffinityTerm, in the range 1-100.", "format": "int32", "type": "integer" } }, "required": [ "weight", "podAffinityTerm" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "requiredDuringSchedulingIgnoredDuringExecution": { "description": "If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.", "items": { "description": "Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key <topologyKey> matches that of any node on which a pod of the set of pods is running", "properties": { "labelSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "matchLabelKeys": { "description": "MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both matchLabelKeys and labelSelector. Also, matchLabelKeys cannot be set when labelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "mismatchLabelKeys": { "description": "MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. Also, mismatchLabelKeys cannot be set when labelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "namespaceSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "namespaces": { "description": "namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means \"this pod's namespace\".", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "topologyKey": { "description": "This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.", "type": "string" } }, "required": [ "topologyKey" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "podAntiAffinity": { "description": "Pod anti affinity is a group of inter pod anti affinity scheduling rules.", "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "description": "The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.", "items": { "description": "The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)", "properties": { "podAffinityTerm": { "description": "Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key <topologyKey> matches that of any node on which a pod of the set of pods is running", "properties": { "labelSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "matchLabelKeys": { "description": "MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both matchLabelKeys and labelSelector. Also, matchLabelKeys cannot be set when labelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "mismatchLabelKeys": { "description": "MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. Also, mismatchLabelKeys cannot be set when labelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "namespaceSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "namespaces": { "description": "namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means \"this pod's namespace\".", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "topologyKey": { "description": "This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.", "type": "string" } }, "required": [ "topologyKey" ], "type": "object" }, "weight": { "description": "weight associated with matching the corresponding podAffinityTerm, in the range 1-100.", "format": "int32", "type": "integer" } }, "required": [ "weight", "podAffinityTerm" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "requiredDuringSchedulingIgnoredDuringExecution": { "description": "If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.", "items": { "description": "Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key <topologyKey> matches that of any node on which a pod of the set of pods is running", "properties": { "labelSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "matchLabelKeys": { "description": "MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both matchLabelKeys and labelSelector. Also, matchLabelKeys cannot be set when labelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "mismatchLabelKeys": { "description": "MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. Also, mismatchLabelKeys cannot be set when labelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "namespaceSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "namespaces": { "description": "namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means \"this pod's namespace\".", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "topologyKey": { "description": "This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.", "type": "string" } }, "required": [ "topologyKey" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" } }, "title": "Affinity for pod assignment", "type": "object" }, "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for the `Deployment` resource", "type": "object" }, "appConfig": { "default": {}, "examples": [ { "app": { "baseUrl": "https://somedomain.tld" } } ], "title": "Generates ConfigMap and configures it in the Backstage pods", "type": [ "object", "string" ] }, "args": { "default": [], "items": { "type": "string" }, "title": "Backstage container command arguments", "type": "array" }, "command": { "default": [ "node", "packages/backend" ], "items": { "type": "string" }, "title": "Backstage container command", "type": "array" }, "containerPorts": { "additionalProperties": false, "properties": { "backend": { "default": 7007, "title": "Backstage backend port.", "type": "integer" } }, "title": "Container ports on the Deployment", "type": "object" }, "containerSecurityContext": { "description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.", "properties": { "allowPrivilegeEscalation": { "description": "AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "appArmorProfile": { "description": "AppArmorProfile defines a pod or container's AppArmor settings.", "properties": { "localhostProfile": { "description": "localhostProfile indicates a profile loaded on the node that should be used. The profile must be preconfigured on the node to work. Must match the loaded name of the profile. Must be set if and only if type is \"Localhost\".", "type": "string" }, "type": { "description": "type indicates which kind of AppArmor profile will be applied. Valid options are:\n Localhost - a profile pre-loaded on the node.\n RuntimeDefault - the container runtime's default profile.\n Unconfined - no AppArmor enforcement.", "type": "string" } }, "required": [ "type" ], "type": "object", "x-kubernetes-unions": [ { "discriminator": "type", "fields-to-discriminateBy": { "localhostProfile": "LocalhostProfile" } } ] }, "capabilities": { "description": "Adds and removes POSIX capabilities from running containers.", "properties": { "add": { "description": "Added capabilities", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "drop": { "description": "Removed capabilities", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "privileged": { "description": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "procMount": { "description": "procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.", "type": "string" }, "readOnlyRootFilesystem": { "description": "Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "runAsGroup": { "description": "The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "runAsNonRoot": { "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "boolean" }, "runAsUser": { "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "seLinuxOptions": { "description": "SELinuxOptions are the labels to be applied to the container", "properties": { "level": { "description": "Level is SELinux level label that applies to the container.", "type": "string" }, "role": { "description": "Role is a SELinux role label that applies to the container.", "type": "string" }, "type": { "description": "Type is a SELinux type label that applies to the container.", "type": "string" }, "user": { "description": "User is a SELinux user label that applies to the container.", "type": "string" } }, "type": "object" }, "seccompProfile": { "description": "SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.", "properties": { "localhostProfile": { "description": "localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is \"Localhost\". Must NOT be set for any other type.", "type": "string" }, "type": { "description": "type indicates which kind of seccomp profile will be applied. Valid options are:\n\nLocalhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.", "type": "string" } }, "required": [ "type" ], "type": "object", "x-kubernetes-unions": [ { "discriminator": "type", "fields-to-discriminateBy": { "localhostProfile": "LocalhostProfile" } } ] }, "windowsOptions": { "description": "WindowsSecurityContextOptions contain Windows-specific options and credentials.", "properties": { "gmsaCredentialSpec": { "description": "GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.", "type": "string" }, "gmsaCredentialSpecName": { "description": "GMSACredentialSpecName is the name of the GMSA credential spec to use.", "type": "string" }, "hostProcess": { "description": "HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.", "type": "boolean" }, "runAsUserName": { "description": "The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "string" } }, "type": "object" } }, "type": "object" }, "extraAppConfig": { "default": [], "items": { "additionalProperties": false, "properties": { "configMapRef": { "type": "string" }, "filename": { "type": "string" } }, "type": "object" }, "title": "Extra app configuration files to inline into command arguments", "type": "array" }, "extraContainers": { "default": [], "items": { "description": "A single application container that you want to run within a pod.", "properties": { "args": { "description": "Arguments to the entrypoint. The container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "command": { "description": "Entrypoint array. Not executed within a shell. The container image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "env": { "description": "List of environment variables to set in the container. Cannot be updated.", "items": { "description": "EnvVar represents an environment variable present in a Container.", "properties": { "name": { "description": "Name of the environment variable. Must be a C_IDENTIFIER.", "type": "string" }, "value": { "description": "Variable references $(VAR_NAME) are expanded using the previously defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to \"\".", "type": "string" }, "valueFrom": { "description": "EnvVarSource represents a source for the value of an EnvVar.", "properties": { "configMapKeyRef": { "description": "Selects a key from a ConfigMap.", "properties": { "key": { "description": "The key to select.", "type": "string" }, "name": { "description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the ConfigMap or its key must be defined", "type": "boolean" } }, "required": [ "key" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "fieldRef": { "description": "ObjectFieldSelector selects an APIVersioned field of an object.", "properties": { "apiVersion": { "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\".", "type": "string" }, "fieldPath": { "description": "Path of the field to select in the specified API version.", "type": "string" } }, "required": [ "fieldPath" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "resourceFieldRef": { "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format", "properties": { "containerName": { "description": "Container name: required for volumes, optional for env vars", "type": "string" }, "divisor": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "description": "Required: resource to select", "type": "string" } }, "required": [ "resource" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "secretKeyRef": { "description": "SecretKeySelector selects a key of a Secret.", "properties": { "key": { "description": "The key of the secret to select from. Must be a valid secret key.", "type": "string" }, "name": { "description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the Secret or its key must be defined", "type": "boolean" } }, "required": [ "key" ], "type": "object", "x-kubernetes-map-type": "atomic" } }, "type": "object" } }, "required": [ "name" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "name" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "name", "x-kubernetes-patch-strategy": "merge" }, "envFrom": { "description": "List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.", "items": { "description": "EnvFromSource represents the source of a set of ConfigMaps", "properties": { "configMapRef": { "description": "ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.\n\nThe contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.", "properties": { "name": { "description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the ConfigMap must be defined", "type": "boolean" } }, "type": "object" }, "prefix": { "description": "An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.", "type": "string" }, "secretRef": { "description": "SecretEnvSource selects a Secret to populate the environment variables with.\n\nThe contents of the target Secret's Data field will represent the key-value pairs as environment variables.", "properties": { "name": { "description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the Secret must be defined", "type": "boolean" } }, "type": "object" } }, "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "image": { "description": "Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.", "type": "string" }, "imagePullPolicy": { "description": "Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images", "type": "string" }, "lifecycle": { "description": "Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.", "properties": { "postStart": { "description": "LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "sleep": { "description": "SleepAction describes a \"sleep\" action.", "properties": { "seconds": { "description": "Seconds is the number of seconds to sleep.", "format": "int64", "type": "integer" } }, "required": [ "seconds" ], "type": "object" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" } }, "type": "object" }, "preStop": { "description": "LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "sleep": { "description": "SleepAction describes a \"sleep\" action.", "properties": { "seconds": { "description": "Seconds is the number of seconds to sleep.", "format": "int64", "type": "integer" } }, "required": [ "seconds" ], "type": "object" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" } }, "type": "object" } }, "type": "object" }, "livenessProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "name": { "description": "Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.", "type": "string" }, "ports": { "description": "List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default \"0.0.0.0\" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated.", "items": { "description": "ContainerPort represents a network port in a single container.", "properties": { "containerPort": { "description": "Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536.", "format": "int32", "type": "integer" }, "hostIP": { "description": "What host IP to bind the external port to.", "type": "string" }, "hostPort": { "description": "Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this.", "format": "int32", "type": "integer" }, "name": { "description": "If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services.", "type": "string" }, "protocol": { "description": "Protocol for port. Must be UDP, TCP, or SCTP. Defaults to \"TCP\".", "type": "string" } }, "required": [ "containerPort" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "containerPort", "protocol" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "containerPort", "x-kubernetes-patch-strategy": "merge" }, "readinessProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "resizePolicy": { "description": "Resources resize policy for the container.", "items": { "description": "ContainerResizePolicy represents resource resize policy for the container.", "properties": { "resourceName": { "description": "Name of the resource to which this resource resize policy applies. Supported values: cpu, memory.", "type": "string" }, "restartPolicy": { "description": "Restart policy to apply when specified resource is resized. If not specified, it defaults to NotRequired.", "type": "string" } }, "required": [ "resourceName", "restartPolicy" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "resources": { "description": "ResourceRequirements describes the compute resource requirements.", "properties": { "claims": { "description": "Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.\n\nThis is an alpha field and requires enabling the DynamicResourceAllocation feature gate.\n\nThis field is immutable. It can only be set for containers.", "items": { "description": "ResourceClaim references one entry in PodSpec.ResourceClaims.", "properties": { "name": { "description": "Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.", "type": "string" } }, "required": [ "name" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "name" ], "x-kubernetes-list-type": "map" }, "limits": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" }, "requests": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" } }, "type": "object" }, "restartPolicy": { "description": "RestartPolicy defines the restart behavior of individual containers in a pod. This field may only be set for init containers, and the only allowed value is \"Always\". For non-init containers or when this field is not specified, the restart behavior is defined by the Pod's restart policy and the container type. Setting the RestartPolicy as \"Always\" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy \"Always\" will be shut down. This lifecycle differs from normal init containers and is often referred to as a \"sidecar\" container. Although this init container still starts in the init container sequence, it does not wait for the container to complete before proceeding to the next init container. Instead, the next init container starts immediately after this init container is started, or after any startupProbe has successfully completed.", "type": "string" }, "securityContext": { "description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.", "properties": { "allowPrivilegeEscalation": { "description": "AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "appArmorProfile": { "description": "AppArmorProfile defines a pod or container's AppArmor settings.", "properties": { "localhostProfile": { "description": "localhostProfile indicates a profile loaded on the node that should be used. The profile must be preconfigured on the node to work. Must match the loaded name of the profile. Must be set if and only if type is \"Localhost\".", "type": "string" }, "type": { "description": "type indicates which kind of AppArmor profile will be applied. Valid options are:\n Localhost - a profile pre-loaded on the node.\n RuntimeDefault - the container runtime's default profile.\n Unconfined - no AppArmor enforcement.", "type": "string" } }, "required": [ "type" ], "type": "object", "x-kubernetes-unions": [ { "discriminator": "type", "fields-to-discriminateBy": { "localhostProfile": "LocalhostProfile" } } ] }, "capabilities": { "description": "Adds and removes POSIX capabilities from running containers.", "properties": { "add": { "description": "Added capabilities", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "drop": { "description": "Removed capabilities", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "privileged": { "description": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "procMount": { "description": "procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.", "type": "string" }, "readOnlyRootFilesystem": { "description": "Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "runAsGroup": { "description": "The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "runAsNonRoot": { "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "boolean" }, "runAsUser": { "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "seLinuxOptions": { "description": "SELinuxOptions are the labels to be applied to the container", "properties": { "level": { "description": "Level is SELinux level label that applies to the container.", "type": "string" }, "role": { "description": "Role is a SELinux role label that applies to the container.", "type": "string" }, "type": { "description": "Type is a SELinux type label that applies to the container.", "type": "string" }, "user": { "description": "User is a SELinux user label that applies to the container.", "type": "string" } }, "type": "object" }, "seccompProfile": { "description": "SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.", "properties": { "localhostProfile": { "description": "localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is \"Localhost\". Must NOT be set for any other type.", "type": "string" }, "type": { "description": "type indicates which kind of seccomp profile will be applied. Valid options are:\n\nLocalhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.", "type": "string" } }, "required": [ "type" ], "type": "object", "x-kubernetes-unions": [ { "discriminator": "type", "fields-to-discriminateBy": { "localhostProfile": "LocalhostProfile" } } ] }, "windowsOptions": { "description": "WindowsSecurityContextOptions contain Windows-specific options and credentials.", "properties": { "gmsaCredentialSpec": { "description": "GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.", "type": "string" }, "gmsaCredentialSpecName": { "description": "GMSACredentialSpecName is the name of the GMSA credential spec to use.", "type": "string" }, "hostProcess": { "description": "HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.", "type": "boolean" }, "runAsUserName": { "description": "The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "string" } }, "type": "object" } }, "type": "object" }, "startupProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "stdin": { "description": "Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.", "type": "boolean" }, "stdinOnce": { "description": "Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false", "type": "boolean" }, "terminationMessagePath": { "description": "Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.", "type": "string" }, "terminationMessagePolicy": { "description": "Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.", "type": "string" }, "tty": { "description": "Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.", "type": "boolean" }, "volumeDevices": { "description": "volumeDevices is the list of block devices to be used by the container.", "items": { "description": "volumeDevice describes a mapping of a raw block device within a container.", "properties": { "devicePath": { "description": "devicePath is the path inside of the container that the device will be mapped to.", "type": "string" }, "name": { "description": "name must match the name of a persistentVolumeClaim in the pod", "type": "string" } }, "required": [ "name", "devicePath" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "devicePath" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "devicePath", "x-kubernetes-patch-strategy": "merge" }, "volumeMounts": { "description": "Pod volumes to mount into the container's filesystem. Cannot be updated.", "items": { "description": "VolumeMount describes a mounting of a Volume within a container.", "properties": { "mountPath": { "description": "Path within the container at which the volume should be mounted. Must not contain ':'.", "type": "string" }, "mountPropagation": { "description": "mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10. When RecursiveReadOnly is set to IfPossible or to Enabled, MountPropagation must be None or unspecified (which defaults to None).", "type": "string" }, "name": { "description": "This must match the Name of a Volume.", "type": "string" }, "readOnly": { "description": "Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.", "type": "boolean" }, "recursiveReadOnly": { "description": "RecursiveReadOnly specifies whether read-only mounts should be handled recursively.\n\nIf ReadOnly is false, this field has no meaning and must be unspecified.\n\nIf ReadOnly is true, and this field is set to Disabled, the mount is not made recursively read-only. If this field is set to IfPossible, the mount is made recursively read-only, if it is supported by the container runtime. If this field is set to Enabled, the mount is made recursively read-only if it is supported by the container runtime, otherwise the pod will not be started and an error will be generated to indicate the reason.\n\nIf this field is set to IfPossible or Enabled, MountPropagation must be set to None (or be unspecified, which defaults to None).\n\nIf this field is not specified, it is treated as an equivalent of Disabled.", "type": "string" }, "subPath": { "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root).", "type": "string" }, "subPathExpr": { "description": "Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to \"\" (volume's root). SubPathExpr and SubPath are mutually exclusive.", "type": "string" } }, "required": [ "name", "mountPath" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "mountPath" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "mountPath", "x-kubernetes-patch-strategy": "merge" }, "workingDir": { "description": "Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.", "type": "string" } }, "required": [ "name" ], "type": "object" }, "title": "Deployment sidecars.", "type": "array" }, "extraEnvVars": { "default": [], "examples": [ [ { "name": "APP_CONFIG_backend_cache_store", "value": "memory" } ] ], "items": { "description": "EnvVar represents an environment variable present in a Container.", "properties": { "name": { "description": "Name of the environment variable. Must be a C_IDENTIFIER.", "type": "string" }, "value": { "description": "Variable references $(VAR_NAME) are expanded using the previously defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to \"\".", "type": "string" }, "valueFrom": { "description": "EnvVarSource represents a source for the value of an EnvVar.", "properties": { "configMapKeyRef": { "description": "Selects a key from a ConfigMap.", "properties": { "key": { "description": "The key to select.", "type": "string" }, "name": { "description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the ConfigMap or its key must be defined", "type": "boolean" } }, "required": [ "key" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "fieldRef": { "description": "ObjectFieldSelector selects an APIVersioned field of an object.", "properties": { "apiVersion": { "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\".", "type": "string" }, "fieldPath": { "description": "Path of the field to select in the specified API version.", "type": "string" } }, "required": [ "fieldPath" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "resourceFieldRef": { "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format", "properties": { "containerName": { "description": "Container name: required for volumes, optional for env vars", "type": "string" }, "divisor": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "description": "Required: resource to select", "type": "string" } }, "required": [ "resource" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "secretKeyRef": { "description": "SecretKeySelector selects a key of a Secret.", "properties": { "key": { "description": "The key of the secret to select from. Must be a valid secret key.", "type": "string" }, "name": { "description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the Secret or its key must be defined", "type": "boolean" } }, "required": [ "key" ], "type": "object", "x-kubernetes-map-type": "atomic" } }, "type": "object" } }, "required": [ "name" ], "type": "object" }, "title": "Backstage container environment variables", "type": "array" }, "extraEnvVarsCM": { "default": [], "description": "Translates into array of `envFrom.[].configMapRef.name`", "examples": [ [ "my-backstage-configmap" ] ], "items": { "type": "string" }, "title": "Backstage container environment variables from existing ConfigMaps", "type": "array" }, "extraEnvVarsSecrets": { "default": [], "description": "Translates into array of `envFrom.[].secretRef.name`", "examples": [ [ "my-backstage-secrets" ] ], "items": { "type": "string" }, "title": "Backstage container environment variables from existing Secrets", "type": "array" }, "extraVolumeMounts": { "default": [], "items": { "description": "VolumeMount describes a mounting of a Volume within a container.", "properties": { "mountPath": { "description": "Path within the container at which the volume should be mounted. Must not contain ':'.", "type": "string" }, "mountPropagation": { "description": "mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10. When RecursiveReadOnly is set to IfPossible or to Enabled, MountPropagation must be None or unspecified (which defaults to None).", "type": "string" }, "name": { "description": "This must match the Name of a Volume.", "type": "string" }, "readOnly": { "description": "Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.", "type": "boolean" }, "recursiveReadOnly": { "description": "RecursiveReadOnly specifies whether read-only mounts should be handled recursively.\n\nIf ReadOnly is false, this field has no meaning and must be unspecified.\n\nIf ReadOnly is true, and this field is set to Disabled, the mount is not made recursively read-only. If this field is set to IfPossible, the mount is made recursively read-only, if it is supported by the container runtime. If this field is set to Enabled, the mount is made recursively read-only if it is supported by the container runtime, otherwise the pod will not be started and an error will be generated to indicate the reason.\n\nIf this field is set to IfPossible or Enabled, MountPropagation must be set to None (or be unspecified, which defaults to None).\n\nIf this field is not specified, it is treated as an equivalent of Disabled.", "type": "string" }, "subPath": { "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root).", "type": "string" }, "subPathExpr": { "description": "Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to \"\" (volume's root). SubPathExpr and SubPath are mutually exclusive.", "type": "string" } }, "required": [ "name", "mountPath" ], "type": "object" }, "title": "Backstage container additional volume mounts", "type": "array" }, "extraVolumes": { "default": [], "items": { "description": "Volume represents a named volume in a pod that may be accessed by any container in the pod.", "properties": { "awsElasticBlockStore": { "description": "Represents a Persistent Disk resource in AWS.\n\nAn AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.", "properties": { "fsType": { "description": "fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore", "type": "string" }, "partition": { "description": "partition is the partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty).", "format": "int32", "type": "integer" }, "readOnly": { "description": "readOnly value true will force the readOnly setting in VolumeMounts. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore", "type": "boolean" }, "volumeID": { "description": "volumeID is unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore", "type": "string" } }, "required": [ "volumeID" ], "type": "object" }, "azureDisk": { "description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.", "properties": { "cachingMode": { "description": "cachingMode is the Host Caching mode: None, Read Only, Read Write.", "type": "string" }, "diskName": { "description": "diskName is the Name of the data disk in the blob storage", "type": "string" }, "diskURI": { "description": "diskURI is the URI of data disk in the blob storage", "type": "string" }, "fsType": { "description": "fsType is Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "kind": { "description": "kind expected values are Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared", "type": "string" }, "readOnly": { "description": "readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" } }, "required": [ "diskName", "diskURI" ], "type": "object" }, "azureFile": { "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod.", "properties": { "readOnly": { "description": "readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "secretName": { "description": "secretName is the name of secret that contains Azure Storage Account Name and Key", "type": "string" }, "shareName": { "description": "shareName is the azure share Name", "type": "string" } }, "required": [ "secretName", "shareName" ], "type": "object" }, "cephfs": { "description": "Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.", "properties": { "monitors": { "description": "monitors is Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "path is Optional: Used as the mounted root, rather than the full Ceph tree, default is /", "type": "string" }, "readOnly": { "description": "readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it", "type": "boolean" }, "secretFile": { "description": "secretFile is Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it", "type": "string" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "user": { "description": "user is optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it", "type": "string" } }, "required": [ "monitors" ], "type": "object" }, "cinder": { "description": "Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.", "properties": { "fsType": { "description": "fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://examples.k8s.io/mysql-cinder-pd/README.md", "type": "string" }, "readOnly": { "description": "readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/mysql-cinder-pd/README.md", "type": "boolean" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "volumeID": { "description": "volumeID used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md", "type": "string" } }, "required": [ "volumeID" ], "type": "object" }, "configMap": { "description": "Adapts a ConfigMap into a volume.\n\nThe contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling.", "properties": { "defaultMode": { "description": "defaultMode is optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "items": { "description": "items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.", "items": { "description": "Maps a string key to a path within a volume.", "properties": { "key": { "description": "key is the key to project.", "type": "string" }, "mode": { "description": "mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "path": { "description": "path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.", "type": "string" } }, "required": [ "key", "path" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "name": { "description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "optional specify whether the ConfigMap or its keys must be defined", "type": "boolean" } }, "type": "object" }, "csi": { "description": "Represents a source location of a volume to mount, managed by an external CSI driver", "properties": { "driver": { "description": "driver is the name of the CSI driver that handles this volume. Consult with your admin for the correct name as registered in the cluster.", "type": "string" }, "fsType": { "description": "fsType to mount. Ex. \"ext4\", \"xfs\", \"ntfs\". If not provided, the empty value is passed to the associated CSI driver which will determine the default filesystem to apply.", "type": "string" }, "nodePublishSecretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "readOnly": { "description": "readOnly specifies a read-only configuration for the volume. Defaults to false (read/write).", "type": "boolean" }, "volumeAttributes": { "additionalProperties": { "type": "string" }, "description": "volumeAttributes stores driver-specific properties that are passed to the CSI driver. Consult your driver's documentation for supported values.", "type": "object" } }, "required": [ "driver" ], "type": "object" }, "downwardAPI": { "description": "DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.", "properties": { "defaultMode": { "description": "Optional: mode bits to use on created files by default. Must be a Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "items": { "description": "Items is a list of downward API volume file", "items": { "description": "DownwardAPIVolumeFile represents information to create the file containing the pod field", "properties": { "fieldRef": { "description": "ObjectFieldSelector selects an APIVersioned field of an object.", "properties": { "apiVersion": { "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\".", "type": "string" }, "fieldPath": { "description": "Path of the field to select in the specified API version.", "type": "string" } }, "required": [ "fieldPath" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "mode": { "description": "Optional: mode bits used to set permissions on this file, must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "path": { "description": "Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'", "type": "string" }, "resourceFieldRef": { "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format", "properties": { "containerName": { "description": "Container name: required for volumes, optional for env vars", "type": "string" }, "divisor": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "description": "Required: resource to select", "type": "string" } }, "required": [ "resource" ], "type": "object", "x-kubernetes-map-type": "atomic" } }, "required": [ "path" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "emptyDir": { "description": "Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.", "properties": { "medium": { "description": "medium represents what type of storage medium should back this directory. The default is \"\" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir", "type": "string" }, "sizeLimit": { "oneOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "ephemeral": { "description": "Represents an ephemeral volume that is handled by a normal storage driver.", "properties": { "volumeClaimTemplate": { "description": "PersistentVolumeClaimTemplate is used to produce PersistentVolumeClaim objects as part of an EphemeralVolumeSource.", "properties": { "metadata": { "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations", "type": "object" }, "creationTimestamp": { "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "format": "date-time", "type": "string" }, "deletionGracePeriodSeconds": { "description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.", "format": "int64", "type": "integer" }, "deletionTimestamp": { "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "format": "date-time", "type": "string" }, "finalizers": { "description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "set", "x-kubernetes-patch-strategy": "merge" }, "generateName": { "description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will return a 409.\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency", "type": "string" }, "generation": { "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.", "format": "int64", "type": "integer" }, "labels": { "additionalProperties": { "type": "string" }, "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels", "type": "object" }, "managedFields": { "description": "ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object.", "items": { "description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.", "properties": { "apiVersion": { "description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.", "type": "string" }, "fieldsType": { "description": "FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"", "type": "string" }, "fieldsV1": { "description": "FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.\n\nEach key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff", "type": "object" }, "manager": { "description": "Manager is an identifier of the workflow managing these fields.", "type": "string" }, "operation": { "description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.", "type": "string" }, "subresource": { "description": "Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.", "type": "string" }, "time": { "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "format": "date-time", "type": "string" } }, "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "name": { "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names", "type": "string" }, "namespace": { "description": "Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces", "type": "string" }, "ownerReferences": { "description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.", "items": { "description": "OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.", "properties": { "apiVersion": { "description": "API version of the referent.", "type": "string" }, "blockOwnerDeletion": { "description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.", "type": "boolean" }, "controller": { "description": "If true, this reference points to the managing controller.", "type": "boolean" }, "kind": { "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names", "type": "string" }, "uid": { "description": "UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids", "type": "string" } }, "required": [ "apiVersion", "kind", "name", "uid" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "type": "array", "x-kubernetes-list-map-keys": [ "uid" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "uid", "x-kubernetes-patch-strategy": "merge" }, "resourceVersion": { "description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency", "type": "string" }, "selfLink": { "description": "Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.", "type": "string" }, "uid": { "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids", "type": "string" } }, "type": "object" }, "spec": { "description": "PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes", "properties": { "accessModes": { "description": "accessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "dataSource": { "description": "TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.", "properties": { "apiGroup": { "description": "APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.", "type": "string" }, "kind": { "description": "Kind is the type of resource being referenced", "type": "string" }, "name": { "description": "Name is the name of resource being referenced", "type": "string" } }, "required": [ "kind", "name" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "dataSourceRef": { "properties": { "apiGroup": { "description": "APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.", "type": "string" }, "kind": { "description": "Kind is the type of resource being referenced", "type": "string" }, "name": { "description": "Name is the name of resource being referenced", "type": "string" }, "namespace": { "description": "Namespace is the namespace of resource being referenced Note that when a namespace is specified, a gateway.networking.k8s.io/ReferenceGrant object is required in the referent namespace to allow that namespace's owner to accept the reference. See the ReferenceGrant documentation for details. (Alpha) This field requires the CrossNamespaceVolumeDataSource feature gate to be enabled.", "type": "string" } }, "required": [ "kind", "name" ], "type": "object" }, "resources": { "description": "VolumeResourceRequirements describes the storage resource requirements for a volume.", "properties": { "limits": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" }, "requests": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" } }, "type": "object" }, "selector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "storageClassName": { "description": "storageClassName is the name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1", "type": "string" }, "volumeAttributesClassName": { "description": "volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim. If specified, the CSI driver will create or update the volume with the attributes defined in the corresponding VolumeAttributesClass. This has a different purpose than storageClassName, it can be changed after the claim is created. An empty string value means that no VolumeAttributesClass will be applied to the claim but it's not allowed to reset this field to empty string once it is set. If unspecified and the PersistentVolumeClaim is unbound, the default VolumeAttributesClass will be set by the persistentvolume controller if it exists. If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource exists. More info: https://kubernetes.io/docs/concepts/storage/volume-attributes-classes/ (Alpha) Using this field requires the VolumeAttributesClass feature gate to be enabled.", "type": "string" }, "volumeMode": { "description": "volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec.", "type": "string" }, "volumeName": { "description": "volumeName is the binding reference to the PersistentVolume backing this claim.", "type": "string" } }, "type": "object" } }, "required": [ "spec" ], "type": "object" } }, "type": "object" }, "fc": { "description": "Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.", "properties": { "fsType": { "description": "fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "lun": { "description": "lun is Optional: FC target lun number", "format": "int32", "type": "integer" }, "readOnly": { "description": "readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "targetWWNs": { "description": "targetWWNs is Optional: FC target worldwide names (WWNs)", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "wwids": { "description": "wwids Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "flexVolume": { "description": "FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.", "properties": { "driver": { "description": "driver is the name of the driver to use for this volume.", "type": "string" }, "fsType": { "description": "fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default filesystem depends on FlexVolume script.", "type": "string" }, "options": { "additionalProperties": { "type": "string" }, "description": "options is Optional: this field holds extra command options if any.", "type": "object" }, "readOnly": { "description": "readOnly is Optional: defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" } }, "required": [ "driver" ], "type": "object" }, "flocker": { "description": "Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.", "properties": { "datasetName": { "description": "datasetName is Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated", "type": "string" }, "datasetUUID": { "description": "datasetUUID is the UUID of the dataset. This is unique identifier of a Flocker dataset", "type": "string" } }, "type": "object" }, "gcePersistentDisk": { "description": "Represents a Persistent Disk resource in Google Compute Engine.\n\nA GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.", "properties": { "fsType": { "description": "fsType is filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk", "type": "string" }, "partition": { "description": "partition is the partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty). More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk", "format": "int32", "type": "integer" }, "pdName": { "description": "pdName is unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk", "type": "string" }, "readOnly": { "description": "readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk", "type": "boolean" } }, "required": [ "pdName" ], "type": "object" }, "gitRepo": { "description": "Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.\n\nDEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container.", "properties": { "directory": { "description": "directory is the target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.", "type": "string" }, "repository": { "description": "repository is the URL", "type": "string" }, "revision": { "description": "revision is the commit hash for the specified revision.", "type": "string" } }, "required": [ "repository" ], "type": "object" }, "glusterfs": { "description": "Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.", "properties": { "endpoints": { "description": "endpoints is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod", "type": "string" }, "path": { "description": "path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod", "type": "string" }, "readOnly": { "description": "readOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod", "type": "boolean" } }, "required": [ "endpoints", "path" ], "type": "object" }, "hostPath": { "description": "Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.", "properties": { "path": { "description": "path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath", "type": "string" }, "type": { "description": "type for HostPath Volume Defaults to \"\" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath", "type": "string" } }, "required": [ "path" ], "type": "object" }, "iscsi": { "description": "Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.", "properties": { "chapAuthDiscovery": { "description": "chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication", "type": "boolean" }, "chapAuthSession": { "description": "chapAuthSession defines whether support iSCSI Session CHAP authentication", "type": "boolean" }, "fsType": { "description": "fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi", "type": "string" }, "initiatorName": { "description": "initiatorName is the custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface <target portal>:<volume name> will be created for the connection.", "type": "string" }, "iqn": { "description": "iqn is the target iSCSI Qualified Name.", "type": "string" }, "iscsiInterface": { "description": "iscsiInterface is the interface Name that uses an iSCSI transport. Defaults to 'default' (tcp).", "type": "string" }, "lun": { "description": "lun represents iSCSI Target Lun number.", "format": "int32", "type": "integer" }, "portals": { "description": "portals is the iSCSI Target Portal List. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "readOnly": { "description": "readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false.", "type": "boolean" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "targetPortal": { "description": "targetPortal is iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).", "type": "string" } }, "required": [ "targetPortal", "iqn", "lun" ], "type": "object" }, "name": { "description": "name of the volume. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "nfs": { "description": "Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.", "properties": { "path": { "description": "path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs", "type": "string" }, "readOnly": { "description": "readOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs", "type": "boolean" }, "server": { "description": "server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs", "type": "string" } }, "required": [ "server", "path" ], "type": "object" }, "persistentVolumeClaim": { "description": "PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).", "properties": { "claimName": { "description": "claimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims", "type": "string" }, "readOnly": { "description": "readOnly Will force the ReadOnly setting in VolumeMounts. Default false.", "type": "boolean" } }, "required": [ "claimName" ], "type": "object" }, "photonPersistentDisk": { "description": "Represents a Photon Controller persistent disk resource.", "properties": { "fsType": { "description": "fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "pdID": { "description": "pdID is the ID that identifies Photon Controller persistent disk", "type": "string" } }, "required": [ "pdID" ], "type": "object" }, "portworxVolume": { "description": "PortworxVolumeSource represents a Portworx volume resource.", "properties": { "fsType": { "description": "fSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "readOnly": { "description": "readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "volumeID": { "description": "volumeID uniquely identifies a Portworx volume", "type": "string" } }, "required": [ "volumeID" ], "type": "object" }, "projected": { "description": "Represents a projected volume source", "properties": { "defaultMode": { "description": "defaultMode are the mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "sources": { "description": "sources is the list of volume projections", "items": { "description": "Projection that may be projected along with other supported volume types", "properties": { "clusterTrustBundle": { "description": "ClusterTrustBundleProjection describes how to select a set of ClusterTrustBundle objects and project their contents into the pod filesystem.", "properties": { "labelSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "name": { "description": "Select a single ClusterTrustBundle by object name. Mutually-exclusive with signerName and labelSelector.", "type": "string" }, "optional": { "description": "If true, don't block pod startup if the referenced ClusterTrustBundle(s) aren't available. If using name, then the named ClusterTrustBundle is allowed not to exist. If using signerName, then the combination of signerName and labelSelector is allowed to match zero ClusterTrustBundles.", "type": "boolean" }, "path": { "description": "Relative path from the volume root to write the bundle.", "type": "string" }, "signerName": { "description": "Select all ClusterTrustBundles that match this signer name. Mutually-exclusive with name. The contents of all selected ClusterTrustBundles will be unified and deduplicated.", "type": "string" } }, "required": [ "path" ], "type": "object" }, "configMap": { "description": "Adapts a ConfigMap into a projected volume.\n\nThe contents of the target ConfigMap's Data field will be presented in a projected volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. Note that this is identical to a configmap volume source without the default mode.", "properties": { "items": { "description": "items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.", "items": { "description": "Maps a string key to a path within a volume.", "properties": { "key": { "description": "key is the key to project.", "type": "string" }, "mode": { "description": "mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "path": { "description": "path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.", "type": "string" } }, "required": [ "key", "path" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "name": { "description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "optional specify whether the ConfigMap or its keys must be defined", "type": "boolean" } }, "type": "object" }, "downwardAPI": { "description": "Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.", "properties": { "items": { "description": "Items is a list of DownwardAPIVolume file", "items": { "description": "DownwardAPIVolumeFile represents information to create the file containing the pod field", "properties": { "fieldRef": { "description": "ObjectFieldSelector selects an APIVersioned field of an object.", "properties": { "apiVersion": { "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\".", "type": "string" }, "fieldPath": { "description": "Path of the field to select in the specified API version.", "type": "string" } }, "required": [ "fieldPath" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "mode": { "description": "Optional: mode bits used to set permissions on this file, must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "path": { "description": "Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'", "type": "string" }, "resourceFieldRef": { "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format", "properties": { "containerName": { "description": "Container name: required for volumes, optional for env vars", "type": "string" }, "divisor": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "description": "Required: resource to select", "type": "string" } }, "required": [ "resource" ], "type": "object", "x-kubernetes-map-type": "atomic" } }, "required": [ "path" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "secret": { "description": "Adapts a secret into a projected volume.\n\nThe contents of the target Secret's Data field will be presented in a projected volume as files using the keys in the Data field as the file names. Note that this is identical to a secret volume source without the default mode.", "properties": { "items": { "description": "items if unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.", "items": { "description": "Maps a string key to a path within a volume.", "properties": { "key": { "description": "key is the key to project.", "type": "string" }, "mode": { "description": "mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "path": { "description": "path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.", "type": "string" } }, "required": [ "key", "path" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "name": { "description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "optional field specify whether the Secret or its key must be defined", "type": "boolean" } }, "type": "object" }, "serviceAccountToken": { "description": "ServiceAccountTokenProjection represents a projected service account token volume. This projection can be used to insert a service account token into the pods runtime filesystem for use against APIs (Kubernetes API Server or otherwise).", "properties": { "audience": { "description": "audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver.", "type": "string" }, "expirationSeconds": { "description": "expirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes.", "format": "int64", "type": "integer" }, "path": { "description": "path is the path relative to the mount point of the file to project the token into.", "type": "string" } }, "required": [ "path" ], "type": "object" } }, "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "quobyte": { "description": "Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.", "properties": { "group": { "description": "group to map volume access to Default is no group", "type": "string" }, "readOnly": { "description": "readOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false.", "type": "boolean" }, "registry": { "description": "registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes", "type": "string" }, "tenant": { "description": "tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin", "type": "string" }, "user": { "description": "user to map volume access to Defaults to serivceaccount user", "type": "string" }, "volume": { "description": "volume is a string that references an already created Quobyte volume by name.", "type": "string" } }, "required": [ "registry", "volume" ], "type": "object" }, "rbd": { "description": "Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.", "properties": { "fsType": { "description": "fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd", "type": "string" }, "image": { "description": "image is the rados image name. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "type": "string" }, "keyring": { "description": "keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "type": "string" }, "monitors": { "description": "monitors is a collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "pool": { "description": "pool is the rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "type": "string" }, "readOnly": { "description": "readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "type": "boolean" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "user": { "description": "user is the rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "type": "string" } }, "required": [ "monitors", "image" ], "type": "object" }, "scaleIO": { "description": "ScaleIOVolumeSource represents a persistent ScaleIO volume", "properties": { "fsType": { "description": "fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Default is \"xfs\".", "type": "string" }, "gateway": { "description": "gateway is the host address of the ScaleIO API Gateway.", "type": "string" }, "protectionDomain": { "description": "protectionDomain is the name of the ScaleIO Protection Domain for the configured storage.", "type": "string" }, "readOnly": { "description": "readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "sslEnabled": { "description": "sslEnabled Flag enable/disable SSL communication with Gateway, default false", "type": "boolean" }, "storageMode": { "description": "storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.", "type": "string" }, "storagePool": { "description": "storagePool is the ScaleIO Storage Pool associated with the protection domain.", "type": "string" }, "system": { "description": "system is the name of the storage system as configured in ScaleIO.", "type": "string" }, "volumeName": { "description": "volumeName is the name of a volume already created in the ScaleIO system that is associated with this volume source.", "type": "string" } }, "required": [ "gateway", "system", "secretRef" ], "type": "object" }, "secret": { "description": "Adapts a Secret into a volume.\n\nThe contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.", "properties": { "defaultMode": { "description": "defaultMode is Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "items": { "description": "items If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.", "items": { "description": "Maps a string key to a path within a volume.", "properties": { "key": { "description": "key is the key to project.", "type": "string" }, "mode": { "description": "mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "path": { "description": "path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.", "type": "string" } }, "required": [ "key", "path" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "optional": { "description": "optional field specify whether the Secret or its keys must be defined", "type": "boolean" }, "secretName": { "description": "secretName is the name of the secret in the pod's namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret", "type": "string" } }, "type": "object" }, "storageos": { "description": "Represents a StorageOS persistent volume resource.", "properties": { "fsType": { "description": "fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "readOnly": { "description": "readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "volumeName": { "description": "volumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace.", "type": "string" }, "volumeNamespace": { "description": "volumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to \"default\" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created.", "type": "string" } }, "type": "object" }, "vsphereVolume": { "description": "Represents a vSphere volume resource.", "properties": { "fsType": { "description": "fsType is filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "storagePolicyID": { "description": "storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.", "type": "string" }, "storagePolicyName": { "description": "storagePolicyName is the storage Policy Based Management (SPBM) profile name.", "type": "string" }, "volumePath": { "description": "volumePath is the path that identifies vSphere volume vmdk", "type": "string" } }, "required": [ "volumePath" ], "type": "object" } }, "required": [ "name" ], "type": "object" }, "title": "Backstage container additional volumes", "type": "array" }, "image": { "additionalProperties": false, "properties": { "pullPolicy": { "default": "Always", "description": "Ref: https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy", "enum": [ "Always", "IfNotPresent" ], "title": "Specify a imagePullPolicy.", "type": "string" }, "pullSecrets": { "default": [], "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/", "examples": [ "myRegistryKeySecretName" ], "items": { "type": "string" }, "title": "Optionally specify an array of imagePullSecrets.", "type": "array" }, "registry": { "default": "ghcr.io", "examples": [ "ghcr.io", "quay.io", "docker.io" ], "title": "Backstage image registry", "type": "string" }, "repository": { "default": "backstage/backstage", "title": "Backstage image repository", "type": "string" }, "tag": { "default": "latest", "description": "Immutable tags are recommended.", "title": "Backstage image tag", "type": "string" } }, "title": "Image parameters", "type": "object" }, "initContainers": { "default": [], "items": { "description": "A single application container that you want to run within a pod.", "properties": { "args": { "description": "Arguments to the entrypoint. The container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "command": { "description": "Entrypoint array. Not executed within a shell. The container image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "env": { "description": "List of environment variables to set in the container. Cannot be updated.", "items": { "description": "EnvVar represents an environment variable present in a Container.", "properties": { "name": { "description": "Name of the environment variable. Must be a C_IDENTIFIER.", "type": "string" }, "value": { "description": "Variable references $(VAR_NAME) are expanded using the previously defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to \"\".", "type": "string" }, "valueFrom": { "description": "EnvVarSource represents a source for the value of an EnvVar.", "properties": { "configMapKeyRef": { "description": "Selects a key from a ConfigMap.", "properties": { "key": { "description": "The key to select.", "type": "string" }, "name": { "description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the ConfigMap or its key must be defined", "type": "boolean" } }, "required": [ "key" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "fieldRef": { "description": "ObjectFieldSelector selects an APIVersioned field of an object.", "properties": { "apiVersion": { "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\".", "type": "string" }, "fieldPath": { "description": "Path of the field to select in the specified API version.", "type": "string" } }, "required": [ "fieldPath" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "resourceFieldRef": { "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format", "properties": { "containerName": { "description": "Container name: required for volumes, optional for env vars", "type": "string" }, "divisor": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "description": "Required: resource to select", "type": "string" } }, "required": [ "resource" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "secretKeyRef": { "description": "SecretKeySelector selects a key of a Secret.", "properties": { "key": { "description": "The key of the secret to select from. Must be a valid secret key.", "type": "string" }, "name": { "description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the Secret or its key must be defined", "type": "boolean" } }, "required": [ "key" ], "type": "object", "x-kubernetes-map-type": "atomic" } }, "type": "object" } }, "required": [ "name" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "name" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "name", "x-kubernetes-patch-strategy": "merge" }, "envFrom": { "description": "List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.", "items": { "description": "EnvFromSource represents the source of a set of ConfigMaps", "properties": { "configMapRef": { "description": "ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.\n\nThe contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.", "properties": { "name": { "description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the ConfigMap must be defined", "type": "boolean" } }, "type": "object" }, "prefix": { "description": "An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.", "type": "string" }, "secretRef": { "description": "SecretEnvSource selects a Secret to populate the environment variables with.\n\nThe contents of the target Secret's Data field will represent the key-value pairs as environment variables.", "properties": { "name": { "description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the Secret must be defined", "type": "boolean" } }, "type": "object" } }, "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "image": { "description": "Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.", "type": "string" }, "imagePullPolicy": { "description": "Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images", "type": "string" }, "lifecycle": { "description": "Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.", "properties": { "postStart": { "description": "LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "sleep": { "description": "SleepAction describes a \"sleep\" action.", "properties": { "seconds": { "description": "Seconds is the number of seconds to sleep.", "format": "int64", "type": "integer" } }, "required": [ "seconds" ], "type": "object" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" } }, "type": "object" }, "preStop": { "description": "LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "sleep": { "description": "SleepAction describes a \"sleep\" action.", "properties": { "seconds": { "description": "Seconds is the number of seconds to sleep.", "format": "int64", "type": "integer" } }, "required": [ "seconds" ], "type": "object" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" } }, "type": "object" } }, "type": "object" }, "livenessProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "name": { "description": "Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.", "type": "string" }, "ports": { "description": "List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default \"0.0.0.0\" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated.", "items": { "description": "ContainerPort represents a network port in a single container.", "properties": { "containerPort": { "description": "Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536.", "format": "int32", "type": "integer" }, "hostIP": { "description": "What host IP to bind the external port to.", "type": "string" }, "hostPort": { "description": "Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this.", "format": "int32", "type": "integer" }, "name": { "description": "If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services.", "type": "string" }, "protocol": { "description": "Protocol for port. Must be UDP, TCP, or SCTP. Defaults to \"TCP\".", "type": "string" } }, "required": [ "containerPort" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "containerPort", "protocol" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "containerPort", "x-kubernetes-patch-strategy": "merge" }, "readinessProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "resizePolicy": { "description": "Resources resize policy for the container.", "items": { "description": "ContainerResizePolicy represents resource resize policy for the container.", "properties": { "resourceName": { "description": "Name of the resource to which this resource resize policy applies. Supported values: cpu, memory.", "type": "string" }, "restartPolicy": { "description": "Restart policy to apply when specified resource is resized. If not specified, it defaults to NotRequired.", "type": "string" } }, "required": [ "resourceName", "restartPolicy" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "resources": { "description": "ResourceRequirements describes the compute resource requirements.", "properties": { "claims": { "description": "Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.\n\nThis is an alpha field and requires enabling the DynamicResourceAllocation feature gate.\n\nThis field is immutable. It can only be set for containers.", "items": { "description": "ResourceClaim references one entry in PodSpec.ResourceClaims.", "properties": { "name": { "description": "Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.", "type": "string" } }, "required": [ "name" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "name" ], "x-kubernetes-list-type": "map" }, "limits": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" }, "requests": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" } }, "type": "object" }, "restartPolicy": { "description": "RestartPolicy defines the restart behavior of individual containers in a pod. This field may only be set for init containers, and the only allowed value is \"Always\". For non-init containers or when this field is not specified, the restart behavior is defined by the Pod's restart policy and the container type. Setting the RestartPolicy as \"Always\" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy \"Always\" will be shut down. This lifecycle differs from normal init containers and is often referred to as a \"sidecar\" container. Although this init container still starts in the init container sequence, it does not wait for the container to complete before proceeding to the next init container. Instead, the next init container starts immediately after this init container is started, or after any startupProbe has successfully completed.", "type": "string" }, "securityContext": { "description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.", "properties": { "allowPrivilegeEscalation": { "description": "AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "appArmorProfile": { "description": "AppArmorProfile defines a pod or container's AppArmor settings.", "properties": { "localhostProfile": { "description": "localhostProfile indicates a profile loaded on the node that should be used. The profile must be preconfigured on the node to work. Must match the loaded name of the profile. Must be set if and only if type is \"Localhost\".", "type": "string" }, "type": { "description": "type indicates which kind of AppArmor profile will be applied. Valid options are:\n Localhost - a profile pre-loaded on the node.\n RuntimeDefault - the container runtime's default profile.\n Unconfined - no AppArmor enforcement.", "type": "string" } }, "required": [ "type" ], "type": "object", "x-kubernetes-unions": [ { "discriminator": "type", "fields-to-discriminateBy": { "localhostProfile": "LocalhostProfile" } } ] }, "capabilities": { "description": "Adds and removes POSIX capabilities from running containers.", "properties": { "add": { "description": "Added capabilities", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "drop": { "description": "Removed capabilities", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "privileged": { "description": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "procMount": { "description": "procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.", "type": "string" }, "readOnlyRootFilesystem": { "description": "Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "runAsGroup": { "description": "The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "runAsNonRoot": { "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "boolean" }, "runAsUser": { "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "seLinuxOptions": { "description": "SELinuxOptions are the labels to be applied to the container", "properties": { "level": { "description": "Level is SELinux level label that applies to the container.", "type": "string" }, "role": { "description": "Role is a SELinux role label that applies to the container.", "type": "string" }, "type": { "description": "Type is a SELinux type label that applies to the container.", "type": "string" }, "user": { "description": "User is a SELinux user label that applies to the container.", "type": "string" } }, "type": "object" }, "seccompProfile": { "description": "SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.", "properties": { "localhostProfile": { "description": "localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is \"Localhost\". Must NOT be set for any other type.", "type": "string" }, "type": { "description": "type indicates which kind of seccomp profile will be applied. Valid options are:\n\nLocalhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.", "type": "string" } }, "required": [ "type" ], "type": "object", "x-kubernetes-unions": [ { "discriminator": "type", "fields-to-discriminateBy": { "localhostProfile": "LocalhostProfile" } } ] }, "windowsOptions": { "description": "WindowsSecurityContextOptions contain Windows-specific options and credentials.", "properties": { "gmsaCredentialSpec": { "description": "GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.", "type": "string" }, "gmsaCredentialSpecName": { "description": "GMSACredentialSpecName is the name of the GMSA credential spec to use.", "type": "string" }, "hostProcess": { "description": "HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.", "type": "boolean" }, "runAsUserName": { "description": "The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "string" } }, "type": "object" } }, "type": "object" }, "startupProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "stdin": { "description": "Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.", "type": "boolean" }, "stdinOnce": { "description": "Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false", "type": "boolean" }, "terminationMessagePath": { "description": "Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.", "type": "string" }, "terminationMessagePolicy": { "description": "Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.", "type": "string" }, "tty": { "description": "Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.", "type": "boolean" }, "volumeDevices": { "description": "volumeDevices is the list of block devices to be used by the container.", "items": { "description": "volumeDevice describes a mapping of a raw block device within a container.", "properties": { "devicePath": { "description": "devicePath is the path inside of the container that the device will be mapped to.", "type": "string" }, "name": { "description": "name must match the name of a persistentVolumeClaim in the pod", "type": "string" } }, "required": [ "name", "devicePath" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "devicePath" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "devicePath", "x-kubernetes-patch-strategy": "merge" }, "volumeMounts": { "description": "Pod volumes to mount into the container's filesystem. Cannot be updated.", "items": { "description": "VolumeMount describes a mounting of a Volume within a container.", "properties": { "mountPath": { "description": "Path within the container at which the volume should be mounted. Must not contain ':'.", "type": "string" }, "mountPropagation": { "description": "mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10. When RecursiveReadOnly is set to IfPossible or to Enabled, MountPropagation must be None or unspecified (which defaults to None).", "type": "string" }, "name": { "description": "This must match the Name of a Volume.", "type": "string" }, "readOnly": { "description": "Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.", "type": "boolean" }, "recursiveReadOnly": { "description": "RecursiveReadOnly specifies whether read-only mounts should be handled recursively.\n\nIf ReadOnly is false, this field has no meaning and must be unspecified.\n\nIf ReadOnly is true, and this field is set to Disabled, the mount is not made recursively read-only. If this field is set to IfPossible, the mount is made recursively read-only, if it is supported by the container runtime. If this field is set to Enabled, the mount is made recursively read-only if it is supported by the container runtime, otherwise the pod will not be started and an error will be generated to indicate the reason.\n\nIf this field is set to IfPossible or Enabled, MountPropagation must be set to None (or be unspecified, which defaults to None).\n\nIf this field is not specified, it is treated as an equivalent of Disabled.", "type": "string" }, "subPath": { "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root).", "type": "string" }, "subPathExpr": { "description": "Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to \"\" (volume's root). SubPathExpr and SubPath are mutually exclusive.", "type": "string" } }, "required": [ "name", "mountPath" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "mountPath" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "mountPath", "x-kubernetes-patch-strategy": "merge" }, "workingDir": { "description": "Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.", "type": "string" } }, "required": [ "name" ], "type": "object" }, "title": "Backstage container init containers", "type": "array" }, "installDir": { "default": "/app", "title": "Directory containing the backstage installation", "type": "string" }, "livenessProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "nodeSelector": { "additionalProperties": { "type": "string" }, "default": {}, "description": "Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector", "title": "Node labels for pod assignment", "type": "object" }, "podAnnotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Annotations to add to the backend deployment pods", "type": "object" }, "podLabels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Labels to add to the backend deployment pods", "type": "object" }, "podSecurityContext": { "description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.", "properties": { "allowPrivilegeEscalation": { "description": "AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "appArmorProfile": { "description": "AppArmorProfile defines a pod or container's AppArmor settings.", "properties": { "localhostProfile": { "description": "localhostProfile indicates a profile loaded on the node that should be used. The profile must be preconfigured on the node to work. Must match the loaded name of the profile. Must be set if and only if type is \"Localhost\".", "type": "string" }, "type": { "description": "type indicates which kind of AppArmor profile will be applied. Valid options are:\n Localhost - a profile pre-loaded on the node.\n RuntimeDefault - the container runtime's default profile.\n Unconfined - no AppArmor enforcement.", "type": "string" } }, "required": [ "type" ], "type": "object", "x-kubernetes-unions": [ { "discriminator": "type", "fields-to-discriminateBy": { "localhostProfile": "LocalhostProfile" } } ] }, "capabilities": { "description": "Adds and removes POSIX capabilities from running containers.", "properties": { "add": { "description": "Added capabilities", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "drop": { "description": "Removed capabilities", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "privileged": { "description": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "procMount": { "description": "procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.", "type": "string" }, "readOnlyRootFilesystem": { "description": "Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "runAsGroup": { "description": "The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "runAsNonRoot": { "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "boolean" }, "runAsUser": { "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "seLinuxOptions": { "description": "SELinuxOptions are the labels to be applied to the container", "properties": { "level": { "description": "Level is SELinux level label that applies to the container.", "type": "string" }, "role": { "description": "Role is a SELinux role label that applies to the container.", "type": "string" }, "type": { "description": "Type is a SELinux type label that applies to the container.", "type": "string" }, "user": { "description": "User is a SELinux user label that applies to the container.", "type": "string" } }, "type": "object" }, "seccompProfile": { "description": "SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.", "properties": { "localhostProfile": { "description": "localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is \"Localhost\". Must NOT be set for any other type.", "type": "string" }, "type": { "description": "type indicates which kind of seccomp profile will be applied. Valid options are:\n\nLocalhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.", "type": "string" } }, "required": [ "type" ], "type": "object", "x-kubernetes-unions": [ { "discriminator": "type", "fields-to-discriminateBy": { "localhostProfile": "LocalhostProfile" } } ] }, "windowsOptions": { "description": "WindowsSecurityContextOptions contain Windows-specific options and credentials.", "properties": { "gmsaCredentialSpec": { "description": "GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.", "type": "string" }, "gmsaCredentialSpecName": { "description": "GMSACredentialSpecName is the name of the GMSA credential spec to use.", "type": "string" }, "hostProcess": { "description": "HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.", "type": "boolean" }, "runAsUserName": { "description": "The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "string" } }, "type": "object" } }, "type": "object" }, "readinessProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "replicas": { "default": 1, "minimum": 0, "title": "Number of deployment replicas", "type": "integer" }, "resources": { "description": "ResourceRequirements describes the compute resource requirements.", "properties": { "claims": { "description": "Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.\n\nThis is an alpha field and requires enabling the DynamicResourceAllocation feature gate.\n\nThis field is immutable. It can only be set for containers.", "items": { "description": "ResourceClaim references one entry in PodSpec.ResourceClaims.", "properties": { "name": { "description": "Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.", "type": "string" } }, "required": [ "name" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "name" ], "x-kubernetes-list-type": "map" }, "limits": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" }, "requests": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" } }, "type": "object" }, "revisionHistoryLimit": { "default": 10, "minimum": 0, "title": "The count of deployment revisions", "type": "integer" }, "startupProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "tolerations": { "default": [], "description": "Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/", "items": { "description": "The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.", "properties": { "effect": { "description": "Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.", "type": "string" }, "key": { "description": "Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys.", "type": "string" }, "operator": { "description": "Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category.", "type": "string" }, "tolerationSeconds": { "description": "TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system.", "format": "int64", "type": "integer" }, "value": { "description": "Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.", "type": "string" } }, "type": "object" }, "title": "Node tolerations for server scheduling to nodes with taints", "type": "array" } }, "title": "Backstage parameters", "type": "object" }, "clusterDomain": { "default": "cluster.local", "title": "Default Kubernetes cluster domain", "type": "string" }, "commonAnnotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Annotations to add to all deployed objects", "type": "object" }, "commonLabels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Labels to add to all deployed objects", "type": "object" }, "diagnosticMode": { "additionalProperties": false, "properties": { "args": { "default": [ "infinity" ], "items": { "type": "string" }, "title": "Args to override all containers in the Deployment", "type": "array" }, "command": { "default": [ "sleep" ], "items": { "type": "string" }, "title": "Command to override all containers in the Deployment", "type": "array" }, "enabled": { "default": false, "description": "All probes will be disabled and the command will be overridden", "title": "Enable diagnostic mode", "type": "boolean" } }, "title": "Enable diagnostic mode in the Deployment", "type": "object" }, "extraDeploy": { "default": [], "items": { "type": [ "string", "object" ] }, "title": "Array of extra objects to deploy with the release", "type": "array", "uniqueItems": true }, "fullnameOverride": { "default": "", "title": "String to fully override common.names.fullname", "type": "string" }, "global": { "properties": { "imagePullSecrets": { "default": [], "examples": [ [ "myRegistryKeySecretName" ] ], "items": { "type": "string" }, "title": "Global Docker registry secret names as an array", "type": "array", "uniqueItems": true }, "imageRegistry": { "default": "", "title": "Global Docker image registry", "type": "string" } }, "title": "Global parameters.", "type": "object" }, "ingress": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional annotations for the Ingress resource", "type": "object" }, "className": { "default": "", "examples": [ "nginx" ], "title": "Name of the IngressClass cluster resource which defines which controller will implement the resource.", "type": "string" }, "enabled": { "default": false, "title": "Enable the creation of the ingress resource", "type": "boolean" }, "host": { "default": "", "examples": [ "backstage.10.0.0.1.nip.io" ], "title": "Hostname to be used to expose the route to access the backstage application.", "type": "string" }, "tls": { "additionalProperties": false, "properties": { "enabled": { "default": false, "description": "TLS for the host defined at `ingress.host` parameter", "title": "Enable TLS configuration", "type": "boolean" }, "secretName": { "default": "", "title": "The name to which the TLS Secret will be called", "type": "string" } }, "title": "Ingress TLS parameters", "type": "object" } }, "title": "Ingress parameters", "type": "object" }, "kubeVersion": { "default": "", "title": "Override Kubernetes version", "type": "string" }, "metrics": { "additionalProperties": false, "description": "Allows configuring your backstage instance as a scrape target for Prometheus. Ref: https://github.com/prometheus/prometheus", "properties": { "serviceMonitor": { "additionalProperties": false, "description": "A custom resource that is consumed by Prometheus Operator. Ref: https://github.com/prometheus-operator/prometheus-operator", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "ServiceMonitor annotations", "type": "object" }, "enabled": { "default": false, "description": "Prometheus Operator must be installed in your cluster prior to enabling.", "title": "If enabled, a ServiceMonitor resource for Prometheus Operator is created", "type": "boolean" }, "interval": { "default": null, "title": "ServiceMonitor scrape interval", "type": [ "string", "null" ] }, "labels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional ServiceMonitor labels", "type": "object" }, "path": { "default": "/metrics", "description": "ote that the /metrics endpoint is NOT present in a freshly scaffolded Backstage app. To setup, follow the Prometheus metrics tutorial. https://github.com/backstage/backstage/blob/master/contrib/docs/tutorials/prometheus-metrics.md", "title": "ServiceMonitor endpoint path", "type": "string" } }, "title": "ServiceMonitor configuration", "type": "object" } }, "title": "Metrics configuration", "type": "object" }, "nameOverride": { "default": "", "title": "String to partially override common.names.fullname", "type": "string" }, "networkPolicy": { "additionalProperties": false, "properties": { "egressRules": { "additionalProperties": false, "properties": { "customRules": { "items": { "description": "NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and to. This type is beta-level in 1.8", "properties": { "ports": { "description": "List of destination ports for outgoing traffic. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.", "items": { "description": "NetworkPolicyPort describes a port to allow traffic on", "properties": { "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "protocol": { "description": "The protocol (TCP or UDP) which traffic must match. If not specified, this field defaults to TCP.", "type": "string" } } }, "type": "array" }, "to": { "description": "List of destinations for outgoing traffic of pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all destinations (traffic not restricted by destination). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the to list.", "items": { "description": "NetworkPolicyPeer describes a peer to allow traffic from. Exactly one of its fields must be specified.", "properties": { "ipBlock": { "description": "IPBlock describes a particular CIDR (Ex. \"192.168.1.1/24\") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.", "properties": { "cidr": { "description": "CIDR is a string representing the IP Block Valid examples are \"192.168.1.1/24\"", "type": "string" }, "except": { "description": "Except is a slice of CIDRs that should not be included within an IP Block Valid examples are \"192.168.1.1/24\" Except values will be rejected if they are outside the CIDR range", "items": { "type": "string" }, "type": "array" } }, "required": [ "cidr" ] }, "namespaceSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string", "x-kubernetes-patch-merge-key": "key", "x-kubernetes-patch-strategy": "merge" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array" } }, "required": [ "key", "operator" ] }, "type": "array" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } } }, "podSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string", "x-kubernetes-patch-merge-key": "key", "x-kubernetes-patch-strategy": "merge" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array" } }, "required": [ "key", "operator" ] }, "type": "array" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } } } } }, "type": "array" } } }, "title": "", "type": "array" }, "denyConnectionsToExternal": { "default": false, "title": "Deny external connections. Should not be enabled when working with an external database.", "type": "boolean" } }, "title": "Custom egress rules for the network policy", "type": "object" }, "enabled": { "default": false, "title": "Specifies whether a NetworkPolicy should be created", "type": "boolean" }, "ingressRules": { "additionalProperties": false, "properties": { "customRules": { "items": { "description": "NetworkPolicyIngressRule describes a particular set of traffic that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and from.", "properties": { "from": { "description": "List of sources which should be able to access the pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all sources (traffic not restricted by source). If this field is present and contains at least on item, this rule allows traffic only if the traffic matches at least one item in the from list.", "items": { "description": "NetworkPolicyPeer describes a peer to allow traffic from. Exactly one of its fields must be specified.", "properties": { "ipBlock": { "description": "IPBlock describes a particular CIDR (Ex. \"192.168.1.1/24\") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.", "properties": { "cidr": { "description": "CIDR is a string representing the IP Block Valid examples are \"192.168.1.1/24\"", "type": "string" }, "except": { "description": "Except is a slice of CIDRs that should not be included within an IP Block Valid examples are \"192.168.1.1/24\" Except values will be rejected if they are outside the CIDR range", "items": { "type": "string" }, "type": "array" } }, "required": [ "cidr" ] }, "namespaceSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string", "x-kubernetes-patch-merge-key": "key", "x-kubernetes-patch-strategy": "merge" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array" } }, "required": [ "key", "operator" ] }, "type": "array" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } } }, "podSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string", "x-kubernetes-patch-merge-key": "key", "x-kubernetes-patch-strategy": "merge" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array" } }, "required": [ "key", "operator" ] }, "type": "array" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } } } } }, "type": "array" }, "ports": { "description": "List of ports which should be made accessible on the pods selected for this rule. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.", "items": { "description": "NetworkPolicyPort describes a port to allow traffic on", "properties": { "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "protocol": { "description": "The protocol (TCP or UDP) which traffic must match. If not specified, this field defaults to TCP.", "type": "string" } } }, "type": "array" } } }, "title": "", "type": "array" }, "namespaceSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "podSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" } }, "title": "Custom egress rules for the network policy", "type": "object" } }, "title": "Network policies", "type": "object" }, "postgresql": { "$schema": "http://json-schema.org/schema#", "properties": { "architecture": { "description": "Allowed values: `standalone` or `replication`", "form": true, "title": "PostgreSQL architecture", "type": "string" }, "auth": { "form": true, "properties": { "database": { "description": "Name of the custom database to be created during the 1st initialization of PostgreSQL", "form": true, "title": "PostgreSQL custom database", "type": "string" }, "enablePostgresUser": { "description": "Assign a password to the \"postgres\" admin user. Otherwise, remote access will be blocked for this user", "form": true, "title": "Enable \"postgres\" admin user", "type": "boolean" }, "password": { "description": "Defaults to a random 10-character alphanumeric string if not set", "form": true, "title": "Password for the custom user to create", "type": "string" }, "postgresPassword": { "description": "Defaults to a random 10-character alphanumeric string if not set", "form": true, "title": "Password for the \"postgres\" admin user", "type": "string" }, "replicationPassword": { "description": "Defaults to a random 10-character alphanumeric string if not set", "form": true, "hidden": { "path": "architecture", "value": "standalone" }, "title": "Password for PostgreSQL replication user", "type": "string" }, "replicationUsername": { "description": "Name of user used to manage replication.", "form": true, "hidden": { "path": "architecture", "value": "standalone" }, "title": "PostgreSQL replication user", "type": "string" }, "username": { "description": "Name of the custom user to be created during the 1st initialization of PostgreSQL. This user only has permissions on the PostgreSQL custom database", "form": true, "title": "PostgreSQL custom user", "type": "string" } }, "title": "Authentication configuration", "type": "object" }, "metrics": { "properties": { "enabled": { "form": true, "title": "Configure metrics exporter", "type": "boolean" } }, "type": "object" }, "persistence": { "properties": { "size": { "form": true, "render": "slider", "sliderMax": 100, "sliderMin": 1, "sliderUnit": "Gi", "title": "Persistent Volume Size", "type": "string" } }, "type": "object" }, "replication": { "form": true, "properties": { "enabled": { "form": true, "title": "Enable Replication", "type": "boolean" }, "readReplicas": { "form": true, "hidden": { "path": "architecture", "value": "standalone" }, "title": "read Replicas", "type": "integer" } }, "title": "Replication Details", "type": "object" }, "resources": { "description": "Configure resource requests", "form": true, "properties": { "requests": { "properties": { "cpu": { "form": true, "render": "slider", "sliderMax": 2000, "sliderMin": 10, "sliderUnit": "m", "title": "CPU Request", "type": "string" }, "memory": { "form": true, "render": "slider", "sliderMax": 2048, "sliderMin": 10, "sliderUnit": "Mi", "title": "Memory Request", "type": "string" } }, "type": "object" } }, "title": "Required Resources", "type": "object" }, "volumePermissions": { "properties": { "enabled": { "description": "Change the owner of the persist volume mountpoint to RunAsUser:fsGroup", "form": true, "title": "Enable Init Containers", "type": "boolean" } }, "type": "object" } }, "type": "object" }, "service": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for Backstage service", "type": "object" }, "clusterIP": { "default": "", "title": "Backstage service Cluster IP", "type": "string" }, "externalTrafficPolicy": { "default": "Cluster", "description": "Ref: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip", "enum": [ "Cluster", "Local" ], "title": "Backstage service external traffic policy", "type": "string" }, "extraPorts": { "default": [], "items": { "type": "object" }, "title": "Extra ports to expose in the Backstage service", "type": "array" }, "loadBalancerIP": { "default": "", "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer", "title": "Backstage service Load Balancer IP", "type": "string" }, "loadBalancerSourceRanges": { "default": [], "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer", "examples": [ "10.10.10.0/24" ], "items": { "type": "string" }, "title": "Load Balancer sources", "type": "array" }, "nodePorts": { "additionalProperties": false, "properties": { "backend": { "default": "", "maximum": 32767, "minimum": 30000, "title": "Node port for backend", "type": [ "string", "integer" ] } }, "title": "Node port for the Backstage client connections", "type": "object" }, "ports": { "additionalProperties": false, "properties": { "backend": { "default": 7007, "title": "Backstage svc port number", "type": "integer" }, "name": { "default": "http-backend", "title": "Backstage svc port name", "type": "string" }, "targetPort": { "default": "backend", "title": "Backstage svc target port referencing receiving pod container port", "type": "string" } }, "title": "Backstage svc port for client connections", "type": "object" }, "sessionAffinity": { "default": "None", "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#session-stickiness", "enum": [ "None", "ClientIP" ], "title": "Control where client requests go, to the same pod or round-robin", "type": "string" }, "type": { "default": "ClusterIP", "enum": [ "ClusterIP", "NodePort", "LoadBalancer", "ExternalName" ], "title": "Kubernetes Service type", "type": "string" } }, "title": "Service parameters", "type": "object" }, "serviceAccount": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for the ServiceAccount.", "type": "object" }, "automountServiceAccountToken": { "default": true, "title": "Auto-mount the service account token in the pod", "type": "boolean" }, "create": { "default": false, "title": "Enable the creation of a ServiceAccount for Backstage pods", "type": "boolean" }, "labels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom labels to the service ServiceAccount.", "type": "object" }, "name": { "default": "", "description": "If not set and `serviceAccount.create` is true, a name is generated", "title": "Name of the ServiceAccount to use", "type": "string" } }, "title": "Service Account Configuration", "type": "object" } }, "title": "Backstage chart schema", "type": "object" }
Apache-2.0
en
backstage/charts
fd3a453eddcb6b473c909976b435bd8d778de234
2024-03-08T14:00:08
charts/backstage/values.schema.json
107
2024-05-27T06:17:48.295742Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "backstage": { "additionalProperties": false, "properties": { "affinity": { "default": {}, "description": "Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity", "properties": { "nodeAffinity": { "description": "Node affinity is a group of node affinity scheduling rules.", "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "description": "The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.", "items": { "description": "An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).", "properties": { "preference": { "description": "A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm.", "properties": { "matchExpressions": { "description": "A list of node selector requirements by node's labels.", "items": { "description": "A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "The label key that the selector applies to.", "type": "string" }, "operator": { "description": "Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.", "type": "string" }, "values": { "description": "An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchFields": { "description": "A list of node selector requirements by node's fields.", "items": { "description": "A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "The label key that the selector applies to.", "type": "string" }, "operator": { "description": "Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.", "type": "string" }, "values": { "description": "An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "weight": { "description": "Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.", "format": "int32", "type": "integer" } }, "required": [ "weight", "preference" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "requiredDuringSchedulingIgnoredDuringExecution": { "description": "A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.", "properties": { "nodeSelectorTerms": { "description": "Required. A list of node selector terms. The terms are ORed.", "items": { "description": "A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm.", "properties": { "matchExpressions": { "description": "A list of node selector requirements by node's labels.", "items": { "description": "A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "The label key that the selector applies to.", "type": "string" }, "operator": { "description": "Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.", "type": "string" }, "values": { "description": "An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchFields": { "description": "A list of node selector requirements by node's fields.", "items": { "description": "A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "The label key that the selector applies to.", "type": "string" }, "operator": { "description": "Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.", "type": "string" }, "values": { "description": "An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "nodeSelectorTerms" ], "type": "object", "x-kubernetes-map-type": "atomic" } }, "type": "object" }, "podAffinity": { "description": "Pod affinity is a group of inter pod affinity scheduling rules.", "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "description": "The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.", "items": { "description": "The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)", "properties": { "podAffinityTerm": { "description": "Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key <topologyKey> matches that of any node on which a pod of the set of pods is running", "properties": { "labelSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "matchLabelKeys": { "description": "MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both matchLabelKeys and labelSelector. Also, matchLabelKeys cannot be set when labelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "mismatchLabelKeys": { "description": "MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. Also, mismatchLabelKeys cannot be set when labelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "namespaceSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "namespaces": { "description": "namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means \"this pod's namespace\".", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "topologyKey": { "description": "This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.", "type": "string" } }, "required": [ "topologyKey" ], "type": "object" }, "weight": { "description": "weight associated with matching the corresponding podAffinityTerm, in the range 1-100.", "format": "int32", "type": "integer" } }, "required": [ "weight", "podAffinityTerm" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "requiredDuringSchedulingIgnoredDuringExecution": { "description": "If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.", "items": { "description": "Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key <topologyKey> matches that of any node on which a pod of the set of pods is running", "properties": { "labelSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "matchLabelKeys": { "description": "MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both matchLabelKeys and labelSelector. Also, matchLabelKeys cannot be set when labelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "mismatchLabelKeys": { "description": "MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. Also, mismatchLabelKeys cannot be set when labelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "namespaceSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "namespaces": { "description": "namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means \"this pod's namespace\".", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "topologyKey": { "description": "This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.", "type": "string" } }, "required": [ "topologyKey" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "podAntiAffinity": { "description": "Pod anti affinity is a group of inter pod anti affinity scheduling rules.", "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "description": "The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.", "items": { "description": "The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)", "properties": { "podAffinityTerm": { "description": "Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key <topologyKey> matches that of any node on which a pod of the set of pods is running", "properties": { "labelSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "matchLabelKeys": { "description": "MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both matchLabelKeys and labelSelector. Also, matchLabelKeys cannot be set when labelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "mismatchLabelKeys": { "description": "MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. Also, mismatchLabelKeys cannot be set when labelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "namespaceSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "namespaces": { "description": "namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means \"this pod's namespace\".", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "topologyKey": { "description": "This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.", "type": "string" } }, "required": [ "topologyKey" ], "type": "object" }, "weight": { "description": "weight associated with matching the corresponding podAffinityTerm, in the range 1-100.", "format": "int32", "type": "integer" } }, "required": [ "weight", "podAffinityTerm" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "requiredDuringSchedulingIgnoredDuringExecution": { "description": "If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.", "items": { "description": "Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key <topologyKey> matches that of any node on which a pod of the set of pods is running", "properties": { "labelSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "matchLabelKeys": { "description": "MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both matchLabelKeys and labelSelector. Also, matchLabelKeys cannot be set when labelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "mismatchLabelKeys": { "description": "MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. Also, mismatchLabelKeys cannot be set when labelSelector isn't set. This is an alpha field and requires enabling MatchLabelKeysInPodAffinity feature gate.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "namespaceSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "namespaces": { "description": "namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means \"this pod's namespace\".", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "topologyKey": { "description": "This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.", "type": "string" } }, "required": [ "topologyKey" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" } }, "title": "Affinity for pod assignment", "type": "object" }, "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for the `Deployment` resource", "type": "object" }, "appConfig": { "default": {}, "examples": [ { "app": { "baseUrl": "https://somedomain.tld" } } ], "title": "Generates ConfigMap and configures it in the Backstage pods", "type": [ "object", "string" ] }, "args": { "default": [], "items": { "type": "string" }, "title": "Backstage container command arguments", "type": "array" }, "command": { "default": [ "node", "packages/backend" ], "items": { "type": "string" }, "title": "Backstage container command", "type": "array" }, "containerPorts": { "additionalProperties": false, "properties": { "backend": { "default": 7007, "title": "Backstage backend port.", "type": "integer" } }, "title": "Container ports on the Deployment", "type": "object" }, "containerSecurityContext": { "description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.", "properties": { "allowPrivilegeEscalation": { "description": "AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "appArmorProfile": { "description": "AppArmorProfile defines a pod or container's AppArmor settings.", "properties": { "localhostProfile": { "description": "localhostProfile indicates a profile loaded on the node that should be used. The profile must be preconfigured on the node to work. Must match the loaded name of the profile. Must be set if and only if type is \"Localhost\".", "type": "string" }, "type": { "description": "type indicates which kind of AppArmor profile will be applied. Valid options are:\n Localhost - a profile pre-loaded on the node.\n RuntimeDefault - the container runtime's default profile.\n Unconfined - no AppArmor enforcement.", "type": "string" } }, "required": [ "type" ], "type": "object", "x-kubernetes-unions": [ { "discriminator": "type", "fields-to-discriminateBy": { "localhostProfile": "LocalhostProfile" } } ] }, "capabilities": { "description": "Adds and removes POSIX capabilities from running containers.", "properties": { "add": { "description": "Added capabilities", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "drop": { "description": "Removed capabilities", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "privileged": { "description": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "procMount": { "description": "procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.", "type": "string" }, "readOnlyRootFilesystem": { "description": "Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "runAsGroup": { "description": "The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "runAsNonRoot": { "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "boolean" }, "runAsUser": { "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "seLinuxOptions": { "description": "SELinuxOptions are the labels to be applied to the container", "properties": { "level": { "description": "Level is SELinux level label that applies to the container.", "type": "string" }, "role": { "description": "Role is a SELinux role label that applies to the container.", "type": "string" }, "type": { "description": "Type is a SELinux type label that applies to the container.", "type": "string" }, "user": { "description": "User is a SELinux user label that applies to the container.", "type": "string" } }, "type": "object" }, "seccompProfile": { "description": "SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.", "properties": { "localhostProfile": { "description": "localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is \"Localhost\". Must NOT be set for any other type.", "type": "string" }, "type": { "description": "type indicates which kind of seccomp profile will be applied. Valid options are:\n\nLocalhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.", "type": "string" } }, "required": [ "type" ], "type": "object", "x-kubernetes-unions": [ { "discriminator": "type", "fields-to-discriminateBy": { "localhostProfile": "LocalhostProfile" } } ] }, "windowsOptions": { "description": "WindowsSecurityContextOptions contain Windows-specific options and credentials.", "properties": { "gmsaCredentialSpec": { "description": "GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.", "type": "string" }, "gmsaCredentialSpecName": { "description": "GMSACredentialSpecName is the name of the GMSA credential spec to use.", "type": "string" }, "hostProcess": { "description": "HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.", "type": "boolean" }, "runAsUserName": { "description": "The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "string" } }, "type": "object" } }, "type": "object" }, "extraAppConfig": { "default": [], "items": { "additionalProperties": false, "properties": { "configMapRef": { "type": "string" }, "filename": { "type": "string" } }, "type": "object" }, "title": "Extra app configuration files to inline into command arguments", "type": "array" }, "extraContainers": { "default": [], "items": { "description": "A single application container that you want to run within a pod.", "properties": { "args": { "description": "Arguments to the entrypoint. The container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "command": { "description": "Entrypoint array. Not executed within a shell. The container image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "env": { "description": "List of environment variables to set in the container. Cannot be updated.", "items": { "description": "EnvVar represents an environment variable present in a Container.", "properties": { "name": { "description": "Name of the environment variable. Must be a C_IDENTIFIER.", "type": "string" }, "value": { "description": "Variable references $(VAR_NAME) are expanded using the previously defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to \"\".", "type": "string" }, "valueFrom": { "description": "EnvVarSource represents a source for the value of an EnvVar.", "properties": { "configMapKeyRef": { "description": "Selects a key from a ConfigMap.", "properties": { "key": { "description": "The key to select.", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the ConfigMap or its key must be defined", "type": "boolean" } }, "required": [ "key" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "fieldRef": { "description": "ObjectFieldSelector selects an APIVersioned field of an object.", "properties": { "apiVersion": { "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\".", "type": "string" }, "fieldPath": { "description": "Path of the field to select in the specified API version.", "type": "string" } }, "required": [ "fieldPath" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "resourceFieldRef": { "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format", "properties": { "containerName": { "description": "Container name: required for volumes, optional for env vars", "type": "string" }, "divisor": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "description": "Required: resource to select", "type": "string" } }, "required": [ "resource" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "secretKeyRef": { "description": "SecretKeySelector selects a key of a Secret.", "properties": { "key": { "description": "The key of the secret to select from. Must be a valid secret key.", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the Secret or its key must be defined", "type": "boolean" } }, "required": [ "key" ], "type": "object", "x-kubernetes-map-type": "atomic" } }, "type": "object" } }, "required": [ "name" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "name" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "name", "x-kubernetes-patch-strategy": "merge" }, "envFrom": { "description": "List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.", "items": { "description": "EnvFromSource represents the source of a set of ConfigMaps", "properties": { "configMapRef": { "description": "ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.\n\nThe contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the ConfigMap must be defined", "type": "boolean" } }, "type": "object" }, "prefix": { "description": "An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.", "type": "string" }, "secretRef": { "description": "SecretEnvSource selects a Secret to populate the environment variables with.\n\nThe contents of the target Secret's Data field will represent the key-value pairs as environment variables.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the Secret must be defined", "type": "boolean" } }, "type": "object" } }, "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "image": { "description": "Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.", "type": "string" }, "imagePullPolicy": { "description": "Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images", "type": "string" }, "lifecycle": { "description": "Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.", "properties": { "postStart": { "description": "LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "sleep": { "description": "SleepAction describes a \"sleep\" action.", "properties": { "seconds": { "description": "Seconds is the number of seconds to sleep.", "format": "int64", "type": "integer" } }, "required": [ "seconds" ], "type": "object" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" } }, "type": "object" }, "preStop": { "description": "LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "sleep": { "description": "SleepAction describes a \"sleep\" action.", "properties": { "seconds": { "description": "Seconds is the number of seconds to sleep.", "format": "int64", "type": "integer" } }, "required": [ "seconds" ], "type": "object" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" } }, "type": "object" } }, "type": "object" }, "livenessProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "name": { "description": "Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.", "type": "string" }, "ports": { "description": "List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default \"0.0.0.0\" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated.", "items": { "description": "ContainerPort represents a network port in a single container.", "properties": { "containerPort": { "description": "Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536.", "format": "int32", "type": "integer" }, "hostIP": { "description": "What host IP to bind the external port to.", "type": "string" }, "hostPort": { "description": "Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this.", "format": "int32", "type": "integer" }, "name": { "description": "If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services.", "type": "string" }, "protocol": { "description": "Protocol for port. Must be UDP, TCP, or SCTP. Defaults to \"TCP\".", "type": "string" } }, "required": [ "containerPort" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "containerPort", "protocol" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "containerPort", "x-kubernetes-patch-strategy": "merge" }, "readinessProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "resizePolicy": { "description": "Resources resize policy for the container.", "items": { "description": "ContainerResizePolicy represents resource resize policy for the container.", "properties": { "resourceName": { "description": "Name of the resource to which this resource resize policy applies. Supported values: cpu, memory.", "type": "string" }, "restartPolicy": { "description": "Restart policy to apply when specified resource is resized. If not specified, it defaults to NotRequired.", "type": "string" } }, "required": [ "resourceName", "restartPolicy" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "resources": { "description": "ResourceRequirements describes the compute resource requirements.", "properties": { "claims": { "description": "Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.\n\nThis is an alpha field and requires enabling the DynamicResourceAllocation feature gate.\n\nThis field is immutable. It can only be set for containers.", "items": { "description": "ResourceClaim references one entry in PodSpec.ResourceClaims.", "properties": { "name": { "description": "Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.", "type": "string" } }, "required": [ "name" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "name" ], "x-kubernetes-list-type": "map" }, "limits": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" }, "requests": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" } }, "type": "object" }, "restartPolicy": { "description": "RestartPolicy defines the restart behavior of individual containers in a pod. This field may only be set for init containers, and the only allowed value is \"Always\". For non-init containers or when this field is not specified, the restart behavior is defined by the Pod's restart policy and the container type. Setting the RestartPolicy as \"Always\" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy \"Always\" will be shut down. This lifecycle differs from normal init containers and is often referred to as a \"sidecar\" container. Although this init container still starts in the init container sequence, it does not wait for the container to complete before proceeding to the next init container. Instead, the next init container starts immediately after this init container is started, or after any startupProbe has successfully completed.", "type": "string" }, "securityContext": { "description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.", "properties": { "allowPrivilegeEscalation": { "description": "AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "appArmorProfile": { "description": "AppArmorProfile defines a pod or container's AppArmor settings.", "properties": { "localhostProfile": { "description": "localhostProfile indicates a profile loaded on the node that should be used. The profile must be preconfigured on the node to work. Must match the loaded name of the profile. Must be set if and only if type is \"Localhost\".", "type": "string" }, "type": { "description": "type indicates which kind of AppArmor profile will be applied. Valid options are:\n Localhost - a profile pre-loaded on the node.\n RuntimeDefault - the container runtime's default profile.\n Unconfined - no AppArmor enforcement.", "type": "string" } }, "required": [ "type" ], "type": "object", "x-kubernetes-unions": [ { "discriminator": "type", "fields-to-discriminateBy": { "localhostProfile": "LocalhostProfile" } } ] }, "capabilities": { "description": "Adds and removes POSIX capabilities from running containers.", "properties": { "add": { "description": "Added capabilities", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "drop": { "description": "Removed capabilities", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "privileged": { "description": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "procMount": { "description": "procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.", "type": "string" }, "readOnlyRootFilesystem": { "description": "Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "runAsGroup": { "description": "The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "runAsNonRoot": { "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "boolean" }, "runAsUser": { "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "seLinuxOptions": { "description": "SELinuxOptions are the labels to be applied to the container", "properties": { "level": { "description": "Level is SELinux level label that applies to the container.", "type": "string" }, "role": { "description": "Role is a SELinux role label that applies to the container.", "type": "string" }, "type": { "description": "Type is a SELinux type label that applies to the container.", "type": "string" }, "user": { "description": "User is a SELinux user label that applies to the container.", "type": "string" } }, "type": "object" }, "seccompProfile": { "description": "SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.", "properties": { "localhostProfile": { "description": "localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is \"Localhost\". Must NOT be set for any other type.", "type": "string" }, "type": { "description": "type indicates which kind of seccomp profile will be applied. Valid options are:\n\nLocalhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.", "type": "string" } }, "required": [ "type" ], "type": "object", "x-kubernetes-unions": [ { "discriminator": "type", "fields-to-discriminateBy": { "localhostProfile": "LocalhostProfile" } } ] }, "windowsOptions": { "description": "WindowsSecurityContextOptions contain Windows-specific options and credentials.", "properties": { "gmsaCredentialSpec": { "description": "GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.", "type": "string" }, "gmsaCredentialSpecName": { "description": "GMSACredentialSpecName is the name of the GMSA credential spec to use.", "type": "string" }, "hostProcess": { "description": "HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.", "type": "boolean" }, "runAsUserName": { "description": "The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "string" } }, "type": "object" } }, "type": "object" }, "startupProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "stdin": { "description": "Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.", "type": "boolean" }, "stdinOnce": { "description": "Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false", "type": "boolean" }, "terminationMessagePath": { "description": "Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.", "type": "string" }, "terminationMessagePolicy": { "description": "Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.", "type": "string" }, "tty": { "description": "Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.", "type": "boolean" }, "volumeDevices": { "description": "volumeDevices is the list of block devices to be used by the container.", "items": { "description": "volumeDevice describes a mapping of a raw block device within a container.", "properties": { "devicePath": { "description": "devicePath is the path inside of the container that the device will be mapped to.", "type": "string" }, "name": { "description": "name must match the name of a persistentVolumeClaim in the pod", "type": "string" } }, "required": [ "name", "devicePath" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "devicePath" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "devicePath", "x-kubernetes-patch-strategy": "merge" }, "volumeMounts": { "description": "Pod volumes to mount into the container's filesystem. Cannot be updated.", "items": { "description": "VolumeMount describes a mounting of a Volume within a container.", "properties": { "mountPath": { "description": "Path within the container at which the volume should be mounted. Must not contain ':'.", "type": "string" }, "mountPropagation": { "description": "mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10.", "type": "string" }, "name": { "description": "This must match the Name of a Volume.", "type": "string" }, "readOnly": { "description": "Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.", "type": "boolean" }, "subPath": { "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root).", "type": "string" }, "subPathExpr": { "description": "Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to \"\" (volume's root). SubPathExpr and SubPath are mutually exclusive.", "type": "string" } }, "required": [ "name", "mountPath" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "mountPath" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "mountPath", "x-kubernetes-patch-strategy": "merge" }, "workingDir": { "description": "Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.", "type": "string" } }, "required": [ "name" ], "type": "object" }, "title": "Deployment sidecars.", "type": "array" }, "extraEnvVars": { "default": [], "examples": [ [ { "name": "APP_CONFIG_backend_cache_store", "value": "memory" } ] ], "items": { "description": "EnvVar represents an environment variable present in a Container.", "properties": { "name": { "description": "Name of the environment variable. Must be a C_IDENTIFIER.", "type": "string" }, "value": { "description": "Variable references $(VAR_NAME) are expanded using the previously defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to \"\".", "type": "string" }, "valueFrom": { "description": "EnvVarSource represents a source for the value of an EnvVar.", "properties": { "configMapKeyRef": { "description": "Selects a key from a ConfigMap.", "properties": { "key": { "description": "The key to select.", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the ConfigMap or its key must be defined", "type": "boolean" } }, "required": [ "key" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "fieldRef": { "description": "ObjectFieldSelector selects an APIVersioned field of an object.", "properties": { "apiVersion": { "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\".", "type": "string" }, "fieldPath": { "description": "Path of the field to select in the specified API version.", "type": "string" } }, "required": [ "fieldPath" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "resourceFieldRef": { "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format", "properties": { "containerName": { "description": "Container name: required for volumes, optional for env vars", "type": "string" }, "divisor": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "description": "Required: resource to select", "type": "string" } }, "required": [ "resource" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "secretKeyRef": { "description": "SecretKeySelector selects a key of a Secret.", "properties": { "key": { "description": "The key of the secret to select from. Must be a valid secret key.", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the Secret or its key must be defined", "type": "boolean" } }, "required": [ "key" ], "type": "object", "x-kubernetes-map-type": "atomic" } }, "type": "object" } }, "required": [ "name" ], "type": "object" }, "title": "Backstage container environment variables", "type": "array" }, "extraEnvVarsCM": { "default": [], "description": "Translates into array of `envFrom.[].configMapRef.name`", "examples": [ [ "my-backstage-configmap" ] ], "items": { "type": "string" }, "title": "Backstage container environment variables from existing ConfigMaps", "type": "array" }, "extraEnvVarsSecrets": { "default": [], "description": "Translates into array of `envFrom.[].secretRef.name`", "examples": [ [ "my-backstage-secrets" ] ], "items": { "type": "string" }, "title": "Backstage container environment variables from existing Secrets", "type": "array" }, "extraVolumeMounts": { "default": [], "items": { "description": "VolumeMount describes a mounting of a Volume within a container.", "properties": { "mountPath": { "description": "Path within the container at which the volume should be mounted. Must not contain ':'.", "type": "string" }, "mountPropagation": { "description": "mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10.", "type": "string" }, "name": { "description": "This must match the Name of a Volume.", "type": "string" }, "readOnly": { "description": "Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.", "type": "boolean" }, "subPath": { "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root).", "type": "string" }, "subPathExpr": { "description": "Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to \"\" (volume's root). SubPathExpr and SubPath are mutually exclusive.", "type": "string" } }, "required": [ "name", "mountPath" ], "type": "object" }, "title": "Backstage container additional volume mounts", "type": "array" }, "extraVolumes": { "default": [], "items": { "description": "Volume represents a named volume in a pod that may be accessed by any container in the pod.", "properties": { "awsElasticBlockStore": { "description": "Represents a Persistent Disk resource in AWS.\n\nAn AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.", "properties": { "fsType": { "description": "fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore", "type": "string" }, "partition": { "description": "partition is the partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty).", "format": "int32", "type": "integer" }, "readOnly": { "description": "readOnly value true will force the readOnly setting in VolumeMounts. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore", "type": "boolean" }, "volumeID": { "description": "volumeID is unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore", "type": "string" } }, "required": [ "volumeID" ], "type": "object" }, "azureDisk": { "description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.", "properties": { "cachingMode": { "description": "cachingMode is the Host Caching mode: None, Read Only, Read Write.", "type": "string" }, "diskName": { "description": "diskName is the Name of the data disk in the blob storage", "type": "string" }, "diskURI": { "description": "diskURI is the URI of data disk in the blob storage", "type": "string" }, "fsType": { "description": "fsType is Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "kind": { "description": "kind expected values are Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared", "type": "string" }, "readOnly": { "description": "readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" } }, "required": [ "diskName", "diskURI" ], "type": "object" }, "azureFile": { "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod.", "properties": { "readOnly": { "description": "readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "secretName": { "description": "secretName is the name of secret that contains Azure Storage Account Name and Key", "type": "string" }, "shareName": { "description": "shareName is the azure share Name", "type": "string" } }, "required": [ "secretName", "shareName" ], "type": "object" }, "cephfs": { "description": "Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.", "properties": { "monitors": { "description": "monitors is Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "path is Optional: Used as the mounted root, rather than the full Ceph tree, default is /", "type": "string" }, "readOnly": { "description": "readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it", "type": "boolean" }, "secretFile": { "description": "secretFile is Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it", "type": "string" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "user": { "description": "user is optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it", "type": "string" } }, "required": [ "monitors" ], "type": "object" }, "cinder": { "description": "Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.", "properties": { "fsType": { "description": "fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://examples.k8s.io/mysql-cinder-pd/README.md", "type": "string" }, "readOnly": { "description": "readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/mysql-cinder-pd/README.md", "type": "boolean" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "volumeID": { "description": "volumeID used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md", "type": "string" } }, "required": [ "volumeID" ], "type": "object" }, "configMap": { "description": "Adapts a ConfigMap into a volume.\n\nThe contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling.", "properties": { "defaultMode": { "description": "defaultMode is optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "items": { "description": "items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.", "items": { "description": "Maps a string key to a path within a volume.", "properties": { "key": { "description": "key is the key to project.", "type": "string" }, "mode": { "description": "mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "path": { "description": "path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.", "type": "string" } }, "required": [ "key", "path" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "optional specify whether the ConfigMap or its keys must be defined", "type": "boolean" } }, "type": "object" }, "csi": { "description": "Represents a source location of a volume to mount, managed by an external CSI driver", "properties": { "driver": { "description": "driver is the name of the CSI driver that handles this volume. Consult with your admin for the correct name as registered in the cluster.", "type": "string" }, "fsType": { "description": "fsType to mount. Ex. \"ext4\", \"xfs\", \"ntfs\". If not provided, the empty value is passed to the associated CSI driver which will determine the default filesystem to apply.", "type": "string" }, "nodePublishSecretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "readOnly": { "description": "readOnly specifies a read-only configuration for the volume. Defaults to false (read/write).", "type": "boolean" }, "volumeAttributes": { "additionalProperties": { "type": "string" }, "description": "volumeAttributes stores driver-specific properties that are passed to the CSI driver. Consult your driver's documentation for supported values.", "type": "object" } }, "required": [ "driver" ], "type": "object" }, "downwardAPI": { "description": "DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.", "properties": { "defaultMode": { "description": "Optional: mode bits to use on created files by default. Must be a Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "items": { "description": "Items is a list of downward API volume file", "items": { "description": "DownwardAPIVolumeFile represents information to create the file containing the pod field", "properties": { "fieldRef": { "description": "ObjectFieldSelector selects an APIVersioned field of an object.", "properties": { "apiVersion": { "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\".", "type": "string" }, "fieldPath": { "description": "Path of the field to select in the specified API version.", "type": "string" } }, "required": [ "fieldPath" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "mode": { "description": "Optional: mode bits used to set permissions on this file, must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "path": { "description": "Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'", "type": "string" }, "resourceFieldRef": { "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format", "properties": { "containerName": { "description": "Container name: required for volumes, optional for env vars", "type": "string" }, "divisor": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "description": "Required: resource to select", "type": "string" } }, "required": [ "resource" ], "type": "object", "x-kubernetes-map-type": "atomic" } }, "required": [ "path" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "emptyDir": { "description": "Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.", "properties": { "medium": { "description": "medium represents what type of storage medium should back this directory. The default is \"\" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir", "type": "string" }, "sizeLimit": { "oneOf": [ { "type": "string" }, { "type": "number" } ] } }, "type": "object" }, "ephemeral": { "description": "Represents an ephemeral volume that is handled by a normal storage driver.", "properties": { "volumeClaimTemplate": { "description": "PersistentVolumeClaimTemplate is used to produce PersistentVolumeClaim objects as part of an EphemeralVolumeSource.", "properties": { "metadata": { "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations", "type": "object" }, "creationTimestamp": { "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "format": "date-time", "type": "string" }, "deletionGracePeriodSeconds": { "description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.", "format": "int64", "type": "integer" }, "deletionTimestamp": { "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "format": "date-time", "type": "string" }, "finalizers": { "description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "set", "x-kubernetes-patch-strategy": "merge" }, "generateName": { "description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will return a 409.\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency", "type": "string" }, "generation": { "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.", "format": "int64", "type": "integer" }, "labels": { "additionalProperties": { "type": "string" }, "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels", "type": "object" }, "managedFields": { "description": "ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object.", "items": { "description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.", "properties": { "apiVersion": { "description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.", "type": "string" }, "fieldsType": { "description": "FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"", "type": "string" }, "fieldsV1": { "description": "FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format.\n\nEach key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set.\n\nThe exact format is defined in sigs.k8s.io/structured-merge-diff", "type": "object" }, "manager": { "description": "Manager is an identifier of the workflow managing these fields.", "type": "string" }, "operation": { "description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.", "type": "string" }, "subresource": { "description": "Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.", "type": "string" }, "time": { "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "format": "date-time", "type": "string" } }, "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "name": { "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names", "type": "string" }, "namespace": { "description": "Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces", "type": "string" }, "ownerReferences": { "description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.", "items": { "description": "OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.", "properties": { "apiVersion": { "description": "API version of the referent.", "type": "string" }, "blockOwnerDeletion": { "description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.", "type": "boolean" }, "controller": { "description": "If true, this reference points to the managing controller.", "type": "boolean" }, "kind": { "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names", "type": "string" }, "uid": { "description": "UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids", "type": "string" } }, "required": [ "apiVersion", "kind", "name", "uid" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "type": "array", "x-kubernetes-list-map-keys": [ "uid" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "uid", "x-kubernetes-patch-strategy": "merge" }, "resourceVersion": { "description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency", "type": "string" }, "selfLink": { "description": "Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.", "type": "string" }, "uid": { "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids", "type": "string" } }, "type": "object" }, "spec": { "description": "PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes", "properties": { "accessModes": { "description": "accessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "dataSource": { "description": "TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.", "properties": { "apiGroup": { "description": "APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.", "type": "string" }, "kind": { "description": "Kind is the type of resource being referenced", "type": "string" }, "name": { "description": "Name is the name of resource being referenced", "type": "string" } }, "required": [ "kind", "name" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "dataSourceRef": { "properties": { "apiGroup": { "description": "APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.", "type": "string" }, "kind": { "description": "Kind is the type of resource being referenced", "type": "string" }, "name": { "description": "Name is the name of resource being referenced", "type": "string" }, "namespace": { "description": "Namespace is the namespace of resource being referenced Note that when a namespace is specified, a gateway.networking.k8s.io/ReferenceGrant object is required in the referent namespace to allow that namespace's owner to accept the reference. See the ReferenceGrant documentation for details. (Alpha) This field requires the CrossNamespaceVolumeDataSource feature gate to be enabled.", "type": "string" } }, "required": [ "kind", "name" ], "type": "object" }, "resources": { "description": "VolumeResourceRequirements describes the storage resource requirements for a volume.", "properties": { "limits": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" }, "requests": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" } }, "type": "object" }, "selector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "storageClassName": { "description": "storageClassName is the name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1", "type": "string" }, "volumeAttributesClassName": { "description": "volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim. If specified, the CSI driver will create or update the volume with the attributes defined in the corresponding VolumeAttributesClass. This has a different purpose than storageClassName, it can be changed after the claim is created. An empty string value means that no VolumeAttributesClass will be applied to the claim but it's not allowed to reset this field to empty string once it is set. If unspecified and the PersistentVolumeClaim is unbound, the default VolumeAttributesClass will be set by the persistentvolume controller if it exists. If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource exists. More info: https://kubernetes.io/docs/concepts/storage/volume-attributes-classes/ (Alpha) Using this field requires the VolumeAttributesClass feature gate to be enabled.", "type": "string" }, "volumeMode": { "description": "volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec.", "type": "string" }, "volumeName": { "description": "volumeName is the binding reference to the PersistentVolume backing this claim.", "type": "string" } }, "type": "object" } }, "required": [ "spec" ], "type": "object" } }, "type": "object" }, "fc": { "description": "Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.", "properties": { "fsType": { "description": "fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "lun": { "description": "lun is Optional: FC target lun number", "format": "int32", "type": "integer" }, "readOnly": { "description": "readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "targetWWNs": { "description": "targetWWNs is Optional: FC target worldwide names (WWNs)", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "wwids": { "description": "wwids Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "flexVolume": { "description": "FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.", "properties": { "driver": { "description": "driver is the name of the driver to use for this volume.", "type": "string" }, "fsType": { "description": "fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default filesystem depends on FlexVolume script.", "type": "string" }, "options": { "additionalProperties": { "type": "string" }, "description": "options is Optional: this field holds extra command options if any.", "type": "object" }, "readOnly": { "description": "readOnly is Optional: defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" } }, "required": [ "driver" ], "type": "object" }, "flocker": { "description": "Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.", "properties": { "datasetName": { "description": "datasetName is Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated", "type": "string" }, "datasetUUID": { "description": "datasetUUID is the UUID of the dataset. This is unique identifier of a Flocker dataset", "type": "string" } }, "type": "object" }, "gcePersistentDisk": { "description": "Represents a Persistent Disk resource in Google Compute Engine.\n\nA GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.", "properties": { "fsType": { "description": "fsType is filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk", "type": "string" }, "partition": { "description": "partition is the partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty). More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk", "format": "int32", "type": "integer" }, "pdName": { "description": "pdName is unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk", "type": "string" }, "readOnly": { "description": "readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk", "type": "boolean" } }, "required": [ "pdName" ], "type": "object" }, "gitRepo": { "description": "Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.\n\nDEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container.", "properties": { "directory": { "description": "directory is the target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.", "type": "string" }, "repository": { "description": "repository is the URL", "type": "string" }, "revision": { "description": "revision is the commit hash for the specified revision.", "type": "string" } }, "required": [ "repository" ], "type": "object" }, "glusterfs": { "description": "Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.", "properties": { "endpoints": { "description": "endpoints is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod", "type": "string" }, "path": { "description": "path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod", "type": "string" }, "readOnly": { "description": "readOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod", "type": "boolean" } }, "required": [ "endpoints", "path" ], "type": "object" }, "hostPath": { "description": "Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.", "properties": { "path": { "description": "path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath", "type": "string" }, "type": { "description": "type for HostPath Volume Defaults to \"\" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath", "type": "string" } }, "required": [ "path" ], "type": "object" }, "iscsi": { "description": "Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.", "properties": { "chapAuthDiscovery": { "description": "chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication", "type": "boolean" }, "chapAuthSession": { "description": "chapAuthSession defines whether support iSCSI Session CHAP authentication", "type": "boolean" }, "fsType": { "description": "fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi", "type": "string" }, "initiatorName": { "description": "initiatorName is the custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface <target portal>:<volume name> will be created for the connection.", "type": "string" }, "iqn": { "description": "iqn is the target iSCSI Qualified Name.", "type": "string" }, "iscsiInterface": { "description": "iscsiInterface is the interface Name that uses an iSCSI transport. Defaults to 'default' (tcp).", "type": "string" }, "lun": { "description": "lun represents iSCSI Target Lun number.", "format": "int32", "type": "integer" }, "portals": { "description": "portals is the iSCSI Target Portal List. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "readOnly": { "description": "readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false.", "type": "boolean" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "targetPortal": { "description": "targetPortal is iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).", "type": "string" } }, "required": [ "targetPortal", "iqn", "lun" ], "type": "object" }, "name": { "description": "name of the volume. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "nfs": { "description": "Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.", "properties": { "path": { "description": "path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs", "type": "string" }, "readOnly": { "description": "readOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs", "type": "boolean" }, "server": { "description": "server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs", "type": "string" } }, "required": [ "server", "path" ], "type": "object" }, "persistentVolumeClaim": { "description": "PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).", "properties": { "claimName": { "description": "claimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims", "type": "string" }, "readOnly": { "description": "readOnly Will force the ReadOnly setting in VolumeMounts. Default false.", "type": "boolean" } }, "required": [ "claimName" ], "type": "object" }, "photonPersistentDisk": { "description": "Represents a Photon Controller persistent disk resource.", "properties": { "fsType": { "description": "fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "pdID": { "description": "pdID is the ID that identifies Photon Controller persistent disk", "type": "string" } }, "required": [ "pdID" ], "type": "object" }, "portworxVolume": { "description": "PortworxVolumeSource represents a Portworx volume resource.", "properties": { "fsType": { "description": "fSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "readOnly": { "description": "readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "volumeID": { "description": "volumeID uniquely identifies a Portworx volume", "type": "string" } }, "required": [ "volumeID" ], "type": "object" }, "projected": { "description": "Represents a projected volume source", "properties": { "defaultMode": { "description": "defaultMode are the mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "sources": { "description": "sources is the list of volume projections", "items": { "description": "Projection that may be projected along with other supported volume types", "properties": { "clusterTrustBundle": { "description": "ClusterTrustBundleProjection describes how to select a set of ClusterTrustBundle objects and project their contents into the pod filesystem.", "properties": { "labelSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "name": { "description": "Select a single ClusterTrustBundle by object name. Mutually-exclusive with signerName and labelSelector.", "type": "string" }, "optional": { "description": "If true, don't block pod startup if the referenced ClusterTrustBundle(s) aren't available. If using name, then the named ClusterTrustBundle is allowed not to exist. If using signerName, then the combination of signerName and labelSelector is allowed to match zero ClusterTrustBundles.", "type": "boolean" }, "path": { "description": "Relative path from the volume root to write the bundle.", "type": "string" }, "signerName": { "description": "Select all ClusterTrustBundles that match this signer name. Mutually-exclusive with name. The contents of all selected ClusterTrustBundles will be unified and deduplicated.", "type": "string" } }, "required": [ "path" ], "type": "object" }, "configMap": { "description": "Adapts a ConfigMap into a projected volume.\n\nThe contents of the target ConfigMap's Data field will be presented in a projected volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. Note that this is identical to a configmap volume source without the default mode.", "properties": { "items": { "description": "items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.", "items": { "description": "Maps a string key to a path within a volume.", "properties": { "key": { "description": "key is the key to project.", "type": "string" }, "mode": { "description": "mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "path": { "description": "path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.", "type": "string" } }, "required": [ "key", "path" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "optional specify whether the ConfigMap or its keys must be defined", "type": "boolean" } }, "type": "object" }, "downwardAPI": { "description": "Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.", "properties": { "items": { "description": "Items is a list of DownwardAPIVolume file", "items": { "description": "DownwardAPIVolumeFile represents information to create the file containing the pod field", "properties": { "fieldRef": { "description": "ObjectFieldSelector selects an APIVersioned field of an object.", "properties": { "apiVersion": { "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\".", "type": "string" }, "fieldPath": { "description": "Path of the field to select in the specified API version.", "type": "string" } }, "required": [ "fieldPath" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "mode": { "description": "Optional: mode bits used to set permissions on this file, must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "path": { "description": "Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'", "type": "string" }, "resourceFieldRef": { "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format", "properties": { "containerName": { "description": "Container name: required for volumes, optional for env vars", "type": "string" }, "divisor": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "description": "Required: resource to select", "type": "string" } }, "required": [ "resource" ], "type": "object", "x-kubernetes-map-type": "atomic" } }, "required": [ "path" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "secret": { "description": "Adapts a secret into a projected volume.\n\nThe contents of the target Secret's Data field will be presented in a projected volume as files using the keys in the Data field as the file names. Note that this is identical to a secret volume source without the default mode.", "properties": { "items": { "description": "items if unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.", "items": { "description": "Maps a string key to a path within a volume.", "properties": { "key": { "description": "key is the key to project.", "type": "string" }, "mode": { "description": "mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "path": { "description": "path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.", "type": "string" } }, "required": [ "key", "path" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "optional field specify whether the Secret or its key must be defined", "type": "boolean" } }, "type": "object" }, "serviceAccountToken": { "description": "ServiceAccountTokenProjection represents a projected service account token volume. This projection can be used to insert a service account token into the pods runtime filesystem for use against APIs (Kubernetes API Server or otherwise).", "properties": { "audience": { "description": "audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver.", "type": "string" }, "expirationSeconds": { "description": "expirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes.", "format": "int64", "type": "integer" }, "path": { "description": "path is the path relative to the mount point of the file to project the token into.", "type": "string" } }, "required": [ "path" ], "type": "object" } }, "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "quobyte": { "description": "Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.", "properties": { "group": { "description": "group to map volume access to Default is no group", "type": "string" }, "readOnly": { "description": "readOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false.", "type": "boolean" }, "registry": { "description": "registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes", "type": "string" }, "tenant": { "description": "tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin", "type": "string" }, "user": { "description": "user to map volume access to Defaults to serivceaccount user", "type": "string" }, "volume": { "description": "volume is a string that references an already created Quobyte volume by name.", "type": "string" } }, "required": [ "registry", "volume" ], "type": "object" }, "rbd": { "description": "Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.", "properties": { "fsType": { "description": "fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd", "type": "string" }, "image": { "description": "image is the rados image name. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "type": "string" }, "keyring": { "description": "keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "type": "string" }, "monitors": { "description": "monitors is a collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "pool": { "description": "pool is the rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "type": "string" }, "readOnly": { "description": "readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "type": "boolean" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "user": { "description": "user is the rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it", "type": "string" } }, "required": [ "monitors", "image" ], "type": "object" }, "scaleIO": { "description": "ScaleIOVolumeSource represents a persistent ScaleIO volume", "properties": { "fsType": { "description": "fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Default is \"xfs\".", "type": "string" }, "gateway": { "description": "gateway is the host address of the ScaleIO API Gateway.", "type": "string" }, "protectionDomain": { "description": "protectionDomain is the name of the ScaleIO Protection Domain for the configured storage.", "type": "string" }, "readOnly": { "description": "readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "sslEnabled": { "description": "sslEnabled Flag enable/disable SSL communication with Gateway, default false", "type": "boolean" }, "storageMode": { "description": "storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned.", "type": "string" }, "storagePool": { "description": "storagePool is the ScaleIO Storage Pool associated with the protection domain.", "type": "string" }, "system": { "description": "system is the name of the storage system as configured in ScaleIO.", "type": "string" }, "volumeName": { "description": "volumeName is the name of a volume already created in the ScaleIO system that is associated with this volume source.", "type": "string" } }, "required": [ "gateway", "system", "secretRef" ], "type": "object" }, "secret": { "description": "Adapts a Secret into a volume.\n\nThe contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.", "properties": { "defaultMode": { "description": "defaultMode is Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "items": { "description": "items If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.", "items": { "description": "Maps a string key to a path within a volume.", "properties": { "key": { "description": "key is the key to project.", "type": "string" }, "mode": { "description": "mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.", "format": "int32", "type": "integer" }, "path": { "description": "path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.", "type": "string" } }, "required": [ "key", "path" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "optional": { "description": "optional field specify whether the Secret or its keys must be defined", "type": "boolean" }, "secretName": { "description": "secretName is the name of the secret in the pod's namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret", "type": "string" } }, "type": "object" }, "storageos": { "description": "Represents a StorageOS persistent volume resource.", "properties": { "fsType": { "description": "fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "readOnly": { "description": "readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" }, "secretRef": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "volumeName": { "description": "volumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace.", "type": "string" }, "volumeNamespace": { "description": "volumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to \"default\" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created.", "type": "string" } }, "type": "object" }, "vsphereVolume": { "description": "Represents a vSphere volume resource.", "properties": { "fsType": { "description": "fsType is filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.", "type": "string" }, "storagePolicyID": { "description": "storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.", "type": "string" }, "storagePolicyName": { "description": "storagePolicyName is the storage Policy Based Management (SPBM) profile name.", "type": "string" }, "volumePath": { "description": "volumePath is the path that identifies vSphere volume vmdk", "type": "string" } }, "required": [ "volumePath" ], "type": "object" } }, "required": [ "name" ], "type": "object" }, "title": "Backstage container additional volumes", "type": "array" }, "image": { "additionalProperties": false, "properties": { "pullPolicy": { "default": "Always", "description": "Ref: https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy", "enum": [ "Always", "IfNotPresent" ], "title": "Specify a imagePullPolicy.", "type": "string" }, "pullSecrets": { "default": [], "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/", "examples": [ "myRegistryKeySecretName" ], "items": { "type": "string" }, "title": "Optionally specify an array of imagePullSecrets.", "type": "array" }, "registry": { "default": "ghcr.io", "examples": [ "ghcr.io", "quay.io", "docker.io" ], "title": "Backstage image registry", "type": "string" }, "repository": { "default": "backstage/backstage", "title": "Backstage image repository", "type": "string" }, "tag": { "default": "latest", "description": "Immutable tags are recommended.", "title": "Backstage image tag", "type": "string" } }, "title": "Image parameters", "type": "object" }, "initContainers": { "default": [], "items": { "description": "A single application container that you want to run within a pod.", "properties": { "args": { "description": "Arguments to the entrypoint. The container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "command": { "description": "Entrypoint array. Not executed within a shell. The container image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "env": { "description": "List of environment variables to set in the container. Cannot be updated.", "items": { "description": "EnvVar represents an environment variable present in a Container.", "properties": { "name": { "description": "Name of the environment variable. Must be a C_IDENTIFIER.", "type": "string" }, "value": { "description": "Variable references $(VAR_NAME) are expanded using the previously defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. \"$$(VAR_NAME)\" will produce the string literal \"$(VAR_NAME)\". Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to \"\".", "type": "string" }, "valueFrom": { "description": "EnvVarSource represents a source for the value of an EnvVar.", "properties": { "configMapKeyRef": { "description": "Selects a key from a ConfigMap.", "properties": { "key": { "description": "The key to select.", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the ConfigMap or its key must be defined", "type": "boolean" } }, "required": [ "key" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "fieldRef": { "description": "ObjectFieldSelector selects an APIVersioned field of an object.", "properties": { "apiVersion": { "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\".", "type": "string" }, "fieldPath": { "description": "Path of the field to select in the specified API version.", "type": "string" } }, "required": [ "fieldPath" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "resourceFieldRef": { "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format", "properties": { "containerName": { "description": "Container name: required for volumes, optional for env vars", "type": "string" }, "divisor": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "resource": { "description": "Required: resource to select", "type": "string" } }, "required": [ "resource" ], "type": "object", "x-kubernetes-map-type": "atomic" }, "secretKeyRef": { "description": "SecretKeySelector selects a key of a Secret.", "properties": { "key": { "description": "The key of the secret to select from. Must be a valid secret key.", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the Secret or its key must be defined", "type": "boolean" } }, "required": [ "key" ], "type": "object", "x-kubernetes-map-type": "atomic" } }, "type": "object" } }, "required": [ "name" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "name" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "name", "x-kubernetes-patch-strategy": "merge" }, "envFrom": { "description": "List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.", "items": { "description": "EnvFromSource represents the source of a set of ConfigMaps", "properties": { "configMapRef": { "description": "ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.\n\nThe contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the ConfigMap must be defined", "type": "boolean" } }, "type": "object" }, "prefix": { "description": "An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.", "type": "string" }, "secretRef": { "description": "SecretEnvSource selects a Secret to populate the environment variables with.\n\nThe contents of the target Secret's Data field will represent the key-value pairs as environment variables.", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the Secret must be defined", "type": "boolean" } }, "type": "object" } }, "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "image": { "description": "Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.", "type": "string" }, "imagePullPolicy": { "description": "Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images", "type": "string" }, "lifecycle": { "description": "Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.", "properties": { "postStart": { "description": "LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "sleep": { "description": "SleepAction describes a \"sleep\" action.", "properties": { "seconds": { "description": "Seconds is the number of seconds to sleep.", "format": "int64", "type": "integer" } }, "required": [ "seconds" ], "type": "object" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" } }, "type": "object" }, "preStop": { "description": "LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "sleep": { "description": "SleepAction describes a \"sleep\" action.", "properties": { "seconds": { "description": "Seconds is the number of seconds to sleep.", "format": "int64", "type": "integer" } }, "required": [ "seconds" ], "type": "object" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" } }, "type": "object" } }, "type": "object" }, "livenessProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "name": { "description": "Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.", "type": "string" }, "ports": { "description": "List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default \"0.0.0.0\" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated.", "items": { "description": "ContainerPort represents a network port in a single container.", "properties": { "containerPort": { "description": "Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536.", "format": "int32", "type": "integer" }, "hostIP": { "description": "What host IP to bind the external port to.", "type": "string" }, "hostPort": { "description": "Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this.", "format": "int32", "type": "integer" }, "name": { "description": "If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services.", "type": "string" }, "protocol": { "description": "Protocol for port. Must be UDP, TCP, or SCTP. Defaults to \"TCP\".", "type": "string" } }, "required": [ "containerPort" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "containerPort", "protocol" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "containerPort", "x-kubernetes-patch-strategy": "merge" }, "readinessProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "resizePolicy": { "description": "Resources resize policy for the container.", "items": { "description": "ContainerResizePolicy represents resource resize policy for the container.", "properties": { "resourceName": { "description": "Name of the resource to which this resource resize policy applies. Supported values: cpu, memory.", "type": "string" }, "restartPolicy": { "description": "Restart policy to apply when specified resource is resized. If not specified, it defaults to NotRequired.", "type": "string" } }, "required": [ "resourceName", "restartPolicy" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "resources": { "description": "ResourceRequirements describes the compute resource requirements.", "properties": { "claims": { "description": "Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.\n\nThis is an alpha field and requires enabling the DynamicResourceAllocation feature gate.\n\nThis field is immutable. It can only be set for containers.", "items": { "description": "ResourceClaim references one entry in PodSpec.ResourceClaims.", "properties": { "name": { "description": "Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.", "type": "string" } }, "required": [ "name" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "name" ], "x-kubernetes-list-type": "map" }, "limits": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" }, "requests": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" } }, "type": "object" }, "restartPolicy": { "description": "RestartPolicy defines the restart behavior of individual containers in a pod. This field may only be set for init containers, and the only allowed value is \"Always\". For non-init containers or when this field is not specified, the restart behavior is defined by the Pod's restart policy and the container type. Setting the RestartPolicy as \"Always\" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy \"Always\" will be shut down. This lifecycle differs from normal init containers and is often referred to as a \"sidecar\" container. Although this init container still starts in the init container sequence, it does not wait for the container to complete before proceeding to the next init container. Instead, the next init container starts immediately after this init container is started, or after any startupProbe has successfully completed.", "type": "string" }, "securityContext": { "description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.", "properties": { "allowPrivilegeEscalation": { "description": "AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "appArmorProfile": { "description": "AppArmorProfile defines a pod or container's AppArmor settings.", "properties": { "localhostProfile": { "description": "localhostProfile indicates a profile loaded on the node that should be used. The profile must be preconfigured on the node to work. Must match the loaded name of the profile. Must be set if and only if type is \"Localhost\".", "type": "string" }, "type": { "description": "type indicates which kind of AppArmor profile will be applied. Valid options are:\n Localhost - a profile pre-loaded on the node.\n RuntimeDefault - the container runtime's default profile.\n Unconfined - no AppArmor enforcement.", "type": "string" } }, "required": [ "type" ], "type": "object", "x-kubernetes-unions": [ { "discriminator": "type", "fields-to-discriminateBy": { "localhostProfile": "LocalhostProfile" } } ] }, "capabilities": { "description": "Adds and removes POSIX capabilities from running containers.", "properties": { "add": { "description": "Added capabilities", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "drop": { "description": "Removed capabilities", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "privileged": { "description": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "procMount": { "description": "procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.", "type": "string" }, "readOnlyRootFilesystem": { "description": "Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "runAsGroup": { "description": "The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "runAsNonRoot": { "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "boolean" }, "runAsUser": { "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "seLinuxOptions": { "description": "SELinuxOptions are the labels to be applied to the container", "properties": { "level": { "description": "Level is SELinux level label that applies to the container.", "type": "string" }, "role": { "description": "Role is a SELinux role label that applies to the container.", "type": "string" }, "type": { "description": "Type is a SELinux type label that applies to the container.", "type": "string" }, "user": { "description": "User is a SELinux user label that applies to the container.", "type": "string" } }, "type": "object" }, "seccompProfile": { "description": "SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.", "properties": { "localhostProfile": { "description": "localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is \"Localhost\". Must NOT be set for any other type.", "type": "string" }, "type": { "description": "type indicates which kind of seccomp profile will be applied. Valid options are:\n\nLocalhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.", "type": "string" } }, "required": [ "type" ], "type": "object", "x-kubernetes-unions": [ { "discriminator": "type", "fields-to-discriminateBy": { "localhostProfile": "LocalhostProfile" } } ] }, "windowsOptions": { "description": "WindowsSecurityContextOptions contain Windows-specific options and credentials.", "properties": { "gmsaCredentialSpec": { "description": "GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.", "type": "string" }, "gmsaCredentialSpecName": { "description": "GMSACredentialSpecName is the name of the GMSA credential spec to use.", "type": "string" }, "hostProcess": { "description": "HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.", "type": "boolean" }, "runAsUserName": { "description": "The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "string" } }, "type": "object" } }, "type": "object" }, "startupProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "stdin": { "description": "Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.", "type": "boolean" }, "stdinOnce": { "description": "Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false", "type": "boolean" }, "terminationMessagePath": { "description": "Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.", "type": "string" }, "terminationMessagePolicy": { "description": "Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.", "type": "string" }, "tty": { "description": "Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.", "type": "boolean" }, "volumeDevices": { "description": "volumeDevices is the list of block devices to be used by the container.", "items": { "description": "volumeDevice describes a mapping of a raw block device within a container.", "properties": { "devicePath": { "description": "devicePath is the path inside of the container that the device will be mapped to.", "type": "string" }, "name": { "description": "name must match the name of a persistentVolumeClaim in the pod", "type": "string" } }, "required": [ "name", "devicePath" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "devicePath" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "devicePath", "x-kubernetes-patch-strategy": "merge" }, "volumeMounts": { "description": "Pod volumes to mount into the container's filesystem. Cannot be updated.", "items": { "description": "VolumeMount describes a mounting of a Volume within a container.", "properties": { "mountPath": { "description": "Path within the container at which the volume should be mounted. Must not contain ':'.", "type": "string" }, "mountPropagation": { "description": "mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10.", "type": "string" }, "name": { "description": "This must match the Name of a Volume.", "type": "string" }, "readOnly": { "description": "Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.", "type": "boolean" }, "subPath": { "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root).", "type": "string" }, "subPathExpr": { "description": "Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to \"\" (volume's root). SubPathExpr and SubPath are mutually exclusive.", "type": "string" } }, "required": [ "name", "mountPath" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "mountPath" ], "x-kubernetes-list-type": "map", "x-kubernetes-patch-merge-key": "mountPath", "x-kubernetes-patch-strategy": "merge" }, "workingDir": { "description": "Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.", "type": "string" } }, "required": [ "name" ], "type": "object" }, "title": "Backstage container init containers", "type": "array" }, "installDir": { "default": "/app", "title": "Directory containing the backstage installation", "type": "string" }, "livenessProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "nodeSelector": { "additionalProperties": { "type": "string" }, "default": {}, "description": "Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector", "title": "Node labels for pod assignment", "type": "object" }, "podAnnotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Annotations to add to the backend deployment pods", "type": "object" }, "podLabels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Labels to add to the backend deployment pods", "type": "object" }, "podSecurityContext": { "description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.", "properties": { "allowPrivilegeEscalation": { "description": "AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "appArmorProfile": { "description": "AppArmorProfile defines a pod or container's AppArmor settings.", "properties": { "localhostProfile": { "description": "localhostProfile indicates a profile loaded on the node that should be used. The profile must be preconfigured on the node to work. Must match the loaded name of the profile. Must be set if and only if type is \"Localhost\".", "type": "string" }, "type": { "description": "type indicates which kind of AppArmor profile will be applied. Valid options are:\n Localhost - a profile pre-loaded on the node.\n RuntimeDefault - the container runtime's default profile.\n Unconfined - no AppArmor enforcement.", "type": "string" } }, "required": [ "type" ], "type": "object", "x-kubernetes-unions": [ { "discriminator": "type", "fields-to-discriminateBy": { "localhostProfile": "LocalhostProfile" } } ] }, "capabilities": { "description": "Adds and removes POSIX capabilities from running containers.", "properties": { "add": { "description": "Added capabilities", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "drop": { "description": "Removed capabilities", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "privileged": { "description": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "procMount": { "description": "procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.", "type": "string" }, "readOnlyRootFilesystem": { "description": "Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows.", "type": "boolean" }, "runAsGroup": { "description": "The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "runAsNonRoot": { "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "boolean" }, "runAsUser": { "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "format": "int64", "type": "integer" }, "seLinuxOptions": { "description": "SELinuxOptions are the labels to be applied to the container", "properties": { "level": { "description": "Level is SELinux level label that applies to the container.", "type": "string" }, "role": { "description": "Role is a SELinux role label that applies to the container.", "type": "string" }, "type": { "description": "Type is a SELinux type label that applies to the container.", "type": "string" }, "user": { "description": "User is a SELinux user label that applies to the container.", "type": "string" } }, "type": "object" }, "seccompProfile": { "description": "SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.", "properties": { "localhostProfile": { "description": "localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is \"Localhost\". Must NOT be set for any other type.", "type": "string" }, "type": { "description": "type indicates which kind of seccomp profile will be applied. Valid options are:\n\nLocalhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.", "type": "string" } }, "required": [ "type" ], "type": "object", "x-kubernetes-unions": [ { "discriminator": "type", "fields-to-discriminateBy": { "localhostProfile": "LocalhostProfile" } } ] }, "windowsOptions": { "description": "WindowsSecurityContextOptions contain Windows-specific options and credentials.", "properties": { "gmsaCredentialSpec": { "description": "GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.", "type": "string" }, "gmsaCredentialSpecName": { "description": "GMSACredentialSpecName is the name of the GMSA credential spec to use.", "type": "string" }, "hostProcess": { "description": "HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.", "type": "boolean" }, "runAsUserName": { "description": "The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", "type": "string" } }, "type": "object" } }, "type": "object" }, "readinessProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "replicas": { "default": 1, "minimum": 0, "title": "Number of deployment replicas", "type": "integer" }, "resources": { "description": "ResourceRequirements describes the compute resource requirements.", "properties": { "claims": { "description": "Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.\n\nThis is an alpha field and requires enabling the DynamicResourceAllocation feature gate.\n\nThis field is immutable. It can only be set for containers.", "items": { "description": "ResourceClaim references one entry in PodSpec.ResourceClaims.", "properties": { "name": { "description": "Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.", "type": "string" } }, "required": [ "name" ], "type": "object" }, "type": "array", "x-kubernetes-list-map-keys": [ "name" ], "x-kubernetes-list-type": "map" }, "limits": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" }, "requests": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": "object" } }, "type": "object" }, "revisionHistoryLimit": { "default": 10, "minimum": 0, "title": "The count of deployment revisions", "type": "integer" }, "startupProbe": { "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "type": "object" }, "failureThreshold": { "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.", "format": "int32", "type": "integer" }, "grpc": { "properties": { "port": { "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.", "format": "int32", "type": "integer" }, "service": { "description": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "httpGet": { "description": "HTTPGetAction describes an action based on HTTP Get requests.", "properties": { "host": { "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.", "type": "string" }, "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { "description": "HTTPHeader describes a custom header to be used in HTTP probes", "properties": { "name": { "description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.", "type": "string" }, "value": { "description": "The header field value", "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "path": { "description": "Path to access on the HTTP server.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "scheme": { "description": "Scheme to use for connecting to the host. Defaults to HTTP.", "type": "string" } }, "required": [ "port" ], "type": "object" }, "initialDelaySeconds": { "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" }, "periodSeconds": { "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.", "format": "int32", "type": "integer" }, "successThreshold": { "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.", "format": "int32", "type": "integer" }, "tcpSocket": { "description": "TCPSocketAction describes an action based on opening a socket", "properties": { "host": { "description": "Optional: Host name to connect to, defaults to the pod IP.", "type": "string" }, "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] } }, "required": [ "port" ], "type": "object" }, "terminationGracePeriodSeconds": { "description": "Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.", "format": "int64", "type": "integer" }, "timeoutSeconds": { "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", "format": "int32", "type": "integer" } }, "type": "object" }, "tolerations": { "default": [], "description": "Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/", "items": { "description": "The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.", "properties": { "effect": { "description": "Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.", "type": "string" }, "key": { "description": "Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys.", "type": "string" }, "operator": { "description": "Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category.", "type": "string" }, "tolerationSeconds": { "description": "TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system.", "format": "int64", "type": "integer" }, "value": { "description": "Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.", "type": "string" } }, "type": "object" }, "title": "Node tolerations for server scheduling to nodes with taints", "type": "array" } }, "title": "Backstage parameters", "type": "object" }, "clusterDomain": { "default": "cluster.local", "title": "Default Kubernetes cluster domain", "type": "string" }, "commonAnnotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Annotations to add to all deployed objects", "type": "object" }, "commonLabels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Labels to add to all deployed objects", "type": "object" }, "diagnosticMode": { "additionalProperties": false, "properties": { "args": { "default": [ "infinity" ], "items": { "type": "string" }, "title": "Args to override all containers in the Deployment", "type": "array" }, "command": { "default": [ "sleep" ], "items": { "type": "string" }, "title": "Command to override all containers in the Deployment", "type": "array" }, "enabled": { "default": false, "description": "All probes will be disabled and the command will be overridden", "title": "Enable diagnostic mode", "type": "boolean" } }, "title": "Enable diagnostic mode in the Deployment", "type": "object" }, "extraDeploy": { "default": [], "items": { "type": [ "string", "object" ] }, "title": "Array of extra objects to deploy with the release", "type": "array", "uniqueItems": true }, "fullnameOverride": { "default": "", "title": "String to fully override common.names.fullname", "type": "string" }, "global": { "properties": { "imagePullSecrets": { "default": [], "examples": [ [ "myRegistryKeySecretName" ] ], "items": { "type": "string" }, "title": "Global Docker registry secret names as an array", "type": "array", "uniqueItems": true }, "imageRegistry": { "default": "", "title": "Global Docker image registry", "type": "string" } }, "title": "Global parameters.", "type": "object" }, "ingress": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional annotations for the Ingress resource", "type": "object" }, "className": { "default": "", "examples": [ "nginx" ], "title": "Name of the IngressClass cluster resource which defines which controller will implement the resource.", "type": "string" }, "enabled": { "default": false, "title": "Enable the creation of the ingress resource", "type": "boolean" }, "host": { "default": "", "examples": [ "backstage.10.0.0.1.nip.io" ], "title": "Hostname to be used to expose the route to access the backstage application.", "type": "string" }, "tls": { "additionalProperties": false, "properties": { "enabled": { "default": false, "description": "TLS for the host defined at `ingress.host` parameter", "title": "Enable TLS configuration", "type": "boolean" }, "secretName": { "default": "", "title": "The name to which the TLS Secret will be called", "type": "string" } }, "title": "Ingress TLS parameters", "type": "object" } }, "title": "Ingress parameters", "type": "object" }, "kubeVersion": { "default": "", "title": "Override Kubernetes version", "type": "string" }, "metrics": { "additionalProperties": false, "description": "Allows configuring your backstage instance as a scrape target for Prometheus. Ref: https://github.com/prometheus/prometheus", "properties": { "serviceMonitor": { "additionalProperties": false, "description": "A custom resource that is consumed by Prometheus Operator. Ref: https://github.com/prometheus-operator/prometheus-operator", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "ServiceMonitor annotations", "type": "object" }, "enabled": { "default": false, "description": "Prometheus Operator must be installed in your cluster prior to enabling.", "title": "If enabled, a ServiceMonitor resource for Prometheus Operator is created", "type": "boolean" }, "interval": { "default": null, "title": "ServiceMonitor scrape interval", "type": [ "string", "null" ] }, "labels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional ServiceMonitor labels", "type": "object" }, "path": { "default": "/metrics", "description": "ote that the /metrics endpoint is NOT present in a freshly scaffolded Backstage app. To setup, follow the Prometheus metrics tutorial. https://github.com/backstage/backstage/blob/master/contrib/docs/tutorials/prometheus-metrics.md", "title": "ServiceMonitor endpoint path", "type": "string" } }, "title": "ServiceMonitor configuration", "type": "object" } }, "title": "Metrics configuration", "type": "object" }, "nameOverride": { "default": "", "title": "String to partially override common.names.fullname", "type": "string" }, "networkPolicy": { "additionalProperties": false, "properties": { "egressRules": { "additionalProperties": false, "properties": { "customRules": { "items": { "description": "NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and to. This type is beta-level in 1.8", "properties": { "ports": { "description": "List of destination ports for outgoing traffic. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.", "items": { "description": "NetworkPolicyPort describes a port to allow traffic on", "properties": { "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "protocol": { "description": "The protocol (TCP or UDP) which traffic must match. If not specified, this field defaults to TCP.", "type": "string" } } }, "type": "array" }, "to": { "description": "List of destinations for outgoing traffic of pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all destinations (traffic not restricted by destination). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the to list.", "items": { "description": "NetworkPolicyPeer describes a peer to allow traffic from. Exactly one of its fields must be specified.", "properties": { "ipBlock": { "description": "IPBlock describes a particular CIDR (Ex. \"192.168.1.1/24\") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.", "properties": { "cidr": { "description": "CIDR is a string representing the IP Block Valid examples are \"192.168.1.1/24\"", "type": "string" }, "except": { "description": "Except is a slice of CIDRs that should not be included within an IP Block Valid examples are \"192.168.1.1/24\" Except values will be rejected if they are outside the CIDR range", "items": { "type": "string" }, "type": "array" } }, "required": [ "cidr" ] }, "namespaceSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string", "x-kubernetes-patch-merge-key": "key", "x-kubernetes-patch-strategy": "merge" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array" } }, "required": [ "key", "operator" ] }, "type": "array" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } } }, "podSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string", "x-kubernetes-patch-merge-key": "key", "x-kubernetes-patch-strategy": "merge" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array" } }, "required": [ "key", "operator" ] }, "type": "array" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } } } } }, "type": "array" } } }, "title": "", "type": "array" }, "denyConnectionsToExternal": { "default": false, "title": "Deny external connections. Should not be enabled when working with an external database.", "type": "boolean" } }, "title": "Custom egress rules for the network policy", "type": "object" }, "enabled": { "default": false, "title": "Specifies whether a NetworkPolicy should be created", "type": "boolean" }, "ingressRules": { "additionalProperties": false, "properties": { "customRules": { "items": { "description": "NetworkPolicyIngressRule describes a particular set of traffic that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and from.", "properties": { "from": { "description": "List of sources which should be able to access the pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all sources (traffic not restricted by source). If this field is present and contains at least on item, this rule allows traffic only if the traffic matches at least one item in the from list.", "items": { "description": "NetworkPolicyPeer describes a peer to allow traffic from. Exactly one of its fields must be specified.", "properties": { "ipBlock": { "description": "IPBlock describes a particular CIDR (Ex. \"192.168.1.1/24\") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.", "properties": { "cidr": { "description": "CIDR is a string representing the IP Block Valid examples are \"192.168.1.1/24\"", "type": "string" }, "except": { "description": "Except is a slice of CIDRs that should not be included within an IP Block Valid examples are \"192.168.1.1/24\" Except values will be rejected if they are outside the CIDR range", "items": { "type": "string" }, "type": "array" } }, "required": [ "cidr" ] }, "namespaceSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string", "x-kubernetes-patch-merge-key": "key", "x-kubernetes-patch-strategy": "merge" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array" } }, "required": [ "key", "operator" ] }, "type": "array" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } } }, "podSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string", "x-kubernetes-patch-merge-key": "key", "x-kubernetes-patch-strategy": "merge" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array" } }, "required": [ "key", "operator" ] }, "type": "array" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } } } } }, "type": "array" }, "ports": { "description": "List of ports which should be made accessible on the pods selected for this rule. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.", "items": { "description": "NetworkPolicyPort describes a port to allow traffic on", "properties": { "port": { "oneOf": [ { "type": "string" }, { "type": "integer" } ] }, "protocol": { "description": "The protocol (TCP or UDP) which traffic must match. If not specified, this field defaults to TCP.", "type": "string" } } }, "type": "array" } } }, "title": "", "type": "array" }, "namespaceSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "podSelector": { "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.", "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed.", "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" } }, "title": "Custom egress rules for the network policy", "type": "object" } }, "title": "Network policies", "type": "object" }, "postgresql": { "$schema": "http://json-schema.org/schema#", "properties": { "architecture": { "description": "Allowed values: `standalone` or `replication`", "form": true, "title": "PostgreSQL architecture", "type": "string" }, "auth": { "form": true, "properties": { "database": { "description": "Name of the custom database to be created during the 1st initialization of PostgreSQL", "form": true, "title": "PostgreSQL custom database", "type": "string" }, "enablePostgresUser": { "description": "Assign a password to the \"postgres\" admin user. Otherwise, remote access will be blocked for this user", "form": true, "title": "Enable \"postgres\" admin user", "type": "boolean" }, "password": { "description": "Defaults to a random 10-character alphanumeric string if not set", "form": true, "title": "Password for the custom user to create", "type": "string" }, "postgresPassword": { "description": "Defaults to a random 10-character alphanumeric string if not set", "form": true, "title": "Password for the \"postgres\" admin user", "type": "string" }, "replicationPassword": { "description": "Defaults to a random 10-character alphanumeric string if not set", "form": true, "hidden": { "path": "architecture", "value": "standalone" }, "title": "Password for PostgreSQL replication user", "type": "string" }, "replicationUsername": { "description": "Name of user used to manage replication.", "form": true, "hidden": { "path": "architecture", "value": "standalone" }, "title": "PostgreSQL replication user", "type": "string" }, "username": { "description": "Name of the custom user to be created during the 1st initialization of PostgreSQL. This user only has permissions on the PostgreSQL custom database", "form": true, "title": "PostgreSQL custom user", "type": "string" } }, "title": "Authentication configuration", "type": "object" }, "metrics": { "properties": { "enabled": { "form": true, "title": "Configure metrics exporter", "type": "boolean" } }, "type": "object" }, "persistence": { "properties": { "size": { "form": true, "render": "slider", "sliderMax": 100, "sliderMin": 1, "sliderUnit": "Gi", "title": "Persistent Volume Size", "type": "string" } }, "type": "object" }, "replication": { "form": true, "properties": { "enabled": { "form": true, "title": "Enable Replication", "type": "boolean" }, "readReplicas": { "form": true, "hidden": { "path": "architecture", "value": "standalone" }, "title": "read Replicas", "type": "integer" } }, "title": "Replication Details", "type": "object" }, "resources": { "description": "Configure resource requests", "form": true, "properties": { "requests": { "properties": { "cpu": { "form": true, "render": "slider", "sliderMax": 2000, "sliderMin": 10, "sliderUnit": "m", "title": "CPU Request", "type": "string" }, "memory": { "form": true, "render": "slider", "sliderMax": 2048, "sliderMin": 10, "sliderUnit": "Mi", "title": "Memory Request", "type": "string" } }, "type": "object" } }, "title": "Required Resources", "type": "object" }, "volumePermissions": { "properties": { "enabled": { "description": "Change the owner of the persist volume mountpoint to RunAsUser:fsGroup", "form": true, "title": "Enable Init Containers", "type": "boolean" } }, "type": "object" } }, "type": "object" }, "service": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for Backstage service", "type": "object" }, "clusterIP": { "default": "", "title": "Backstage service Cluster IP", "type": "string" }, "externalTrafficPolicy": { "default": "Cluster", "description": "Ref: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip", "enum": [ "Cluster", "Local" ], "title": "Backstage service external traffic policy", "type": "string" }, "extraPorts": { "default": [], "items": { "type": "object" }, "title": "Extra ports to expose in the Backstage service", "type": "array" }, "loadBalancerIP": { "default": "", "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer", "title": "Backstage service Load Balancer IP", "type": "string" }, "loadBalancerSourceRanges": { "default": [], "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer", "examples": [ "10.10.10.0/24" ], "items": { "type": "string" }, "title": "Load Balancer sources", "type": "array" }, "nodePorts": { "additionalProperties": false, "properties": { "backend": { "default": "", "maximum": 32767, "minimum": 30000, "title": "Node port for backend", "type": [ "string", "integer" ] } }, "title": "Node port for the Backstage client connections", "type": "object" }, "ports": { "additionalProperties": false, "properties": { "backend": { "default": 7007, "title": "Backstage svc port number", "type": "integer" }, "name": { "default": "http-backend", "title": "Backstage svc port name", "type": "string" }, "targetPort": { "default": "backend", "title": "Backstage svc target port referencing receiving pod container port", "type": "string" } }, "title": "Backstage svc port for client connections", "type": "object" }, "sessionAffinity": { "default": "None", "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#session-stickiness", "enum": [ "None", "ClientIP" ], "title": "Control where client requests go, to the same pod or round-robin", "type": "string" }, "type": { "default": "ClusterIP", "enum": [ "ClusterIP", "NodePort", "LoadBalancer", "ExternalName" ], "title": "Kubernetes Service type", "type": "string" } }, "title": "Service parameters", "type": "object" }, "serviceAccount": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for the ServiceAccount.", "type": "object" }, "automountServiceAccountToken": { "default": true, "title": "Auto-mount the service account token in the pod", "type": "boolean" }, "create": { "default": false, "title": "Enable the creation of a ServiceAccount for Backstage pods", "type": "boolean" }, "labels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom labels to the service ServiceAccount.", "type": "object" }, "name": { "default": "", "description": "If not set and `serviceAccount.create` is true, a name is generated", "title": "Name of the ServiceAccount to use", "type": "string" } }, "title": "Service Account Configuration", "type": "object" } }, "title": "Backstage chart schema", "type": "object" }
Apache-2.0
en
backstage/charts
d83cda63ce2a2137870b91e771a4e467977f4e5c
2023-05-04T16:52:31
charts/backstage/values.schema.json
107
2024-05-27T06:17:48.295742Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "metrics": { "additionalProperties": false, "description": "Allows configuring your backstage instance as a scrape target for Prometheus. Ref: https://github.com/prometheus/prometheus", "properties": { "serviceMonitor": { "additionalProperties": false, "description": "A custom resource that is consumed by Prometheus Operator. Ref: https://github.com/prometheus-operator/prometheus-operator", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "ServiceMonitor annotations", "type": "object" }, "enabled": { "default": false, "description": "Prometheus Operator must be installed in your cluster prior to enabling.", "title": "If enabled, a ServiceMonitor resource for Prometheus Operator is created", "type": "boolean" }, "interval": { "default": null, "title": "ServiceMonitor scrape interval", "type": [ "string", "null" ] }, "labels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional ServiceMonitor labels", "type": "object" }, "path": { "default": "/metrics", "description": "ote that the /metrics endpoint is NOT present in a freshly scaffolded Backstage app. To setup, follow the Prometheus metrics tutorial. https://github.com/backstage/backstage/blob/master/contrib/docs/tutorials/prometheus-metrics.md", "title": "ServiceMonitor endpoint path", "type": "string" } }, "title": "ServiceMonitor configuration", "type": "object" } }, "title": "Metrics configuration", "type": "object" }, "postgresql": { "$ref": "https://raw.githubusercontent.com/bitnami/charts/main/bitnami/postgresql/values.schema.json", "description": "Ref. https://github.com/bitnami/charts/blob/master/bitnami/postgresql/values.yaml", "title": "PostgreSQL chart configuration" }, "properties": { "backstage": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for the `Deployment` resource", "type": "object" }, "appConfig": { "default": {}, "examples": [ { "app": { "baseUrl": "https://somedomain.tld" } } ], "title": "Generates ConfigMap and configures it in the Backstage pods", "type": "object" }, "args": { "default": [], "items": { "type": "string" }, "title": "Backstage container command arguments", "type": "array" }, "command": { "default": [ "node", "packages/backend" ], "items": { "type": "string" }, "title": "Backstage container command", "type": "array" }, "containerPorts": { "additionalProperties": false, "properties": { "backend": { "default": 7007, "title": "Backstage backend port.", "type": "integer" } }, "title": "Container ports on the Deployment", "type": "object" }, "containerSecurityContext": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.SecurityContext", "default": {}, "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container", "title": "Security settings for a Container." }, "extraAppConfig": { "default": [], "items": { "additionalProperties": false, "properties": { "configMapRef": { "type": "string" }, "filename": { "type": "string" } }, "type": "object" }, "title": "Extra app configuration files to inline into command arguments", "type": "array" }, "extraContainers": { "default": [], "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.Container" }, "title": "Deployment sidecars.", "type": "array" }, "extraEnvVars": { "default": [], "examples": [ [ { "name": "APP_CONFIG_backend_cache_store", "value": "memory" } ] ], "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.EnvVar" }, "title": "Backstage container environment variables", "type": "array" }, "extraEnvVarsSecrets": { "default": [], "description": "Translates into array of `envFrom.[].secretRef.name`", "examples": [ [ "my-backstage-secrets" ] ], "items": { "type": "object" }, "title": "Backstage container environment variables from Secrets", "type": "array" }, "extraVolumeMounts": { "default": [], "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.VolumeMount" }, "title": "Backstage container additional volume mounts", "type": "array" }, "extraVolumes": { "default": [], "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.Volume" }, "title": "Backstage container additional volumes", "type": "array" }, "image": { "additionalProperties": false, "properties": { "debug": { "default": false, "title": "Set to true if you would like to see extra information on logs", "type": "boolean" }, "pullPolicy": { "default": "Always", "description": "Ref: https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy", "enum": [ "Always", "IfNotPresent" ], "title": "Specify a imagePullPolicy.", "type": "string" }, "pullSecrets": { "default": [], "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/", "examples": [ "myRegistryKeySecretName" ], "items": { "type": "string" }, "title": "Optionally specify an array of imagePullSecrets.", "type": "array" }, "registry": { "default": "ghcr.io", "examples": [ "ghcr.io", "quay.io", "docker.io" ], "title": "Backstage image registry", "type": "string" }, "repository": { "default": "backstage/backstage", "title": "Backstage image repository", "type": "string" }, "tag": { "default": "latest", "description": "Immutable tags are recommended.", "title": "Backstage image tag", "type": "string" } }, "title": "Image parameters", "type": "object" }, "initContainers": { "default": [], "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.Container" }, "title": "Backstage container init containers", "type": "array" }, "installDir": { "default": "/app", "title": "Directory containing the backstage installation", "type": "string" }, "nodeSelector": { "additionalProperties": { "type": "string" }, "default": {}, "description": "Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector", "title": "Node labels for pod assignment", "type": "object" }, "podAnnotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Annotations to add to the backend deployment pods", "type": "object" }, "podSecurityContext": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.SecurityContext", "default": {}, "description": "The security settings that you specify for a Pod apply to all Containers in the Pod. Ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod", "title": "Security settings for a Pod." }, "replicas": { "default": 1, "minimum": 0, "title": "Number of deployment replicas", "type": "integer" }, "resources": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements", "default": {}, "description": "Ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#resource-requests-and-limits-of-pod-and-container", "examples": [ { "limits": { "cpu": "1000m", "memory": "1Gi" }, "requests": { "cpu": "100m", "memory": "250Mi" } } ], "title": "Resource requests/limits" }, "tolerations": { "default": [], "description": "Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/", "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.Toleration" }, "title": "Node tolerations for server scheduling to nodes with taints", "type": "array" } }, "title": "Backstage parameters", "type": "object" }, "clusterDomain": { "default": "cluster.local", "title": "Default Kubernetes cluster domain", "type": "string" }, "commonAnnotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Annotations to add to all deployed objects", "type": "object" }, "commonLabels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Labels to add to all deployed objects", "type": "object" }, "diagnosticMode": { "additionalProperties": false, "properties": { "args": { "default": [ "infinity" ], "items": { "type": "string" }, "title": "Args to override all containers in the Deployment", "type": "array" }, "command": { "default": [ "sleep" ], "items": { "type": "string" }, "title": "Command to override all containers in the Deployment", "type": "array" }, "enabled": { "default": false, "description": "All probes will be disabled and the command will be overridden", "title": "Enable diagnostic mode", "type": "boolean" } }, "title": "Enable diagnostic mode in the Deployment", "type": "object" }, "extraDeploy": { "default": [], "items": { "type": [ "string", "object" ] }, "title": "Array of extra objects to deploy with the release", "type": "array", "uniqueItems": true }, "fullnameOverride": { "default": "", "title": "String to fully override common.names.fullname", "type": "string" }, "global": { "properties": { "imagePullSecrets": { "default": [], "examples": [ [ "myRegistryKeySecretName" ] ], "items": { "type": "string" }, "title": "Global Docker registry secret names as an array", "type": "array", "uniqueItems": true }, "imageRegistry": { "default": "", "title": "Global Docker image registry", "type": "string" } }, "title": "Global parameters.", "type": "object" }, "ingress": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional annotations for the Ingress resource", "type": "object" }, "className": { "default": "", "examples": [ "nginx" ], "title": "Name of the IngressClass cluster resource which defines which controller will implement the resource.", "type": "string" }, "enabled": { "default": false, "title": "Enable the creation of the ingress resource", "type": "boolean" }, "host": { "default": "", "examples": [ "backstage.10.0.0.1.nip.io" ], "title": "Hostname to be used to expose the route to access the backstage application.", "type": "string" }, "tls": { "additionalProperties": false, "properties": { "enabled": { "default": false, "description": "TLS for the host defined at `ingress.host` parameter", "title": "Enable TLS configuration", "type": "boolean" }, "secretName": { "default": "", "title": "The name to which the TLS Secret will be called", "type": "string" } }, "title": "Ingress TLS parameters", "type": "object" } }, "title": "Ingress parameters", "type": "object" }, "kubeVersion": { "default": "", "title": "Override Kubernetes version", "type": "string" }, "nameOverride": { "default": "", "title": "String to partially override common.names.fullname", "type": "string" }, "networkPolicy": { "additionalProperties": false, "description": "Not used in any template. Ref. https://kubernetes.io/docs/concepts/services-networking/network-policies/", "properties": { "egressRules": { "additionalProperties": false, "properties": { "customRules": { "items": { "$ref": "https://kubernetesjsonschema.dev/v1.8.7/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyEgressRule" }, "title": "", "type": "array" } }, "title": "Custom egress rules for the network policy", "type": "object" }, "enabled": { "default": false, "title": "Specifies whether a NetworkPolicy should be created", "type": "boolean" }, "externalAccess": { "title": "Probably custom ingress rules for the network policy", "type": "object" } }, "title": "Network policies", "type": "object" }, "service": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for Backstage service", "type": "object" }, "clusterIP": { "default": "", "title": "Backstage service Cluster IP", "type": "string" }, "externalTrafficPolicy": { "default": "Cluster", "description": "Ref: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip", "enum": [ "Cluster", "Local" ], "title": "Backstage service external traffic policy", "type": "string" }, "extraPorts": { "default": [], "items": { "type": "object" }, "title": "Extra ports to expose in the Backstage service", "type": "array" }, "loadBalancerIP": { "default": "", "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer", "title": "Backstage service Load Balancer IP", "type": "string" }, "loadBalancerSourceRanges": { "default": [], "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer", "examples": [ "10.10.10.0/24" ], "items": { "type": "string" }, "title": "Load Balancer sources", "type": "array" }, "nodePorts": { "additionalProperties": false, "properties": { "backend": { "default": "", "maximum": 32767, "minimum": 30000, "title": "Node port for backend", "type": [ "string", "integer" ] } }, "title": "Node port for the Backstage client connections", "type": "object" }, "ports": { "additionalProperties": false, "properties": { "backend": { "default": 7007, "title": "Backstage svc port number", "type": "integer" }, "name": { "default": "http-backend", "title": "Backstage svc port name", "type": "string" }, "targetPort": { "default": "backend", "title": "Backstage svc target port referencing receiving pod container port", "type": "string" } }, "title": "Backstage svc port for client connections", "type": "object" }, "sessionAffinity": { "default": "None", "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#session-stickiness", "enum": [ "None", "ClientIP" ], "title": "Control where client requests go, to the same pod or round-robin", "type": "string" }, "type": { "default": "ClusterIP", "enum": [ "ClusterIP", "NodePort", "LoadBalancer", "ExternalName" ], "title": "Kubernetes Service type", "type": "string" } }, "title": "Service parameters", "type": "object" } }, "serviceAccount": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for the ServiceAccount.", "type": "object" }, "automountServiceAccountToken": { "default": true, "title": "Auto-mount the service account token in the pod", "type": "boolean" }, "create": { "default": false, "title": "Enable the creation of a ServiceAccount for Backstage pods", "type": "boolean" }, "labels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom labels to the service ServiceAccount.", "type": "object" }, "name": { "default": "", "description": "If not set and `serviceAccount.create` is true, a name is generated", "title": "Name of the ServiceAccount to use", "type": "string" } }, "title": "Service Account Configuration", "type": "object" }, "title": "Backstage chart schema", "type": "object" }
Apache-2.0
en
backstage/charts
00f8d98e251feada0599910367b1412716c3d92d
2023-11-13T11:59:19
charts/backstage/values.schema.tmpl.json
107
2024-05-27T06:17:48.295742Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "backstage": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for the `Deployment` resource", "type": "object" }, "appConfig": { "default": {}, "examples": [ { "app": { "baseUrl": "https://somedomain.tld" } } ], "title": "Generates ConfigMap and configures it in the Backstage pods", "type": [ "object", "string" ] }, "args": { "default": [], "items": { "type": "string" }, "title": "Backstage container command arguments", "type": "array" }, "command": { "default": [ "node", "packages/backend" ], "items": { "type": "string" }, "title": "Backstage container command", "type": "array" }, "containerPorts": { "additionalProperties": false, "properties": { "backend": { "default": 7007, "title": "Backstage backend port.", "type": "integer" } }, "title": "Container ports on the Deployment", "type": "object" }, "containerSecurityContext": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.SecurityContext", "default": {}, "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container", "title": "Security settings for a Container." }, "extraAppConfig": { "default": [], "items": { "additionalProperties": false, "properties": { "configMapRef": { "type": "string" }, "filename": { "type": "string" } }, "type": "object" }, "title": "Extra app configuration files to inline into command arguments", "type": "array" }, "extraContainers": { "default": [], "items": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.Container" }, "title": "Deployment sidecars.", "type": "array" }, "extraEnvVars": { "default": [], "examples": [ [ { "name": "APP_CONFIG_backend_cache_store", "value": "memory" } ] ], "items": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.EnvVar" }, "title": "Backstage container environment variables", "type": "array" }, "extraEnvVarsSecrets": { "default": [], "description": "Translates into array of `envFrom.[].secretRef.name`", "examples": [ [ "my-backstage-secrets" ] ], "items": { "type": "string" }, "title": "Backstage container environment variables from Secrets", "type": "array" }, "extraVolumeMounts": { "default": [], "items": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.VolumeMount" }, "title": "Backstage container additional volume mounts", "type": "array" }, "extraVolumes": { "default": [], "items": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.Volume" }, "title": "Backstage container additional volumes", "type": "array" }, "image": { "additionalProperties": false, "properties": { "debug": { "default": false, "title": "Set to true if you would like to see extra information on logs", "type": "boolean" }, "pullPolicy": { "default": "Always", "description": "Ref: https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy", "enum": [ "Always", "IfNotPresent" ], "title": "Specify a imagePullPolicy.", "type": "string" }, "pullSecrets": { "default": [], "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/", "examples": [ "myRegistryKeySecretName" ], "items": { "type": "string" }, "title": "Optionally specify an array of imagePullSecrets.", "type": "array" }, "registry": { "default": "ghcr.io", "examples": [ "ghcr.io", "quay.io", "docker.io" ], "title": "Backstage image registry", "type": "string" }, "repository": { "default": "backstage/backstage", "title": "Backstage image repository", "type": "string" }, "tag": { "default": "latest", "description": "Immutable tags are recommended.", "title": "Backstage image tag", "type": "string" } }, "title": "Image parameters", "type": "object" }, "initContainers": { "default": [], "items": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.Container" }, "title": "Backstage container init containers", "type": "array" }, "installDir": { "default": "/app", "title": "Directory containing the backstage installation", "type": "string" }, "livenessProbe": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.Probe", "default": {}, "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/", "examples": [ { "failureThreshold": 3, "httpGet": { "path": "/healthcheck", "port": 7007, "scheme": "HTTP" }, "initialDelaySeconds": 60, "periodSeconds": 10, "successThreshold": 1, "timeoutSeconds": 2 } ], "title": "Liveness probe" }, "nodeSelector": { "additionalProperties": { "type": "string" }, "default": {}, "description": "Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector", "title": "Node labels for pod assignment", "type": "object" }, "podAnnotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Annotations to add to the backend deployment pods", "type": "object" }, "podLabels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Labels to add to the backend deployment pods", "type": "object" }, "podSecurityContext": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.SecurityContext", "default": {}, "description": "The security settings that you specify for a Pod apply to all Containers in the Pod. Ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod", "title": "Security settings for a Pod." }, "readinessProbe": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.Probe", "default": {}, "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/", "examples": [ { "failureThreshold": 3, "httpGet": { "path": "/healthcheck", "port": 7007, "scheme": "HTTP" }, "initialDelaySeconds": 30, "periodSeconds": 10, "successThreshold": 2, "timeoutSeconds": 2 } ], "title": "Readiness probe" }, "replicas": { "default": 1, "minimum": 0, "title": "Number of deployment replicas", "type": "integer" }, "resources": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements", "default": {}, "description": "Ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#resource-requests-and-limits-of-pod-and-container", "examples": [ { "limits": { "cpu": "1000m", "memory": "1Gi" }, "requests": { "cpu": "100m", "memory": "250Mi" } } ], "title": "Resource requests/limits" }, "revisionHistoryLimit": { "default": 10, "minimum": 0, "title": "The count of deployment revisions", "type": "integer" }, "startupProbe": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.Probe", "default": {}, "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/", "examples": [ { "failureThreshold": 3, "httpGet": { "path": "/healthcheck", "port": 7007, "scheme": "HTTP" }, "initialDelaySeconds": 60, "periodSeconds": 10, "successThreshold": 1, "timeoutSeconds": 2 } ], "title": "Startup probe" }, "tolerations": { "default": [], "description": "Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/", "items": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.Toleration" }, "title": "Node tolerations for server scheduling to nodes with taints", "type": "array" } }, "title": "Backstage parameters", "type": "object" }, "clusterDomain": { "default": "cluster.local", "title": "Default Kubernetes cluster domain", "type": "string" }, "commonAnnotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Annotations to add to all deployed objects", "type": "object" }, "commonLabels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Labels to add to all deployed objects", "type": "object" }, "diagnosticMode": { "additionalProperties": false, "properties": { "args": { "default": [ "infinity" ], "items": { "type": "string" }, "title": "Args to override all containers in the Deployment", "type": "array" }, "command": { "default": [ "sleep" ], "items": { "type": "string" }, "title": "Command to override all containers in the Deployment", "type": "array" }, "enabled": { "default": false, "description": "All probes will be disabled and the command will be overridden", "title": "Enable diagnostic mode", "type": "boolean" } }, "title": "Enable diagnostic mode in the Deployment", "type": "object" }, "extraDeploy": { "default": [], "items": { "type": [ "string", "object" ] }, "title": "Array of extra objects to deploy with the release", "type": "array", "uniqueItems": true }, "fullnameOverride": { "default": "", "title": "String to fully override common.names.fullname", "type": "string" }, "global": { "properties": { "imagePullSecrets": { "default": [], "examples": [ [ "myRegistryKeySecretName" ] ], "items": { "type": "string" }, "title": "Global Docker registry secret names as an array", "type": "array", "uniqueItems": true }, "imageRegistry": { "default": "", "title": "Global Docker image registry", "type": "string" } }, "title": "Global parameters.", "type": "object" }, "ingress": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional annotations for the Ingress resource", "type": "object" }, "className": { "default": "", "examples": [ "nginx" ], "title": "Name of the IngressClass cluster resource which defines which controller will implement the resource.", "type": "string" }, "enabled": { "default": false, "title": "Enable the creation of the ingress resource", "type": "boolean" }, "host": { "default": "", "examples": [ "backstage.10.0.0.1.nip.io" ], "title": "Hostname to be used to expose the route to access the backstage application.", "type": "string" }, "tls": { "additionalProperties": false, "properties": { "enabled": { "default": false, "description": "TLS for the host defined at `ingress.host` parameter", "title": "Enable TLS configuration", "type": "boolean" }, "secretName": { "default": "", "title": "The name to which the TLS Secret will be called", "type": "string" } }, "title": "Ingress TLS parameters", "type": "object" } }, "title": "Ingress parameters", "type": "object" }, "kubeVersion": { "default": "", "title": "Override Kubernetes version", "type": "string" }, "metrics": { "additionalProperties": false, "description": "Allows configuring your backstage instance as a scrape target for Prometheus. Ref: https://github.com/prometheus/prometheus", "properties": { "serviceMonitor": { "additionalProperties": false, "description": "A custom resource that is consumed by Prometheus Operator. Ref: https://github.com/prometheus-operator/prometheus-operator", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "ServiceMonitor annotations", "type": "object" }, "enabled": { "default": false, "description": "Prometheus Operator must be installed in your cluster prior to enabling.", "title": "If enabled, a ServiceMonitor resource for Prometheus Operator is created", "type": "boolean" }, "interval": { "default": null, "title": "ServiceMonitor scrape interval", "type": [ "string", "null" ] }, "labels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional ServiceMonitor labels", "type": "object" }, "path": { "default": "/metrics", "description": "ote that the /metrics endpoint is NOT present in a freshly scaffolded Backstage app. To setup, follow the Prometheus metrics tutorial. https://github.com/backstage/backstage/blob/master/contrib/docs/tutorials/prometheus-metrics.md", "title": "ServiceMonitor endpoint path", "type": "string" } }, "title": "ServiceMonitor configuration", "type": "object" } }, "title": "Metrics configuration", "type": "object" }, "nameOverride": { "default": "", "title": "String to partially override common.names.fullname", "type": "string" }, "networkPolicy": { "additionalProperties": false, "properties": { "egressRules": { "additionalProperties": false, "properties": { "customRules": { "items": { "$ref": "https://kubernetesjsonschema.dev/v1.8.7/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyEgressRule" }, "title": "", "type": "array" }, "denyConnectionsToExternal": { "default": false, "title": "Deny external connections. Should not be enabled when working with an external database.", "type": "boolean" } }, "title": "Custom egress rules for the network policy", "type": "object" }, "enabled": { "default": false, "title": "Specifies whether a NetworkPolicy should be created", "type": "boolean" }, "ingressRules": { "additionalProperties": false, "properties": { "customRules": { "items": { "$ref": "https://kubernetesjsonschema.dev/v1.8.7/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyIngressRule" }, "title": "", "type": "array" }, "namespaceSelector": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "default": {}, "description": "Selects Namespaces using cluster scoped-labels.", "title": "Namespace Selector." }, "podSelector": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "default": {}, "description": "Selects selects Pods in this namespace.", "title": "Pod Selector." } }, "title": "Custom egress rules for the network policy", "type": "object" } }, "title": "Network policies", "type": "object" }, "postgresql": { "$ref": "https://raw.githubusercontent.com/bitnami/charts/main/bitnami/postgresql/values.schema.json", "description": "Ref. https://github.com/bitnami/charts/blob/master/bitnami/postgresql/values.yaml", "title": "PostgreSQL chart configuration" }, "service": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for Backstage service", "type": "object" }, "clusterIP": { "default": "", "title": "Backstage service Cluster IP", "type": "string" }, "externalTrafficPolicy": { "default": "Cluster", "description": "Ref: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip", "enum": [ "Cluster", "Local" ], "title": "Backstage service external traffic policy", "type": "string" }, "extraPorts": { "default": [], "items": { "type": "object" }, "title": "Extra ports to expose in the Backstage service", "type": "array" }, "loadBalancerIP": { "default": "", "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer", "title": "Backstage service Load Balancer IP", "type": "string" }, "loadBalancerSourceRanges": { "default": [], "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer", "examples": [ "10.10.10.0/24" ], "items": { "type": "string" }, "title": "Load Balancer sources", "type": "array" }, "nodePorts": { "additionalProperties": false, "properties": { "backend": { "default": "", "maximum": 32767, "minimum": 30000, "title": "Node port for backend", "type": [ "string", "integer" ] } }, "title": "Node port for the Backstage client connections", "type": "object" }, "ports": { "additionalProperties": false, "properties": { "backend": { "default": 7007, "title": "Backstage svc port number", "type": "integer" }, "name": { "default": "http-backend", "title": "Backstage svc port name", "type": "string" }, "targetPort": { "default": "backend", "title": "Backstage svc target port referencing receiving pod container port", "type": "string" } }, "title": "Backstage svc port for client connections", "type": "object" }, "sessionAffinity": { "default": "None", "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#session-stickiness", "enum": [ "None", "ClientIP" ], "title": "Control where client requests go, to the same pod or round-robin", "type": "string" }, "type": { "default": "ClusterIP", "enum": [ "ClusterIP", "NodePort", "LoadBalancer", "ExternalName" ], "title": "Kubernetes Service type", "type": "string" } }, "title": "Service parameters", "type": "object" }, "serviceAccount": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for the ServiceAccount.", "type": "object" }, "automountServiceAccountToken": { "default": true, "title": "Auto-mount the service account token in the pod", "type": "boolean" }, "create": { "default": false, "title": "Enable the creation of a ServiceAccount for Backstage pods", "type": "boolean" }, "labels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom labels to the service ServiceAccount.", "type": "object" }, "name": { "default": "", "description": "If not set and `serviceAccount.create` is true, a name is generated", "title": "Name of the ServiceAccount to use", "type": "string" } }, "title": "Service Account Configuration", "type": "object" } }, "title": "Backstage chart schema", "type": "object" }
Apache-2.0
en
backstage/charts
e0d7fb27054b45e19572e413d09934573dea63d5
2023-11-24T09:35:58
charts/backstage/values.schema.tmpl.json
107
2024-05-27T06:17:48.295742Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "backstage": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for the `Deployment` resource", "type": "object" }, "appConfig": { "default": {}, "examples": [ { "app": { "baseUrl": "https://somedomain.tld" } } ], "title": "Generates ConfigMap and configures it in the Backstage pods", "type": [ "object", "string" ] }, "args": { "default": [], "items": { "type": "string" }, "title": "Backstage container command arguments", "type": "array" }, "command": { "default": [ "node", "packages/backend" ], "items": { "type": "string" }, "title": "Backstage container command", "type": "array" }, "containerPorts": { "additionalProperties": false, "properties": { "backend": { "default": 7007, "title": "Backstage backend port.", "type": "integer" } }, "title": "Container ports on the Deployment", "type": "object" }, "containerSecurityContext": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.SecurityContext", "default": {}, "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container", "title": "Security settings for a Container." }, "extraAppConfig": { "default": [], "items": { "additionalProperties": false, "properties": { "configMapRef": { "type": "string" }, "filename": { "type": "string" } }, "type": "object" }, "title": "Extra app configuration files to inline into command arguments", "type": "array" }, "extraContainers": { "default": [], "items": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.Container" }, "title": "Deployment sidecars.", "type": "array" }, "extraEnvVars": { "default": [], "examples": [ [ { "name": "APP_CONFIG_backend_cache_store", "value": "memory" } ] ], "items": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.EnvVar" }, "title": "Backstage container environment variables", "type": "array" }, "extraEnvVarsCM": { "default": [], "description": "Translates into array of `envFrom.[].configMapRef.name`", "examples": [ [ "my-backstage-configmap" ] ], "items": { "type": "string" }, "title": "Backstage container environment variables from existing ConfigMaps", "type": "array" }, "extraEnvVarsSecrets": { "default": [], "description": "Translates into array of `envFrom.[].secretRef.name`", "examples": [ [ "my-backstage-secrets" ] ], "items": { "type": "string" }, "title": "Backstage container environment variables from existing Secrets", "type": "array" }, "extraVolumeMounts": { "default": [], "items": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.VolumeMount" }, "title": "Backstage container additional volume mounts", "type": "array" }, "extraVolumes": { "default": [], "items": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.Volume" }, "title": "Backstage container additional volumes", "type": "array" }, "image": { "additionalProperties": false, "properties": { "debug": { "default": false, "title": "Set to true if you would like to see extra information on logs", "type": "boolean" }, "pullPolicy": { "default": "Always", "description": "Ref: https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy", "enum": [ "Always", "IfNotPresent" ], "title": "Specify a imagePullPolicy.", "type": "string" }, "pullSecrets": { "default": [], "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/", "examples": [ "myRegistryKeySecretName" ], "items": { "type": "string" }, "title": "Optionally specify an array of imagePullSecrets.", "type": "array" }, "registry": { "default": "ghcr.io", "examples": [ "ghcr.io", "quay.io", "docker.io" ], "title": "Backstage image registry", "type": "string" }, "repository": { "default": "backstage/backstage", "title": "Backstage image repository", "type": "string" }, "tag": { "default": "latest", "description": "Immutable tags are recommended.", "title": "Backstage image tag", "type": "string" } }, "title": "Image parameters", "type": "object" }, "initContainers": { "default": [], "items": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.Container" }, "title": "Backstage container init containers", "type": "array" }, "installDir": { "default": "/app", "title": "Directory containing the backstage installation", "type": "string" }, "livenessProbe": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.Probe", "default": {}, "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/", "examples": [ { "failureThreshold": 3, "httpGet": { "path": "/healthcheck", "port": 7007, "scheme": "HTTP" }, "initialDelaySeconds": 60, "periodSeconds": 10, "successThreshold": 1, "timeoutSeconds": 2 } ], "title": "Liveness probe" }, "nodeSelector": { "additionalProperties": { "type": "string" }, "default": {}, "description": "Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector", "title": "Node labels for pod assignment", "type": "object" }, "podAnnotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Annotations to add to the backend deployment pods", "type": "object" }, "podLabels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Labels to add to the backend deployment pods", "type": "object" }, "podSecurityContext": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.SecurityContext", "default": {}, "description": "The security settings that you specify for a Pod apply to all Containers in the Pod. Ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod", "title": "Security settings for a Pod." }, "readinessProbe": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.Probe", "default": {}, "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/", "examples": [ { "failureThreshold": 3, "httpGet": { "path": "/healthcheck", "port": 7007, "scheme": "HTTP" }, "initialDelaySeconds": 30, "periodSeconds": 10, "successThreshold": 2, "timeoutSeconds": 2 } ], "title": "Readiness probe" }, "replicas": { "default": 1, "minimum": 0, "title": "Number of deployment replicas", "type": "integer" }, "resources": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements", "default": {}, "description": "Ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#resource-requests-and-limits-of-pod-and-container", "examples": [ { "limits": { "cpu": "1000m", "memory": "1Gi" }, "requests": { "cpu": "100m", "memory": "250Mi" } } ], "title": "Resource requests/limits" }, "revisionHistoryLimit": { "default": 10, "minimum": 0, "title": "The count of deployment revisions", "type": "integer" }, "startupProbe": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.Probe", "default": {}, "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/", "examples": [ { "failureThreshold": 3, "httpGet": { "path": "/healthcheck", "port": 7007, "scheme": "HTTP" }, "initialDelaySeconds": 60, "periodSeconds": 10, "successThreshold": 1, "timeoutSeconds": 2 } ], "title": "Startup probe" }, "tolerations": { "default": [], "description": "Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/", "items": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.api.core.v1.Toleration" }, "title": "Node tolerations for server scheduling to nodes with taints", "type": "array" } }, "title": "Backstage parameters", "type": "object" }, "clusterDomain": { "default": "cluster.local", "title": "Default Kubernetes cluster domain", "type": "string" }, "commonAnnotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Annotations to add to all deployed objects", "type": "object" }, "commonLabels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Labels to add to all deployed objects", "type": "object" }, "diagnosticMode": { "additionalProperties": false, "properties": { "args": { "default": [ "infinity" ], "items": { "type": "string" }, "title": "Args to override all containers in the Deployment", "type": "array" }, "command": { "default": [ "sleep" ], "items": { "type": "string" }, "title": "Command to override all containers in the Deployment", "type": "array" }, "enabled": { "default": false, "description": "All probes will be disabled and the command will be overridden", "title": "Enable diagnostic mode", "type": "boolean" } }, "title": "Enable diagnostic mode in the Deployment", "type": "object" }, "extraDeploy": { "default": [], "items": { "type": [ "string", "object" ] }, "title": "Array of extra objects to deploy with the release", "type": "array", "uniqueItems": true }, "fullnameOverride": { "default": "", "title": "String to fully override common.names.fullname", "type": "string" }, "global": { "properties": { "imagePullSecrets": { "default": [], "examples": [ [ "myRegistryKeySecretName" ] ], "items": { "type": "string" }, "title": "Global Docker registry secret names as an array", "type": "array", "uniqueItems": true }, "imageRegistry": { "default": "", "title": "Global Docker image registry", "type": "string" } }, "title": "Global parameters.", "type": "object" }, "ingress": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional annotations for the Ingress resource", "type": "object" }, "className": { "default": "", "examples": [ "nginx" ], "title": "Name of the IngressClass cluster resource which defines which controller will implement the resource.", "type": "string" }, "enabled": { "default": false, "title": "Enable the creation of the ingress resource", "type": "boolean" }, "host": { "default": "", "examples": [ "backstage.10.0.0.1.nip.io" ], "title": "Hostname to be used to expose the route to access the backstage application.", "type": "string" }, "tls": { "additionalProperties": false, "properties": { "enabled": { "default": false, "description": "TLS for the host defined at `ingress.host` parameter", "title": "Enable TLS configuration", "type": "boolean" }, "secretName": { "default": "", "title": "The name to which the TLS Secret will be called", "type": "string" } }, "title": "Ingress TLS parameters", "type": "object" } }, "title": "Ingress parameters", "type": "object" }, "kubeVersion": { "default": "", "title": "Override Kubernetes version", "type": "string" }, "metrics": { "additionalProperties": false, "description": "Allows configuring your backstage instance as a scrape target for Prometheus. Ref: https://github.com/prometheus/prometheus", "properties": { "serviceMonitor": { "additionalProperties": false, "description": "A custom resource that is consumed by Prometheus Operator. Ref: https://github.com/prometheus-operator/prometheus-operator", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "ServiceMonitor annotations", "type": "object" }, "enabled": { "default": false, "description": "Prometheus Operator must be installed in your cluster prior to enabling.", "title": "If enabled, a ServiceMonitor resource for Prometheus Operator is created", "type": "boolean" }, "interval": { "default": null, "title": "ServiceMonitor scrape interval", "type": [ "string", "null" ] }, "labels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional ServiceMonitor labels", "type": "object" }, "path": { "default": "/metrics", "description": "ote that the /metrics endpoint is NOT present in a freshly scaffolded Backstage app. To setup, follow the Prometheus metrics tutorial. https://github.com/backstage/backstage/blob/master/contrib/docs/tutorials/prometheus-metrics.md", "title": "ServiceMonitor endpoint path", "type": "string" } }, "title": "ServiceMonitor configuration", "type": "object" } }, "title": "Metrics configuration", "type": "object" }, "nameOverride": { "default": "", "title": "String to partially override common.names.fullname", "type": "string" }, "networkPolicy": { "additionalProperties": false, "properties": { "egressRules": { "additionalProperties": false, "properties": { "customRules": { "items": { "$ref": "https://kubernetesjsonschema.dev/v1.8.7/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyEgressRule" }, "title": "", "type": "array" }, "denyConnectionsToExternal": { "default": false, "title": "Deny external connections. Should not be enabled when working with an external database.", "type": "boolean" } }, "title": "Custom egress rules for the network policy", "type": "object" }, "enabled": { "default": false, "title": "Specifies whether a NetworkPolicy should be created", "type": "boolean" }, "ingressRules": { "additionalProperties": false, "properties": { "customRules": { "items": { "$ref": "https://kubernetesjsonschema.dev/v1.8.7/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyIngressRule" }, "title": "", "type": "array" }, "namespaceSelector": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "default": {}, "description": "Selects Namespaces using cluster scoped-labels.", "title": "Namespace Selector." }, "podSelector": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "default": {}, "description": "Selects selects Pods in this namespace.", "title": "Pod Selector." } }, "title": "Custom egress rules for the network policy", "type": "object" } }, "title": "Network policies", "type": "object" }, "postgresql": { "$ref": "https://raw.githubusercontent.com/bitnami/charts/main/bitnami/postgresql/values.schema.json", "description": "Ref. https://github.com/bitnami/charts/blob/master/bitnami/postgresql/values.yaml", "title": "PostgreSQL chart configuration" }, "service": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for Backstage service", "type": "object" }, "clusterIP": { "default": "", "title": "Backstage service Cluster IP", "type": "string" }, "externalTrafficPolicy": { "default": "Cluster", "description": "Ref: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip", "enum": [ "Cluster", "Local" ], "title": "Backstage service external traffic policy", "type": "string" }, "extraPorts": { "default": [], "items": { "type": "object" }, "title": "Extra ports to expose in the Backstage service", "type": "array" }, "loadBalancerIP": { "default": "", "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer", "title": "Backstage service Load Balancer IP", "type": "string" }, "loadBalancerSourceRanges": { "default": [], "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer", "examples": [ "10.10.10.0/24" ], "items": { "type": "string" }, "title": "Load Balancer sources", "type": "array" }, "nodePorts": { "additionalProperties": false, "properties": { "backend": { "default": "", "maximum": 32767, "minimum": 30000, "title": "Node port for backend", "type": [ "string", "integer" ] } }, "title": "Node port for the Backstage client connections", "type": "object" }, "ports": { "additionalProperties": false, "properties": { "backend": { "default": 7007, "title": "Backstage svc port number", "type": "integer" }, "name": { "default": "http-backend", "title": "Backstage svc port name", "type": "string" }, "targetPort": { "default": "backend", "title": "Backstage svc target port referencing receiving pod container port", "type": "string" } }, "title": "Backstage svc port for client connections", "type": "object" }, "sessionAffinity": { "default": "None", "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#session-stickiness", "enum": [ "None", "ClientIP" ], "title": "Control where client requests go, to the same pod or round-robin", "type": "string" }, "type": { "default": "ClusterIP", "enum": [ "ClusterIP", "NodePort", "LoadBalancer", "ExternalName" ], "title": "Kubernetes Service type", "type": "string" } }, "title": "Service parameters", "type": "object" }, "serviceAccount": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for the ServiceAccount.", "type": "object" }, "automountServiceAccountToken": { "default": true, "title": "Auto-mount the service account token in the pod", "type": "boolean" }, "create": { "default": false, "title": "Enable the creation of a ServiceAccount for Backstage pods", "type": "boolean" }, "labels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom labels to the service ServiceAccount.", "type": "object" }, "name": { "default": "", "description": "If not set and `serviceAccount.create` is true, a name is generated", "title": "Name of the ServiceAccount to use", "type": "string" } }, "title": "Service Account Configuration", "type": "object" } }, "title": "Backstage chart schema", "type": "object" }
Apache-2.0
en
backstage/charts
111933e16347d9755c62ebc2895e96722f9a904e
2023-07-04T08:20:34
charts/backstage/values.schema.json
107
2024-05-27T06:17:48.295742Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "backstage": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for the `Deployment` resource", "type": "object" }, "appConfig": { "default": {}, "examples": [ { "app": { "baseUrl": "https://somedomain.tld" } } ], "title": "Generates ConfigMap and configures it in the Backstage pods", "type": [ "object", "string" ] }, "args": { "default": [], "items": { "type": "string" }, "title": "Backstage container command arguments", "type": "array" }, "command": { "default": [ "node", "packages/backend" ], "items": { "type": "string" }, "title": "Backstage container command", "type": "array" }, "containerPorts": { "additionalProperties": false, "properties": { "backend": { "default": 7007, "title": "Backstage backend port.", "type": "integer" } }, "title": "Container ports on the Deployment", "type": "object" }, "containerSecurityContext": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.SecurityContext", "default": {}, "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container", "title": "Security settings for a Container." }, "extraAppConfig": { "default": [], "items": { "additionalProperties": false, "properties": { "configMapRef": { "type": "string" }, "filename": { "type": "string" } }, "type": "object" }, "title": "Extra app configuration files to inline into command arguments", "type": "array" }, "extraContainers": { "default": [], "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.Container" }, "title": "Deployment sidecars.", "type": "array" }, "extraEnvVars": { "default": [], "examples": [ [ { "name": "APP_CONFIG_backend_cache_store", "value": "memory" } ] ], "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.EnvVar" }, "title": "Backstage container environment variables", "type": "array" }, "extraEnvVarsSecrets": { "default": [], "description": "Translates into array of `envFrom.[].secretRef.name`", "examples": [ [ "my-backstage-secrets" ] ], "items": { "type": "string" }, "title": "Backstage container environment variables from Secrets", "type": "array" }, "extraVolumeMounts": { "default": [], "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.VolumeMount" }, "title": "Backstage container additional volume mounts", "type": "array" }, "extraVolumes": { "default": [], "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.Volume" }, "title": "Backstage container additional volumes", "type": "array" }, "image": { "additionalProperties": false, "properties": { "debug": { "default": false, "title": "Set to true if you would like to see extra information on logs", "type": "boolean" }, "pullPolicy": { "default": "Always", "description": "Ref: https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy", "enum": [ "Always", "IfNotPresent" ], "title": "Specify a imagePullPolicy.", "type": "string" }, "pullSecrets": { "default": [], "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/", "examples": [ "myRegistryKeySecretName" ], "items": { "type": "string" }, "title": "Optionally specify an array of imagePullSecrets.", "type": "array" }, "registry": { "default": "ghcr.io", "examples": [ "ghcr.io", "quay.io", "docker.io" ], "title": "Backstage image registry", "type": "string" }, "repository": { "default": "backstage/backstage", "title": "Backstage image repository", "type": "string" }, "tag": { "default": "latest", "description": "Immutable tags are recommended.", "title": "Backstage image tag", "type": "string" } }, "title": "Image parameters", "type": "object" }, "initContainers": { "default": [], "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.Container" }, "title": "Backstage container init containers", "type": "array" }, "installDir": { "default": "/app", "title": "Directory containing the backstage installation", "type": "string" }, "livenessProbe": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.Probe", "default": {}, "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/", "examples": [ { "failureThreshold": 3, "httpGet": { "path": "/healthcheck", "port": 7007, "scheme": "HTTP" }, "initialDelaySeconds": 60, "periodSeconds": 10, "successThreshold": 1, "timeoutSeconds": 2 } ], "title": "Liveness probe" }, "nodeSelector": { "additionalProperties": { "type": "string" }, "default": {}, "description": "Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector", "title": "Node labels for pod assignment", "type": "object" }, "podAnnotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Annotations to add to the backend deployment pods", "type": "object" }, "podLabels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Labels to add to the backend deployment pods", "type": "object" }, "podSecurityContext": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.SecurityContext", "default": {}, "description": "The security settings that you specify for a Pod apply to all Containers in the Pod. Ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod", "title": "Security settings for a Pod." }, "readinessProbe": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.Probe", "default": {}, "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/", "examples": [ { "failureThreshold": 3, "httpGet": { "path": "/healthcheck", "port": 7007, "scheme": "HTTP" }, "initialDelaySeconds": 30, "periodSeconds": 10, "successThreshold": 2, "timeoutSeconds": 2 } ], "title": "Readiness probe" }, "replicas": { "default": 1, "minimum": 0, "title": "Number of deployment replicas", "type": "integer" }, "resources": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements", "default": {}, "description": "Ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#resource-requests-and-limits-of-pod-and-container", "examples": [ { "limits": { "cpu": "1000m", "memory": "1Gi" }, "requests": { "cpu": "100m", "memory": "250Mi" } } ], "title": "Resource requests/limits" }, "tolerations": { "default": [], "description": "Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/", "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.Toleration" }, "title": "Node tolerations for server scheduling to nodes with taints", "type": "array" } }, "title": "Backstage parameters", "type": "object" }, "clusterDomain": { "default": "cluster.local", "title": "Default Kubernetes cluster domain", "type": "string" }, "commonAnnotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Annotations to add to all deployed objects", "type": "object" }, "commonLabels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Labels to add to all deployed objects", "type": "object" }, "diagnosticMode": { "additionalProperties": false, "properties": { "args": { "default": [ "infinity" ], "items": { "type": "string" }, "title": "Args to override all containers in the Deployment", "type": "array" }, "command": { "default": [ "sleep" ], "items": { "type": "string" }, "title": "Command to override all containers in the Deployment", "type": "array" }, "enabled": { "default": false, "description": "All probes will be disabled and the command will be overridden", "title": "Enable diagnostic mode", "type": "boolean" } }, "title": "Enable diagnostic mode in the Deployment", "type": "object" }, "extraDeploy": { "default": [], "items": { "type": [ "string", "object" ] }, "title": "Array of extra objects to deploy with the release", "type": "array", "uniqueItems": true }, "fullnameOverride": { "default": "", "title": "String to fully override common.names.fullname", "type": "string" }, "global": { "properties": { "imagePullSecrets": { "default": [], "examples": [ [ "myRegistryKeySecretName" ] ], "items": { "type": "string" }, "title": "Global Docker registry secret names as an array", "type": "array", "uniqueItems": true }, "imageRegistry": { "default": "", "title": "Global Docker image registry", "type": "string" } }, "title": "Global parameters.", "type": "object" }, "ingress": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional annotations for the Ingress resource", "type": "object" }, "className": { "default": "", "examples": [ "nginx" ], "title": "Name of the IngressClass cluster resource which defines which controller will implement the resource.", "type": "string" }, "enabled": { "default": false, "title": "Enable the creation of the ingress resource", "type": "boolean" }, "host": { "default": "", "examples": [ "backstage.10.0.0.1.nip.io" ], "title": "Hostname to be used to expose the route to access the backstage application.", "type": "string" }, "tls": { "additionalProperties": false, "properties": { "enabled": { "default": false, "description": "TLS for the host defined at `ingress.host` parameter", "title": "Enable TLS configuration", "type": "boolean" }, "secretName": { "default": "", "title": "The name to which the TLS Secret will be called", "type": "string" } }, "title": "Ingress TLS parameters", "type": "object" } }, "title": "Ingress parameters", "type": "object" }, "kubeVersion": { "default": "", "title": "Override Kubernetes version", "type": "string" }, "metrics": { "additionalProperties": false, "description": "Allows configuring your backstage instance as a scrape target for Prometheus. Ref: https://github.com/prometheus/prometheus", "properties": { "serviceMonitor": { "additionalProperties": false, "description": "A custom resource that is consumed by Prometheus Operator. Ref: https://github.com/prometheus-operator/prometheus-operator", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "ServiceMonitor annotations", "type": "object" }, "enabled": { "default": false, "description": "Prometheus Operator must be installed in your cluster prior to enabling.", "title": "If enabled, a ServiceMonitor resource for Prometheus Operator is created", "type": "boolean" }, "interval": { "default": null, "title": "ServiceMonitor scrape interval", "type": [ "string", "null" ] }, "labels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional ServiceMonitor labels", "type": "object" }, "path": { "default": "/metrics", "description": "ote that the /metrics endpoint is NOT present in a freshly scaffolded Backstage app. To setup, follow the Prometheus metrics tutorial. https://github.com/backstage/backstage/blob/master/contrib/docs/tutorials/prometheus-metrics.md", "title": "ServiceMonitor endpoint path", "type": "string" } }, "title": "ServiceMonitor configuration", "type": "object" } }, "title": "Metrics configuration", "type": "object" }, "nameOverride": { "default": "", "title": "String to partially override common.names.fullname", "type": "string" }, "networkPolicy": { "additionalProperties": false, "description": "Not used in any template. Ref. https://kubernetes.io/docs/concepts/services-networking/network-policies/", "properties": { "egressRules": { "additionalProperties": false, "properties": { "customRules": { "items": { "$ref": "https://kubernetesjsonschema.dev/v1.8.7/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyEgressRule" }, "title": "", "type": "array" } }, "title": "Custom egress rules for the network policy", "type": "object" }, "enabled": { "default": false, "title": "Specifies whether a NetworkPolicy should be created", "type": "boolean" }, "externalAccess": { "title": "Probably custom ingress rules for the network policy", "type": "object" } }, "title": "Network policies", "type": "object" }, "postgresql": { "$ref": "https://raw.githubusercontent.com/bitnami/charts/main/bitnami/postgresql/values.schema.json", "description": "Ref. https://github.com/bitnami/charts/blob/master/bitnami/postgresql/values.yaml", "title": "PostgreSQL chart configuration" }, "service": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for Backstage service", "type": "object" }, "clusterIP": { "default": "", "title": "Backstage service Cluster IP", "type": "string" }, "externalTrafficPolicy": { "default": "Cluster", "description": "Ref: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip", "enum": [ "Cluster", "Local" ], "title": "Backstage service external traffic policy", "type": "string" }, "extraPorts": { "default": [], "items": { "type": "object" }, "title": "Extra ports to expose in the Backstage service", "type": "array" }, "loadBalancerIP": { "default": "", "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer", "title": "Backstage service Load Balancer IP", "type": "string" }, "loadBalancerSourceRanges": { "default": [], "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer", "examples": [ "10.10.10.0/24" ], "items": { "type": "string" }, "title": "Load Balancer sources", "type": "array" }, "nodePorts": { "additionalProperties": false, "properties": { "backend": { "default": "", "maximum": 32767, "minimum": 30000, "title": "Node port for backend", "type": [ "string", "integer" ] } }, "title": "Node port for the Backstage client connections", "type": "object" }, "ports": { "additionalProperties": false, "properties": { "backend": { "default": 7007, "title": "Backstage svc port number", "type": "integer" }, "name": { "default": "http-backend", "title": "Backstage svc port name", "type": "string" }, "targetPort": { "default": "backend", "title": "Backstage svc target port referencing receiving pod container port", "type": "string" } }, "title": "Backstage svc port for client connections", "type": "object" }, "sessionAffinity": { "default": "None", "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#session-stickiness", "enum": [ "None", "ClientIP" ], "title": "Control where client requests go, to the same pod or round-robin", "type": "string" }, "type": { "default": "ClusterIP", "enum": [ "ClusterIP", "NodePort", "LoadBalancer", "ExternalName" ], "title": "Kubernetes Service type", "type": "string" } }, "title": "Service parameters", "type": "object" }, "serviceAccount": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for the ServiceAccount.", "type": "object" }, "automountServiceAccountToken": { "default": true, "title": "Auto-mount the service account token in the pod", "type": "boolean" }, "create": { "default": false, "title": "Enable the creation of a ServiceAccount for Backstage pods", "type": "boolean" }, "labels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom labels to the service ServiceAccount.", "type": "object" }, "name": { "default": "", "description": "If not set and `serviceAccount.create` is true, a name is generated", "title": "Name of the ServiceAccount to use", "type": "string" } }, "title": "Service Account Configuration", "type": "object" } }, "title": "Backstage chart schema", "type": "object" }
Apache-2.0
en
backstage/charts
0074d5bae3523efae907d7281ef6957af5dcfb56
2023-05-05T17:27:11
charts/backstage/values.schema.json
107
2024-05-27T06:17:48.295742Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "metrics": { "additionalProperties": false, "description": "Allows configuring your backstage instance as a scrape target for Prometheus. Ref: https://github.com/prometheus/prometheus", "properties": { "serviceMonitor": { "additionalProperties": false, "description": "A custom resource that is consumed by Prometheus Operator. Ref: https://github.com/prometheus-operator/prometheus-operator", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "ServiceMonitor annotations", "type": "object" }, "enabled": { "default": false, "description": "Prometheus Operator must be installed in your cluster prior to enabling.", "title": "If enabled, a ServiceMonitor resource for Prometheus Operator is created", "type": "boolean" }, "interval": { "default": null, "title": "ServiceMonitor scrape interval", "type": [ "string", "null" ] }, "labels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional ServiceMonitor labels", "type": "object" }, "path": { "default": "/metrics", "description": "ote that the /metrics endpoint is NOT present in a freshly scaffolded Backstage app. To setup, follow the Prometheus metrics tutorial. https://github.com/backstage/backstage/blob/master/contrib/docs/tutorials/prometheus-metrics.md", "title": "ServiceMonitor endpoint path", "type": "string" } }, "title": "ServiceMonitor configuration", "type": "object" } }, "title": "Metrics configuration", "type": "object" }, "postgresql": { "$ref": "https://raw.githubusercontent.com/bitnami/charts/main/bitnami/postgresql/values.schema.json", "description": "Ref. https://github.com/bitnami/charts/blob/master/bitnami/postgresql/values.yaml", "title": "PostgreSQL chart configuration" }, "properties": { "backstage": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for the `Deployment` resource", "type": "object" }, "appConfig": { "default": {}, "examples": [ { "app": { "baseUrl": "https://somedomain.tld" } } ], "title": "Generates ConfigMap and configures it in the Backstage pods", "type": "object" }, "args": { "default": [], "items": { "type": "string" }, "title": "Backstage container command arguments", "type": "array" }, "command": { "default": [ "node", "packages/backend" ], "items": { "type": "string" }, "title": "Backstage container command", "type": "array" }, "containerPorts": { "additionalProperties": false, "properties": { "backend": { "default": 7007, "title": "Backstage backend port.", "type": "integer" } }, "title": "Container ports on the Deployment", "type": "object" }, "containerSecurityContext": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.SecurityContext", "default": {}, "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container", "title": "Security settings for a Container." }, "extraAppConfig": { "default": [], "items": { "additionalProperties": false, "properties": { "configMapRef": { "type": "string" }, "filename": { "type": "string" } }, "type": "object" }, "title": "Extra app configuration files to inline into command arguments", "type": "array" }, "extraContainers": { "default": [], "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.Container" }, "title": "Deployment sidecars.", "type": "array" }, "extraEnvVars": { "default": [], "examples": [ [ { "name": "APP_CONFIG_backend_cache_store", "value": "memory" } ] ], "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.EnvVar" }, "title": "Backstage container environment variables", "type": "array" }, "extraEnvVarsSecrets": { "default": [], "description": "Translates into array of `envFrom.[].secretRef.name`", "examples": [ [ "my-backstage-secrets" ] ], "items": { "type": "string" }, "title": "Backstage container environment variables from Secrets", "type": "array" }, "extraVolumeMounts": { "default": [], "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.VolumeMount" }, "title": "Backstage container additional volume mounts", "type": "array" }, "extraVolumes": { "default": [], "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.Volume" }, "title": "Backstage container additional volumes", "type": "array" }, "image": { "additionalProperties": false, "properties": { "debug": { "default": false, "title": "Set to true if you would like to see extra information on logs", "type": "boolean" }, "pullPolicy": { "default": "Always", "description": "Ref: https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy", "enum": [ "Always", "IfNotPresent" ], "title": "Specify a imagePullPolicy.", "type": "string" }, "pullSecrets": { "default": [], "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/", "examples": [ "myRegistryKeySecretName" ], "items": { "type": "string" }, "title": "Optionally specify an array of imagePullSecrets.", "type": "array" }, "registry": { "default": "ghcr.io", "examples": [ "ghcr.io", "quay.io", "docker.io" ], "title": "Backstage image registry", "type": "string" }, "repository": { "default": "backstage/backstage", "title": "Backstage image repository", "type": "string" }, "tag": { "default": "latest", "description": "Immutable tags are recommended.", "title": "Backstage image tag", "type": "string" } }, "title": "Image parameters", "type": "object" }, "initContainers": { "default": [], "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.Container" }, "title": "Backstage container init containers", "type": "array" }, "installDir": { "default": "/app", "title": "Directory containing the backstage installation", "type": "string" }, "nodeSelector": { "additionalProperties": { "type": "string" }, "default": {}, "description": "Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector", "title": "Node labels for pod assignment", "type": "object" }, "podAnnotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Annotations to add to the backend deployment pods", "type": "object" }, "podSecurityContext": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.SecurityContext", "default": {}, "description": "The security settings that you specify for a Pod apply to all Containers in the Pod. Ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod", "title": "Security settings for a Pod." }, "replicas": { "default": 1, "minimum": 0, "title": "Number of deployment replicas", "type": "integer" }, "resources": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements", "default": {}, "description": "Ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#resource-requests-and-limits-of-pod-and-container", "examples": [ { "limits": { "cpu": "1000m", "memory": "1Gi" }, "requests": { "cpu": "100m", "memory": "250Mi" } } ], "title": "Resource requests/limits" }, "tolerations": { "default": [], "description": "Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/", "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.Toleration" }, "title": "Node tolerations for server scheduling to nodes with taints", "type": "array" } }, "title": "Backstage parameters", "type": "object" }, "clusterDomain": { "default": "cluster.local", "title": "Default Kubernetes cluster domain", "type": "string" }, "commonAnnotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Annotations to add to all deployed objects", "type": "object" }, "commonLabels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Labels to add to all deployed objects", "type": "object" }, "diagnosticMode": { "additionalProperties": false, "properties": { "args": { "default": [ "infinity" ], "items": { "type": "string" }, "title": "Args to override all containers in the Deployment", "type": "array" }, "command": { "default": [ "sleep" ], "items": { "type": "string" }, "title": "Command to override all containers in the Deployment", "type": "array" }, "enabled": { "default": false, "description": "All probes will be disabled and the command will be overridden", "title": "Enable diagnostic mode", "type": "boolean" } }, "title": "Enable diagnostic mode in the Deployment", "type": "object" }, "extraDeploy": { "default": [], "items": { "type": [ "string", "object" ] }, "title": "Array of extra objects to deploy with the release", "type": "array", "uniqueItems": true }, "fullnameOverride": { "default": "", "title": "String to fully override common.names.fullname", "type": "string" }, "global": { "properties": { "imagePullSecrets": { "default": [], "examples": [ [ "myRegistryKeySecretName" ] ], "items": { "type": "string" }, "title": "Global Docker registry secret names as an array", "type": "array", "uniqueItems": true }, "imageRegistry": { "default": "", "title": "Global Docker image registry", "type": "string" } }, "title": "Global parameters.", "type": "object" }, "ingress": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional annotations for the Ingress resource", "type": "object" }, "className": { "default": "", "examples": [ "nginx" ], "title": "Name of the IngressClass cluster resource which defines which controller will implement the resource.", "type": "string" }, "enabled": { "default": false, "title": "Enable the creation of the ingress resource", "type": "boolean" }, "host": { "default": "", "examples": [ "backstage.10.0.0.1.nip.io" ], "title": "Hostname to be used to expose the route to access the backstage application.", "type": "string" }, "tls": { "additionalProperties": false, "properties": { "enabled": { "default": false, "description": "TLS for the host defined at `ingress.host` parameter", "title": "Enable TLS configuration", "type": "boolean" }, "secretName": { "default": "", "title": "The name to which the TLS Secret will be called", "type": "string" } }, "title": "Ingress TLS parameters", "type": "object" } }, "title": "Ingress parameters", "type": "object" }, "kubeVersion": { "default": "", "title": "Override Kubernetes version", "type": "string" }, "nameOverride": { "default": "", "title": "String to partially override common.names.fullname", "type": "string" }, "networkPolicy": { "additionalProperties": false, "description": "Not used in any template. Ref. https://kubernetes.io/docs/concepts/services-networking/network-policies/", "properties": { "egressRules": { "additionalProperties": false, "properties": { "customRules": { "items": { "$ref": "https://kubernetesjsonschema.dev/v1.8.7/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyEgressRule" }, "title": "", "type": "array" } }, "title": "Custom egress rules for the network policy", "type": "object" }, "enabled": { "default": false, "title": "Specifies whether a NetworkPolicy should be created", "type": "boolean" }, "externalAccess": { "title": "Probably custom ingress rules for the network policy", "type": "object" } }, "title": "Network policies", "type": "object" }, "service": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for Backstage service", "type": "object" }, "clusterIP": { "default": "", "title": "Backstage service Cluster IP", "type": "string" }, "externalTrafficPolicy": { "default": "Cluster", "description": "Ref: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip", "enum": [ "Cluster", "Local" ], "title": "Backstage service external traffic policy", "type": "string" }, "extraPorts": { "default": [], "items": { "type": "object" }, "title": "Extra ports to expose in the Backstage service", "type": "array" }, "loadBalancerIP": { "default": "", "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer", "title": "Backstage service Load Balancer IP", "type": "string" }, "loadBalancerSourceRanges": { "default": [], "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer", "examples": [ "10.10.10.0/24" ], "items": { "type": "string" }, "title": "Load Balancer sources", "type": "array" }, "nodePorts": { "additionalProperties": false, "properties": { "backend": { "default": "", "maximum": 32767, "minimum": 30000, "title": "Node port for backend", "type": [ "string", "integer" ] } }, "title": "Node port for the Backstage client connections", "type": "object" }, "ports": { "additionalProperties": false, "properties": { "backend": { "default": 7007, "title": "Backstage svc port number", "type": "integer" }, "name": { "default": "http-backend", "title": "Backstage svc port name", "type": "string" }, "targetPort": { "default": "backend", "title": "Backstage svc target port referencing receiving pod container port", "type": "string" } }, "title": "Backstage svc port for client connections", "type": "object" }, "sessionAffinity": { "default": "None", "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#session-stickiness", "enum": [ "None", "ClientIP" ], "title": "Control where client requests go, to the same pod or round-robin", "type": "string" }, "type": { "default": "ClusterIP", "enum": [ "ClusterIP", "NodePort", "LoadBalancer", "ExternalName" ], "title": "Kubernetes Service type", "type": "string" } }, "title": "Service parameters", "type": "object" } }, "serviceAccount": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for the ServiceAccount.", "type": "object" }, "automountServiceAccountToken": { "default": true, "title": "Auto-mount the service account token in the pod", "type": "boolean" }, "create": { "default": false, "title": "Enable the creation of a ServiceAccount for Backstage pods", "type": "boolean" }, "labels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom labels to the service ServiceAccount.", "type": "object" }, "name": { "default": "", "description": "If not set and `serviceAccount.create` is true, a name is generated", "title": "Name of the ServiceAccount to use", "type": "string" } }, "title": "Service Account Configuration", "type": "object" }, "title": "Backstage chart schema", "type": "object" }
Apache-2.0
en
backstage/charts
d94c8a2da4bf54fa5a0dcd660837add664387c5e
2023-05-31T13:30:07
charts/backstage/values.schema.json
107
2024-05-27T06:17:48.295742Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "metrics": { "additionalProperties": false, "description": "Allows configuring your backstage instance as a scrape target for Prometheus. Ref: https://github.com/prometheus/prometheus", "properties": { "serviceMonitor": { "additionalProperties": false, "description": "A custom resource that is consumed by Prometheus Operator. Ref: https://github.com/prometheus-operator/prometheus-operator", "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "ServiceMonitor annotations", "type": "object" }, "enabled": { "default": false, "description": "Prometheus Operator must be installed in your cluster prior to enabling.", "title": "If enabled, a ServiceMonitor resource for Prometheus Operator is created", "type": "boolean" }, "interval": { "default": null, "title": "ServiceMonitor scrape interval", "type": [ "string", "null" ] }, "labels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional ServiceMonitor labels", "type": "object" }, "path": { "default": "/metrics", "description": "ote that the /metrics endpoint is NOT present in a freshly scaffolded Backstage app. To setup, follow the Prometheus metrics tutorial. https://github.com/backstage/backstage/blob/master/contrib/docs/tutorials/prometheus-metrics.md", "title": "ServiceMonitor endpoint path", "type": "string" } }, "title": "ServiceMonitor configuration", "type": "object" } }, "title": "Metrics configuration", "type": "object" }, "postgresql": { "$ref": "https://raw.githubusercontent.com/bitnami/charts/main/bitnami/postgresql/values.schema.json", "description": "Ref. https://github.com/bitnami/charts/blob/master/bitnami/postgresql/values.yaml", "title": "PostgreSQL chart configuration" }, "properties": { "backstage": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for the `Deployment` resource", "type": "object" }, "appConfig": { "default": {}, "examples": [ { "app": { "baseUrl": "https://somedomain.tld" } } ], "title": "Generates ConfigMap and configures it in the Backstage pods", "type": "object" }, "args": { "default": [], "items": { "type": "string" }, "title": "Backstage container command arguments", "type": "array" }, "command": { "default": [ "node", "packages/backend" ], "items": { "type": "string" }, "title": "Backstage container command", "type": "array" }, "containerPorts": { "additionalProperties": false, "properties": { "backend": { "default": 7007, "title": "Backstage backend port.", "type": "integer" } }, "title": "Container ports on the Deployment", "type": "object" }, "containerSecurityContext": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.SecurityContext", "default": {}, "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container", "title": "Security settings for a Container." }, "extraAppConfig": { "default": [], "items": { "additionalProperties": false, "properties": { "configMapRef": { "type": "string" }, "filename": { "type": "string" } }, "type": "object" }, "title": "Extra app configuration files to inline into command arguments", "type": "array" }, "extraContainers": { "default": [], "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.Container" }, "title": "Deployment sidecars.", "type": "array" }, "extraEnvVars": { "default": [], "examples": [ [ { "name": "APP_CONFIG_backend_cache_store", "value": "memory" } ] ], "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.EnvVar" }, "title": "Backstage container environment variables", "type": "array" }, "extraEnvVarsSecrets": { "default": [], "description": "Translates into array of `envFrom.[].secretRef.name`", "examples": [ [ "my-backstage-secrets" ] ], "items": { "type": "string" }, "title": "Backstage container environment variables from Secrets", "type": "array" }, "extraVolumeMounts": { "default": [], "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.VolumeMount" }, "title": "Backstage container additional volume mounts", "type": "array" }, "extraVolumes": { "default": [], "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.Volume" }, "title": "Backstage container additional volumes", "type": "array" }, "image": { "additionalProperties": false, "properties": { "debug": { "default": false, "title": "Set to true if you would like to see extra information on logs", "type": "boolean" }, "pullPolicy": { "default": "Always", "description": "Ref: https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy", "enum": [ "Always", "IfNotPresent" ], "title": "Specify a imagePullPolicy.", "type": "string" }, "pullSecrets": { "default": [], "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/", "examples": [ "myRegistryKeySecretName" ], "items": { "type": "string" }, "title": "Optionally specify an array of imagePullSecrets.", "type": "array" }, "registry": { "default": "ghcr.io", "examples": [ "ghcr.io", "quay.io", "docker.io" ], "title": "Backstage image registry", "type": "string" }, "repository": { "default": "backstage/backstage", "title": "Backstage image repository", "type": "string" }, "tag": { "default": "latest", "description": "Immutable tags are recommended.", "title": "Backstage image tag", "type": "string" } }, "title": "Image parameters", "type": "object" }, "initContainers": { "default": [], "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.Container" }, "title": "Backstage container init containers", "type": "array" }, "installDir": { "default": "/app", "title": "Directory containing the backstage installation", "type": "string" }, "livenessProbe": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.Probe", "default": {}, "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/", "examples": [ { "failureThreshold": 3, "httpGet": { "path": "/healthcheck", "port": 7007, "scheme": "HTTP" }, "initialDelaySeconds": 60, "periodSeconds": 10, "successThreshold": 1, "timeoutSeconds": 2 } ], "title": "Liveness probe" }, "nodeSelector": { "additionalProperties": { "type": "string" }, "default": {}, "description": "Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector", "title": "Node labels for pod assignment", "type": "object" }, "podAnnotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Annotations to add to the backend deployment pods", "type": "object" }, "podSecurityContext": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.SecurityContext", "default": {}, "description": "The security settings that you specify for a Pod apply to all Containers in the Pod. Ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod", "title": "Security settings for a Pod." }, "readinessProbe": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.Probe", "default": {}, "description": "Ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/", "examples": [ { "failureThreshold": 3, "httpGet": { "path": "/healthcheck", "port": 7007, "scheme": "HTTP" }, "initialDelaySeconds": 30, "periodSeconds": 10, "successThreshold": 2, "timeoutSeconds": 2 } ], "title": "Readiness probe" }, "replicas": { "default": 1, "minimum": 0, "title": "Number of deployment replicas", "type": "integer" }, "resources": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements", "default": {}, "description": "Ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#resource-requests-and-limits-of-pod-and-container", "examples": [ { "limits": { "cpu": "1000m", "memory": "1Gi" }, "requests": { "cpu": "100m", "memory": "250Mi" } } ], "title": "Resource requests/limits" }, "tolerations": { "default": [], "description": "Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/", "items": { "$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.Toleration" }, "title": "Node tolerations for server scheduling to nodes with taints", "type": "array" } }, "title": "Backstage parameters", "type": "object" }, "clusterDomain": { "default": "cluster.local", "title": "Default Kubernetes cluster domain", "type": "string" }, "commonAnnotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Annotations to add to all deployed objects", "type": "object" }, "commonLabels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Labels to add to all deployed objects", "type": "object" }, "diagnosticMode": { "additionalProperties": false, "properties": { "args": { "default": [ "infinity" ], "items": { "type": "string" }, "title": "Args to override all containers in the Deployment", "type": "array" }, "command": { "default": [ "sleep" ], "items": { "type": "string" }, "title": "Command to override all containers in the Deployment", "type": "array" }, "enabled": { "default": false, "description": "All probes will be disabled and the command will be overridden", "title": "Enable diagnostic mode", "type": "boolean" } }, "title": "Enable diagnostic mode in the Deployment", "type": "object" }, "extraDeploy": { "default": [], "items": { "type": [ "string", "object" ] }, "title": "Array of extra objects to deploy with the release", "type": "array", "uniqueItems": true }, "fullnameOverride": { "default": "", "title": "String to fully override common.names.fullname", "type": "string" }, "global": { "properties": { "imagePullSecrets": { "default": [], "examples": [ [ "myRegistryKeySecretName" ] ], "items": { "type": "string" }, "title": "Global Docker registry secret names as an array", "type": "array", "uniqueItems": true }, "imageRegistry": { "default": "", "title": "Global Docker image registry", "type": "string" } }, "title": "Global parameters.", "type": "object" }, "ingress": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional annotations for the Ingress resource", "type": "object" }, "className": { "default": "", "examples": [ "nginx" ], "title": "Name of the IngressClass cluster resource which defines which controller will implement the resource.", "type": "string" }, "enabled": { "default": false, "title": "Enable the creation of the ingress resource", "type": "boolean" }, "host": { "default": "", "examples": [ "backstage.10.0.0.1.nip.io" ], "title": "Hostname to be used to expose the route to access the backstage application.", "type": "string" }, "tls": { "additionalProperties": false, "properties": { "enabled": { "default": false, "description": "TLS for the host defined at `ingress.host` parameter", "title": "Enable TLS configuration", "type": "boolean" }, "secretName": { "default": "", "title": "The name to which the TLS Secret will be called", "type": "string" } }, "title": "Ingress TLS parameters", "type": "object" } }, "title": "Ingress parameters", "type": "object" }, "kubeVersion": { "default": "", "title": "Override Kubernetes version", "type": "string" }, "nameOverride": { "default": "", "title": "String to partially override common.names.fullname", "type": "string" }, "networkPolicy": { "additionalProperties": false, "description": "Not used in any template. Ref. https://kubernetes.io/docs/concepts/services-networking/network-policies/", "properties": { "egressRules": { "additionalProperties": false, "properties": { "customRules": { "items": { "$ref": "https://kubernetesjsonschema.dev/v1.8.7/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyEgressRule" }, "title": "", "type": "array" } }, "title": "Custom egress rules for the network policy", "type": "object" }, "enabled": { "default": false, "title": "Specifies whether a NetworkPolicy should be created", "type": "boolean" }, "externalAccess": { "title": "Probably custom ingress rules for the network policy", "type": "object" } }, "title": "Network policies", "type": "object" }, "service": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for Backstage service", "type": "object" }, "clusterIP": { "default": "", "title": "Backstage service Cluster IP", "type": "string" }, "externalTrafficPolicy": { "default": "Cluster", "description": "Ref: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip", "enum": [ "Cluster", "Local" ], "title": "Backstage service external traffic policy", "type": "string" }, "extraPorts": { "default": [], "items": { "type": "object" }, "title": "Extra ports to expose in the Backstage service", "type": "array" }, "loadBalancerIP": { "default": "", "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer", "title": "Backstage service Load Balancer IP", "type": "string" }, "loadBalancerSourceRanges": { "default": [], "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer", "examples": [ "10.10.10.0/24" ], "items": { "type": "string" }, "title": "Load Balancer sources", "type": "array" }, "nodePorts": { "additionalProperties": false, "properties": { "backend": { "default": "", "maximum": 32767, "minimum": 30000, "title": "Node port for backend", "type": [ "string", "integer" ] } }, "title": "Node port for the Backstage client connections", "type": "object" }, "ports": { "additionalProperties": false, "properties": { "backend": { "default": 7007, "title": "Backstage svc port number", "type": "integer" }, "name": { "default": "http-backend", "title": "Backstage svc port name", "type": "string" }, "targetPort": { "default": "backend", "title": "Backstage svc target port referencing receiving pod container port", "type": "string" } }, "title": "Backstage svc port for client connections", "type": "object" }, "sessionAffinity": { "default": "None", "description": "Ref: https://kubernetes.io/docs/concepts/services-networking/service/#session-stickiness", "enum": [ "None", "ClientIP" ], "title": "Control where client requests go, to the same pod or round-robin", "type": "string" }, "type": { "default": "ClusterIP", "enum": [ "ClusterIP", "NodePort", "LoadBalancer", "ExternalName" ], "title": "Kubernetes Service type", "type": "string" } }, "title": "Service parameters", "type": "object" } }, "serviceAccount": { "additionalProperties": false, "properties": { "annotations": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom annotations for the ServiceAccount.", "type": "object" }, "automountServiceAccountToken": { "default": true, "title": "Auto-mount the service account token in the pod", "type": "boolean" }, "create": { "default": false, "title": "Enable the creation of a ServiceAccount for Backstage pods", "type": "boolean" }, "labels": { "additionalProperties": { "type": "string" }, "default": {}, "title": "Additional custom labels to the service ServiceAccount.", "type": "object" }, "name": { "default": "", "description": "If not set and `serviceAccount.create` is true, a name is generated", "title": "Name of the ServiceAccount to use", "type": "string" } }, "title": "Service Account Configuration", "type": "object" }, "title": "Backstage chart schema", "type": "object" }
Apache-2.0
en