mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-04-12 00:00:26 +08:00
Merge pull request #71512 from rkamudhan/patch-1
Update the go get to k8s.io/sample-controller Kubernetes-commit: b0f65ca1cfd322128f7a3c1676f668acab551ffc
This commit is contained in:
+1
-1
@@ -111,7 +111,7 @@ const (
|
||||
// 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
|
||||
// termination.
|
||||
ParallelPodManagement = "Parallel"
|
||||
ParallelPodManagement PodManagementPolicyType = "Parallel"
|
||||
)
|
||||
|
||||
// StatefulSetUpdateStrategy indicates the strategy that the StatefulSet
|
||||
|
||||
Reference in New Issue
Block a user