Promote PodOS field to beta

This commit is contained in:
ravisantoshgudimetla
2022-01-29 13:26:21 -05:00
parent 5d6a793221
commit 905ab6866b
2 changed files with 3 additions and 3 deletions

View File

@@ -2985,7 +2985,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
}