mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 03:33:26 +00:00
Changes to pdb healthy policy api docs
This commit is contained in:
@@ -67,7 +67,7 @@ type PodDisruptionBudgetSpec struct {
|
||||
// if they encounter an unrecognized policy in this field.
|
||||
//
|
||||
// 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
|
||||
UnhealthyPodEvictionPolicy *UnhealthyPodEvictionPolicyType
|
||||
}
|
||||
|
@@ -72,7 +72,7 @@ type PodDisruptionBudgetSpec struct {
|
||||
// if they encounter an unrecognized policy in this field.
|
||||
//
|
||||
// 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
|
||||
UnhealthyPodEvictionPolicy *UnhealthyPodEvictionPolicyType `json:"unhealthyPodEvictionPolicy,omitempty" protobuf:"bytes,4,opt,name=unhealthyPodEvictionPolicy"`
|
||||
}
|
||||
|
@@ -70,7 +70,7 @@ type PodDisruptionBudgetSpec struct {
|
||||
// if they encounter an unrecognized policy in this field.
|
||||
//
|
||||
// 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
|
||||
UnhealthyPodEvictionPolicy *UnhealthyPodEvictionPolicyType `json:"unhealthyPodEvictionPolicy,omitempty" protobuf:"bytes,4,opt,name=unhealthyPodEvictionPolicy"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user