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 10fc5c7 commit 2376593Copy full SHA for 2376593
cmd/kubebuilder/docs/gen.go
@@ -22,7 +22,7 @@ func (g CodeGenerator) Execute(dir string) error {
22
if err != nil {
23
return fmt.Errorf("Failed making a parser: %v", err)
24
}
25
- for _, d := range []string{"./pkg/apis", "./pkg/controller", "./pkg/inject"} {
+ for _, d := range []string{"./pkg/apis", "./pkg/inject"} {
26
if err := b.AddDirRecursive(d); err != nil {
27
28
0 commit comments