mirror of
https://github.com/kubernetes/client-go.git
synced 2026-02-21 15:43:05 +00:00
remove Pod Generation feature gate from field descriptions
Kubernetes-commit: d5dabfcd658def79f6b1e1c3c680d5c1711e24f7
This commit is contained in:
committed by
Kubernetes Publisher
parent
8fcd3c218f
commit
1ee3eb7041
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user