Changes to pdb healthy policy api docs

This commit is contained in:
ravisantoshgudimetla 2023-02-20 18:18:50 -05:00
parent b6582ffcd5
commit ebf54fc6e2
3 changed files with 3 additions and 3 deletions

View File

@ -67,7 +67,7 @@ type PodDisruptionBudgetSpec struct {
// if they encounter an unrecognized policy in this field. // if they encounter an unrecognized policy in this field.
// //
// This field is beta-level. The eviction API uses this field when // This field is beta-level. The eviction API uses this field when
// the feature gate PDBUnhealthyPodEvictionPolicy is enabled (disabled by default). // the feature gate PDBUnhealthyPodEvictionPolicy is enabled (enabled by default).
// +optional // +optional
UnhealthyPodEvictionPolicy *UnhealthyPodEvictionPolicyType UnhealthyPodEvictionPolicy *UnhealthyPodEvictionPolicyType
} }

View File

@ -72,7 +72,7 @@ type PodDisruptionBudgetSpec struct {
// if they encounter an unrecognized policy in this field. // if they encounter an unrecognized policy in this field.
// //
// This field is beta-level. The eviction API uses this field when // This field is beta-level. The eviction API uses this field when
// the feature gate PDBUnhealthyPodEvictionPolicy is enabled (disabled by default). // the feature gate PDBUnhealthyPodEvictionPolicy is enabled (enabled by default).
// +optional // +optional
UnhealthyPodEvictionPolicy *UnhealthyPodEvictionPolicyType `json:"unhealthyPodEvictionPolicy,omitempty" protobuf:"bytes,4,opt,name=unhealthyPodEvictionPolicy"` UnhealthyPodEvictionPolicy *UnhealthyPodEvictionPolicyType `json:"unhealthyPodEvictionPolicy,omitempty" protobuf:"bytes,4,opt,name=unhealthyPodEvictionPolicy"`
} }

View File

@ -70,7 +70,7 @@ type PodDisruptionBudgetSpec struct {
// if they encounter an unrecognized policy in this field. // if they encounter an unrecognized policy in this field.
// //
// This field is beta-level. The eviction API uses this field when // This field is beta-level. The eviction API uses this field when
// the feature gate PDBUnhealthyPodEvictionPolicy is enabled (disabled by default). // the feature gate PDBUnhealthyPodEvictionPolicy is enabled (enabled by default).
// +optional // +optional
UnhealthyPodEvictionPolicy *UnhealthyPodEvictionPolicyType `json:"unhealthyPodEvictionPolicy,omitempty" protobuf:"bytes,4,opt,name=unhealthyPodEvictionPolicy"` UnhealthyPodEvictionPolicy *UnhealthyPodEvictionPolicyType `json:"unhealthyPodEvictionPolicy,omitempty" protobuf:"bytes,4,opt,name=unhealthyPodEvictionPolicy"`
} }