mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-05 03:03:40 +00:00
Add Support for supplemental groups
This commit is contained in:
@@ -13189,6 +13189,18 @@
|
||||
"v1.PodSecurityContext": {
|
||||
"id": "v1.PodSecurityContext",
|
||||
"description": "PodSecurityContext holds pod-level security attributes and common container settings.",
|
||||
"properties": {
|
||||
"supplementalGroups": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "integer"
|
||||
},
|
||||
"description": "SupplementalGroups can be used to specify a list of additional groups which the main container process will run as. This will be applied to all containers in the pod in addition to the primary group of the container."
|
||||
}
|
||||
}
|
||||
},
|
||||
"integer": {
|
||||
"id": "integer",
|
||||
"properties": {}
|
||||
},
|
||||
"v1.PodStatus": {
|
||||
|
@@ -3837,6 +3837,18 @@
|
||||
"v1.PodSecurityContext": {
|
||||
"id": "v1.PodSecurityContext",
|
||||
"description": "PodSecurityContext holds pod-level security attributes and common container settings.",
|
||||
"properties": {
|
||||
"supplementalGroups": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "integer"
|
||||
},
|
||||
"description": "SupplementalGroups can be used to specify a list of additional groups which the main container process will run as. This will be applied to all containers in the pod in addition to the primary group of the container."
|
||||
}
|
||||
}
|
||||
},
|
||||
"integer": {
|
||||
"id": "integer",
|
||||
"properties": {}
|
||||
},
|
||||
"v1beta1.JobStatus": {
|
||||
|
Reference in New Issue
Block a user