mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-26 20:54:08 +00:00
@@ -59,7 +59,7 @@ const (
|
|||||||
// ParallelPodManagement will create and delete pods as soon as the stateful set
|
// ParallelPodManagement will create and delete pods as soon as the stateful set
|
||||||
// replica count is changed, and will not wait for pods to be ready or complete
|
// replica count is changed, and will not wait for pods to be ready or complete
|
||||||
// termination.
|
// termination.
|
||||||
ParallelPodManagement = "Parallel"
|
ParallelPodManagement PodManagementPolicyType = "Parallel"
|
||||||
)
|
)
|
||||||
|
|
||||||
// StatefulSetUpdateStrategy indicates the strategy that the StatefulSet
|
// StatefulSetUpdateStrategy indicates the strategy that the StatefulSet
|
||||||
|
@@ -69,7 +69,7 @@ const (
|
|||||||
// ParallelPodManagement will create and delete pods as soon as the stateful set
|
// ParallelPodManagement will create and delete pods as soon as the stateful set
|
||||||
// replica count is changed, and will not wait for pods to be ready or complete
|
// replica count is changed, and will not wait for pods to be ready or complete
|
||||||
// termination.
|
// termination.
|
||||||
ParallelPodManagement = "Parallel"
|
ParallelPodManagement PodManagementPolicyType = "Parallel"
|
||||||
)
|
)
|
||||||
|
|
||||||
// StatefulSetUpdateStrategy indicates the strategy that the StatefulSet
|
// StatefulSetUpdateStrategy indicates the strategy that the StatefulSet
|
||||||
|
@@ -111,7 +111,7 @@ const (
|
|||||||
// ParallelPodManagement will create and delete pods as soon as the stateful set
|
// ParallelPodManagement will create and delete pods as soon as the stateful set
|
||||||
// replica count is changed, and will not wait for pods to be ready or complete
|
// replica count is changed, and will not wait for pods to be ready or complete
|
||||||
// termination.
|
// termination.
|
||||||
ParallelPodManagement = "Parallel"
|
ParallelPodManagement PodManagementPolicyType = "Parallel"
|
||||||
)
|
)
|
||||||
|
|
||||||
// StatefulSetUpdateStrategy indicates the strategy that the StatefulSet
|
// StatefulSetUpdateStrategy indicates the strategy that the StatefulSet
|
||||||
|
@@ -115,7 +115,7 @@ const (
|
|||||||
// ParallelPodManagement will create and delete pods as soon as the stateful set
|
// ParallelPodManagement will create and delete pods as soon as the stateful set
|
||||||
// replica count is changed, and will not wait for pods to be ready or complete
|
// replica count is changed, and will not wait for pods to be ready or complete
|
||||||
// termination.
|
// termination.
|
||||||
ParallelPodManagement = "Parallel"
|
ParallelPodManagement PodManagementPolicyType = "Parallel"
|
||||||
)
|
)
|
||||||
|
|
||||||
// StatefulSetUpdateStrategy indicates the strategy that the StatefulSet
|
// StatefulSetUpdateStrategy indicates the strategy that the StatefulSet
|
||||||
|
Reference in New Issue
Block a user