mirror of
https://github.com/kubernetes/client-go.git
synced 2026-01-04 23:24:03 +00:00
update comments
Signed-off-by: Heba Elayoty <heelayot@microsoft.com> Kubernetes-commit: fe681cfd8f61ef318c1c1b2c10e1daf16f806e8d
This commit is contained in:
committed by
Kubernetes Publisher
parent
b6a9154664
commit
1ec59ffa19
@@ -37,8 +37,8 @@ type RollingUpdateStatefulSetStrategyApplyConfiguration struct {
|
||||
// Absolute number is calculated from percentage by rounding up. This can not be 0.
|
||||
// Defaults to 1. This field is beta-level and is enabled by default. The field applies to all pods in the range 0 to
|
||||
// Replicas-1. That means if there is any unavailable pod in the range 0 to Replicas-1, it
|
||||
// will be counted towards MaxUnavailable. This field works differently for each podManagementPolicy
|
||||
// (e.g. for OrderedReadyPodManagement it is not applied until the StatefulSet had a chance to fully scale up).
|
||||
// will be counted towards MaxUnavailable.
|
||||
// This setting might not be effective for the OrderedReady podManagementPolicy. That policy ensures pods are created and become ready one at a time.
|
||||
MaxUnavailable *intstr.IntOrString `json:"maxUnavailable,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
@@ -37,8 +37,8 @@ type RollingUpdateStatefulSetStrategyApplyConfiguration struct {
|
||||
// Absolute number is calculated from percentage by rounding up. This can not be 0.
|
||||
// Defaults to 1. This field is beta-level and is enabled by default. The field applies to all pods in the range 0 to
|
||||
// Replicas-1. That means if there is any unavailable pod in the range 0 to Replicas-1, it
|
||||
// will be counted towards MaxUnavailable. This field works differently for each podManagementPolicy
|
||||
// (e.g. for OrderedReadyPodManagement it is not applied until the StatefulSet had a chance to fully scale up).
|
||||
// will be counted towards MaxUnavailable.
|
||||
// This setting might not be effective for the OrderedReady podManagementPolicy. That policy ensures pods are created and become ready one at a time.
|
||||
MaxUnavailable *intstr.IntOrString `json:"maxUnavailable,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
@@ -37,8 +37,8 @@ type RollingUpdateStatefulSetStrategyApplyConfiguration struct {
|
||||
// Absolute number is calculated from percentage by rounding up. This can not be 0.
|
||||
// Defaults to 1. This field is beta-level and is enabled by default. The field applies to all pods in the range 0 to
|
||||
// Replicas-1. That means if there is any unavailable pod in the range 0 to Replicas-1, it
|
||||
// will be counted towards MaxUnavailable. This field works differently for each podManagementPolicy
|
||||
// (e.g. for OrderedReadyPodManagement it is not applied until the StatefulSet had a chance to fully scale up).
|
||||
// will be counted towards MaxUnavailable.
|
||||
// This setting might not be effective for the OrderedReady podManagementPolicy. That policy ensures pods are created and become ready one at a time.
|
||||
MaxUnavailable *intstr.IntOrString `json:"maxUnavailable,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user