mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 21:53:52 +00:00
12
api/openapi-spec/swagger.json
generated
12
api/openapi-spec/swagger.json
generated
@@ -9221,6 +9221,10 @@
|
||||
"$ref": "#/definitions/io.k8s.api.core.v1.Sysctl"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"windowsOptions": {
|
||||
"$ref": "#/definitions/io.k8s.api.core.v1.WindowsSecurityContextOptions",
|
||||
"description": "Windows security options."
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
@@ -10456,6 +10460,10 @@
|
||||
"seLinuxOptions": {
|
||||
"$ref": "#/definitions/io.k8s.api.core.v1.SELinuxOptions",
|
||||
"description": "The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence."
|
||||
},
|
||||
"windowsOptions": {
|
||||
"$ref": "#/definitions/io.k8s.api.core.v1.WindowsSecurityContextOptions",
|
||||
"description": "Windows security options."
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
@@ -11208,6 +11216,10 @@
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
"io.k8s.api.core.v1.WindowsSecurityContextOptions": {
|
||||
"description": "WindowsSecurityContextOptions contain Windows-specific options and credentials.",
|
||||
"type": "object"
|
||||
},
|
||||
"io.k8s.api.events.v1beta1.Event": {
|
||||
"description": "Event is a report of an event somewhere in the cluster. It generally denotes some state change in the system.",
|
||||
"properties": {
|
||||
|
Reference in New Issue
Block a user