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 800df6f commit 243756bCopy full SHA for 243756b
cmd/kubebuilder/initproject/init.go
@@ -90,11 +90,8 @@ func runInitRepo(cmd *cobra.Command, args []string) {
90
doDockerfile()
91
doInject(cr)
92
doArgs(cr, controllerOnly)
93
- //os.MkdirAll("bin", 0700)
94
RunVendorInstall(nil, nil)
95
-
96
createBoilerplate()
97
- RunVendorInstall(nil, nil)
98
fmt.Printf("Next: Define a resource with:\n" +
99
"$ kubebuilder create resource\n")
100
}
0 commit comments