This commit is contained in:
Daniel Smith
2020-09-02 10:47:23 -07:00
parent 1f0305fe1b
commit 15e0e3e90e
21 changed files with 68 additions and 68 deletions

View File

@@ -50,7 +50,7 @@ import (
"k8s.io/kubernetes/test/integration/framework"
// install all APIs
_ "k8s.io/kubernetes/pkg/master"
_ "k8s.io/kubernetes/pkg/controlplane"
)
// StartRealMasterOrDie starts an API master that is appropriate for use in tests that require one of every resource