remove Pod Generation feature gate from field descriptions

Kubernetes-commit: d5dabfcd658def79f6b1e1c3c680d5c1711e24f7
This commit is contained in:
Natasha Sarkar
2025-11-11 16:44:33 +00:00
committed by Kubernetes Publisher
parent 8fcd3c218f
commit 1ee3eb7041

View File

@@ -32,7 +32,6 @@ type PodConditionApplyConfiguration struct {
// More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions
Type *corev1.PodConditionType `json:"type,omitempty"`
// If set, this represents the .metadata.generation that the pod condition was set based upon.
// The PodObservedGenerationTracking feature gate must be enabled to use this field.
ObservedGeneration *int64 `json:"observedGeneration,omitempty"`
// Status is the status of the condition.
// Can be True, False, Unknown.