@jkcfg/kubernetes
Version:
jk Kubernetes library
27 lines • 895 B
JSON
{
"description": "RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use RunAsGroupStrategyOptions from policy API Group instead.",
"properties": {
"ranges": {
"description": "ranges are the allowed ranges of gids that may be used. If you would like to force a single gid then supply a single range with the same start and end. Required for MustRunAs.",
"items": {
"$ref": "_definitions.json#/definitions/io.k8s.api.extensions.v1beta1.IDRange"
},
"type": [
"array",
"null"
]
},
"rule": {
"description": "rule is the strategy that will dictate the allowable RunAsGroup values that may be set.",
"type": [
"string",
"null"
]
}
},
"required": [
"rule"
],
"type": "object",
"$schema": "http://json-schema.org/schema#"
}