Merge pull request #84882 from marosset/run-as-username-beta

Moving WindowsRunAsUserName to beta
This commit is contained in:
Kubernetes Prow Robot
2019-11-12 11:51:01 -08:00
committed by GitHub
6 changed files with 7 additions and 6 deletions

View File

@@ -5063,7 +5063,7 @@ type WindowsSecurityContextOptions struct {
// 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 alpha-level and it is only honored by servers that enable the WindowsRunAsUserName feature flag.
// This field is beta-level and may be disabled with the WindowsRunAsUserName feature flag.
// +optional
RunAsUserName *string
}