api changes for psp runasgroup policy
This commit is contained in:
46
api/openapi-spec/swagger.json
generated
46
api/openapi-spec/swagger.json
generated
@@ -87985,6 +87985,10 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"runAsGroup": {
|
||||
"description": "RunAsGroup is the strategy that will dictate the allowable RunAsGroup values that may be set. If this field is omitted, the pod's RunAsGroup can take any value. This field requires the RunAsGroup feature gate to be enabled.",
|
||||
"$ref": "#/definitions/io.k8s.api.extensions.v1beta1.RunAsGroupStrategyOptions"
|
||||
},
|
||||
"runAsUser": {
|
||||
"description": "runAsUser is the strategy that will dictate the allowable RunAsUser values that may be set.",
|
||||
"$ref": "#/definitions/io.k8s.api.extensions.v1beta1.RunAsUserStrategyOptions"
|
||||
@@ -88198,6 +88202,25 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"io.k8s.api.extensions.v1beta1.RunAsGroupStrategyOptions": {
|
||||
"description": "RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use RunAsGroupStrategyOptions from policy API Group instead.",
|
||||
"required": [
|
||||
"rule"
|
||||
],
|
||||
"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.",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/io.k8s.api.extensions.v1beta1.IDRange"
|
||||
}
|
||||
},
|
||||
"rule": {
|
||||
"description": "rule is the strategy that will dictate the allowable RunAsGroup values that may be set.",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"io.k8s.api.extensions.v1beta1.RunAsUserStrategyOptions": {
|
||||
"description": "RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use RunAsUserStrategyOptions from policy API Group instead.",
|
||||
"required": [
|
||||
@@ -88893,6 +88916,10 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"runAsGroup": {
|
||||
"description": "RunAsGroup is the strategy that will dictate the allowable RunAsGroup values that may be set. If this field is omitted, the pod's RunAsGroup can take any value. This field requires the RunAsGroup feature gate to be enabled.",
|
||||
"$ref": "#/definitions/io.k8s.api.policy.v1beta1.RunAsGroupStrategyOptions"
|
||||
},
|
||||
"runAsUser": {
|
||||
"description": "runAsUser is the strategy that will dictate the allowable RunAsUser values that may be set.",
|
||||
"$ref": "#/definitions/io.k8s.api.policy.v1beta1.RunAsUserStrategyOptions"
|
||||
@@ -88914,6 +88941,25 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"io.k8s.api.policy.v1beta1.RunAsGroupStrategyOptions": {
|
||||
"description": "RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy.",
|
||||
"required": [
|
||||
"rule"
|
||||
],
|
||||
"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.",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/io.k8s.api.policy.v1beta1.IDRange"
|
||||
}
|
||||
},
|
||||
"rule": {
|
||||
"description": "rule is the strategy that will dictate the allowable RunAsGroup values that may be set.",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"io.k8s.api.policy.v1beta1.RunAsUserStrategyOptions": {
|
||||
"description": "RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy.",
|
||||
"required": [
|
||||
|
Reference in New Issue
Block a user