We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046375a commit 5bdea3fCopy full SHA for 5bdea3f
cmd/kubebuilder/main.go
@@ -100,6 +100,9 @@ More options:
100
101
- run tests
102
kubebuilder build generated
103
+ export TEST_ASSET_KUBECTL=/usr/local/kubebuilder/bin/kubectl
104
+ export TEST_ASSET_KUBE_APISERVER=/usr/local/kubebuilder/bin/kube-apiserver
105
+ export TEST_ASSET_ETCD=/usr/local/kubebuilder/bin/etcd
106
go test ./pkg/...
107
`,
108
Example: `# Initialize your project
0 commit comments