Merge pull request #70521 from wenjun93/test

minor fix type missing
pull/564/head
Kubernetes Prow Robot 2019-02-15 01:36:29 -08:00 committed by GitHub
commit 9f3b4b588d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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