Merge pull request #87790 from marosset/windows-run-as-username-stable

Moving Windows RunAsUserName feature to GA
This commit is contained in:
Kubernetes Prow Robot
2020-02-24 17:46:21 -08:00
committed by GitHub
8 changed files with 4 additions and 247 deletions

View File

@@ -10473,7 +10473,7 @@
"type": "string"
},
"runAsUserName": {
"description": "The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. This field is beta-level and may be disabled with the WindowsRunAsUserName feature flag.",
"description": "The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.",
"type": "string"
}
},