Rename master to apiserver in test/integration

This commit is contained in:
Mengjiao Liu
2021-06-15 18:44:39 +08:00
parent 5ec7b49299
commit da35add03f
12 changed files with 45 additions and 45 deletions

View File

@@ -120,7 +120,7 @@ func TestTaintBasedEvictions(t *testing.T) {
)
for i, test := range tests {
t.Run(test.name, func(t *testing.T) {
testCtx := testutils.InitTestMaster(t, "taint-based-evictions", admission)
testCtx := testutils.InitTestAPIServer(t, "taint-based-evictions", admission)
// Build clientset and informers for controllers.
externalClientset := kubernetes.NewForConfigOrDie(&restclient.Config{