Open
Description
What broke? What's expected?
By extending the plugin in another tool, i.e.:
deployImageBundle, _ := plugin.NewBundleWithOptions(
plugin.WithName("deploy-image."+"my-domain"),
plugin.WithVersion(plugin.Version{Number: 1, Stage: stage.Alpha}),
plugin.WithPlugins(
deployimagev1alpha.Plugin{},
),
)
I would expected the PROJECT file tracked it as my own plugin domain informed. Instead it is not using the name informed and still tracking it as deploy-image.go.kubebuilder.io/v1-alpha
Reproducing this issue
No response
KubeBuilder (CLI) Version
master
PROJECT version
No response
Plugin versions
No response
Other versions
No response
Extra Labels
No response