@jkcfg/kubernetes
Version:
jk Kubernetes library
33 lines • 595 B
JSON
{
"description": "Adds and removes POSIX capabilities from running containers.",
"properties": {
"add": {
"description": "Added capabilities",
"items": {
"type": [
"string",
"null"
]
},
"type": [
"array",
"null"
]
},
"drop": {
"description": "Removed capabilities",
"items": {
"type": [
"string",
"null"
]
},
"type": [
"array",
"null"
]
}
},
"type": "object",
"$schema": "http://json-schema.org/schema#"
}