update comments

Signed-off-by: Heba Elayoty <heelayot@microsoft.com>

Kubernetes-commit: fe681cfd8f61ef318c1c1b2c10e1daf16f806e8d
This commit is contained in:
Heba Elayoty
2025-09-29 14:10:26 -07:00
committed by Kubernetes Publisher
parent b6a9154664
commit 1ec59ffa19
3 changed files with 6 additions and 6 deletions

View File

@@ -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"`
}

View File

@@ -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"`
}

View File

@@ -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"`
}