@jkcfg/kubernetes
Version:
jk Kubernetes library
21 lines • 707 B
JSON
{
"$schema": "http://json-schema.org/schema#",
"required": [
"rule"
],
"type": "object",
"description": "SELinux Strategy Options defines the strategy type and any options used to create the strategy.",
"properties": {
"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"
},
"rule": {
"type": [
"string",
"null"
],
"description": "type is the strategy that will dictate the allowable labels that may be set."
}
}
}