From 1ee3eb704110eac0dabb8568907e32c33f1cedff Mon Sep 17 00:00:00 2001 From: Natasha Sarkar Date: Tue, 11 Nov 2025 16:44:33 +0000 Subject: [PATCH] remove Pod Generation feature gate from field descriptions Kubernetes-commit: d5dabfcd658def79f6b1e1c3c680d5c1711e24f7 --- applyconfigurations/core/v1/podcondition.go | 1 - 1 file changed, 1 deletion(-) diff --git a/applyconfigurations/core/v1/podcondition.go b/applyconfigurations/core/v1/podcondition.go index 55e55dd0f..dc527cdf2 100644 --- a/applyconfigurations/core/v1/podcondition.go +++ b/applyconfigurations/core/v1/podcondition.go @@ -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.