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 958cda2 commit 321c00cCopy full SHA for 321c00c
hack/docs/internal/generate_component_config.go
@@ -72,6 +72,7 @@ func (sp *Sample) GenerateSampleProject() {
72
"--repo", "tutorial.kubebuilder.io/project",
73
"--license", "apache2",
74
"--owner", "The Kubernetes authors",
75
+ "--plugins=go/v4",
76
"--component-config",
77
)
78
CheckError("Initializing the project", err)
0 commit comments