api: Promote PodOS field to GA

This commit is contained in:
Ravi Gudimetla 2022-07-18 15:16:41 -04:00
parent b79ebb8165
commit e9ce94edf5
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -3305,7 +3305,6 @@ type PodSpec struct {
// - spec.containers[*].securityContext.runAsUser
// - spec.containers[*].securityContext.runAsGroup
// +optional
// This is a beta field and requires the IdentifyPodOS feature
OS *PodOS `json:"os,omitempty" protobuf:"bytes,36,opt,name=os"`
}