Unverified Commit 9f3b4b58 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

Merge pull request #70521 from wenjun93/test

minor fix type missing
parents c90bf8d8 01d4ccac
...@@ -59,7 +59,7 @@ const ( ...@@ -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 ( ...@@ -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 ( ...@@ -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 ( ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment