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:
Kubernetes Publisher 2019-02-15 06:39:51 -08:00
commit f232764143
15 changed files with 248 additions and 246 deletions

486
Godeps/Godeps.json generated

File diff suppressed because it is too large Load Diff

View File

@ -42,6 +42,8 @@ This is an example of how to build a kube-like controller with a single type.
```sh
# assumes you have a working kubeconfig, not required if operating in-cluster
$ go get k8s.io/sample-controller
$ cd $GOPATH/src/k8s.io/sample-controller
$ go build -o sample-controller .
$ ./sample-controller -kubeconfig=$HOME/.kube/config

2
vendor/k8s.io/api/apps/v1/types.go generated vendored
View File

@ -69,7 +69,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

View File

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

View File

@ -115,7 +115,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

0
vendor/k8s.io/apimachinery/pkg/api/errors/OWNERS generated vendored Executable file → Normal file
View File

0
vendor/k8s.io/apimachinery/pkg/api/meta/OWNERS generated vendored Executable file → Normal file
View File

0
vendor/k8s.io/apimachinery/pkg/api/resource/OWNERS generated vendored Executable file → Normal file
View File

0
vendor/k8s.io/apimachinery/pkg/apis/meta/v1/OWNERS generated vendored Executable file → Normal file
View File

0
vendor/k8s.io/client-go/rest/OWNERS generated vendored Executable file → Normal file
View File

0
vendor/k8s.io/client-go/tools/cache/OWNERS generated vendored Executable file → Normal file
View File

0
vendor/k8s.io/client-go/tools/metrics/OWNERS generated vendored Executable file → Normal file
View File

0
vendor/k8s.io/client-go/tools/record/OWNERS generated vendored Executable file → Normal file
View File

0
vendor/k8s.io/client-go/transport/OWNERS generated vendored Executable file → Normal file
View File

0
vendor/k8s.io/client-go/util/retry/OWNERS generated vendored Executable file → Normal file
View File