@jkcfg/kubernetes
Version:
jk Kubernetes library
21 lines • 699 B
JSON
{
"description": "SELinux Strategy Options defines the strategy type and any options used to create the strategy.",
"required": [
"rule"
],
"properties": {
"rule": {
"description": "type is the strategy that will dictate the allowable labels that may be set.",
"type": [
"string",
"null"
]
},
"seLinuxOptions": {
"description": "seLinuxOptions required to run as; required for MustRunAs More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/",
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SELinuxOptions"
}
},
"$schema": "http://json-schema.org/schema#",
"type": "object"
}