Merge pull request #34489 from caesarxuchao/time-copy.sh

Automatic merge from submit-queue

Verify and update client-go staging area for every PR

We need to keep the staging area up-to-date to prevent PRs from breaking client-go.

It's marked as "WIP" because we need to decide the [versioning strategy](https://github.com/kubernetes/client-go/issues/9) for client-go first. This PR contains breaking changes for client-go.

This is blocking #29934 and potentially #34441

cc @kubernetes/sig-api-machinery
This commit is contained in:
Kubernetes Submit Queue
2016-10-29 16:24:07 -07:00
committed by GitHub
317 changed files with 61623 additions and 53590 deletions

View File

@@ -266,7 +266,7 @@ func createReplicaSetOrDie(cs *kubernetes.Clientset, ns string, size int32, excl
},
Spec: extensions.ReplicaSetSpec{
Replicas: &size,
Selector: &extensions.LabelSelector{
Selector: &unversioned.LabelSelector{
MatchLabels: map[string]string{"foo": "bar"},
},
Template: api.PodTemplateSpec{