Skip to content

Commit

Permalink
Updates extending kubebuilder docs to use NewBundleWithOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
sklarsa committed Jul 8, 2023
1 parent b17a13e commit 3f106fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/plugins/extending-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var (
// GetPluginsCLI returns the plugins based CLI configured to be used in your CLI binary
func GetPluginsCLI() (*cli.CLI) {
// Bundle plugin which built the golang projects scaffold by Kubebuilder go/v3
gov3Bundle, _ := plugin.NewBundle(golang.DefaultNameQualifier, plugin.Version{Number: 3},
gov3Bundle, _ := plugin.NewBundleWithOptions(golang.DefaultNameQualifier, plugin.Version{Number: 3},
kustomizecommonv1.Plugin{},
golangv3.Plugin{},
)
Expand Down

0 comments on commit 3f106fa

Please sign in to comment.