Merge pull request #20492 from erictune/labselunver
Move extensions.LabelSelector to unversioned
This commit is contained in:
@@ -267,7 +267,7 @@ func TestMonitorNodeStatusEvictPods(t *testing.T) {
|
||||
Namespace: "default",
|
||||
},
|
||||
Spec: extensions.DaemonSetSpec{
|
||||
Selector: &extensions.LabelSelector{
|
||||
Selector: &unversioned.LabelSelector{
|
||||
MatchLabels: map[string]string{"daemon": "yes"},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user