Part of master to controlplane in test/integration

NewMasterConfig -> NewControlPlaneConfig
This commit is contained in:
Mengjiao Liu
2021-05-25 17:58:31 +08:00
parent ae1f28d7b0
commit d3f92af74f
6 changed files with 15 additions and 15 deletions

View File

@@ -31,7 +31,7 @@ import (
)
func TestIgnoreClusterName(t *testing.T) {
config := framework.NewMasterConfig()
config := framework.NewControlPlaneConfig()
_, s, closeFn := framework.RunAMaster(config)
defer closeFn()