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:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user