mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Changes to pdb healthy policy api docs
This commit is contained in:
parent
b6582ffcd5
commit
ebf54fc6e2
@ -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
|
||||||
}
|
}
|
||||||
|
@ -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"`
|
||||||
}
|
}
|
||||||
|
@ -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"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user