fix error

This commit is contained in:
magicsong
2019-08-18 10:26:20 +08:00
parent 122fb9035d
commit e33f5824b3
63 changed files with 104 additions and 177 deletions

View File

@@ -33,7 +33,7 @@ var c client.Client
func TestMain(m *testing.M) {
t := &envtest.Environment{
CRDDirectoryPaths: []string{filepath.Join("..", "..", "..", "..", "config", "mannual-crds")},
CRDDirectoryPaths: []string{filepath.Join("..", "..", "..", "..", "kustomize", "network", "crds")},
}
err := SchemeBuilder.AddToScheme(scheme.Scheme)