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.
2 parents d5b4e55 + da53ed5 commit c2fbb3eCopy full SHA for c2fbb3e
docs/book/src/plugins/extending-cli.md
@@ -42,7 +42,7 @@ var (
42
// GetPluginsCLI returns the plugins based CLI configured to be used in your CLI binary
43
func GetPluginsCLI() (*cli.CLI) {
44
// Bundle plugin which built the golang projects scaffold by Kubebuilder go/v3
45
- gov3Bundle, _ := plugin.NewBundle(plugin.WithName(golang.DefaultNameQualifier),
+ gov3Bundle, _ := plugin.NewBundleWithOptions(plugin.WithName(golang.DefaultNameQualifier),
46
plugin.WithVersion(plugin.Version{Number: 3}),
47
plugin.WithPlugins(kustomizecommonv1.Plugin{}, golangv3.Plugin{}),
48
)
0 commit comments