Merge pull request #107859 from ravisantoshgudimetla/promote-PodOS-beta

Promote PodOS field to beta
This commit is contained in:
Kubernetes Prow Robot
2022-03-24 00:14:41 -07:00
committed by GitHub
13 changed files with 102 additions and 13 deletions

View File

@@ -2984,7 +2984,7 @@ type PodSpec struct {
// - spec.containers[*].securityContext.runAsUser
// - spec.containers[*].securityContext.runAsGroup
// +optional
// This is an alpha field and requires the IdentifyPodOS feature
// This is a beta field and requires the IdentifyPodOS feature
OS *PodOS
}