Generated code for securityContext in EphemeralContainers

This commit is contained in:
Lee Verberne
2021-02-12 10:45:27 +01:00
parent 70765fa24d
commit aff49ca684
3 changed files with 4 additions and 3 deletions

View File

@@ -5474,7 +5474,7 @@
},
"securityContext": {
"$ref": "#/definitions/io.k8s.api.core.v1.SecurityContext",
"description": "SecurityContext is not allowed for ephemeral containers."
"description": "Optional: SecurityContext defines the security options the ephemeral container should be run with. If set, the fields of SecurityContext override the equivalent fields of PodSecurityContext."
},
"startupProbe": {
"$ref": "#/definitions/io.k8s.api.core.v1.Probe",