mirror of https://github.com/k3s-io/k3s
commit
9f3b4b588d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue