Skip to content

Commit 3f106fa

Browse files
committed
Updates extending kubebuilder docs to use NewBundleWithOptions
1 parent b17a13e commit 3f106fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/plugins/extending-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var (
4242
// GetPluginsCLI returns the plugins based CLI configured to be used in your CLI binary
4343
func GetPluginsCLI() (*cli.CLI) {
4444
// Bundle plugin which built the golang projects scaffold by Kubebuilder go/v3
45-
gov3Bundle, _ := plugin.NewBundle(golang.DefaultNameQualifier, plugin.Version{Number: 3},
45+
gov3Bundle, _ := plugin.NewBundleWithOptions(golang.DefaultNameQualifier, plugin.Version{Number: 3},
4646
kustomizecommonv1.Plugin{},
4747
golangv3.Plugin{},
4848
)

0 commit comments

Comments
 (0)