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 80c17fa + 6c5e4fa commit 2a372d8Copy full SHA for 2a372d8
pkg/cli/cli.go
@@ -423,7 +423,7 @@ func (c *CLI) getInfoFromDefaults() {
423
}
424
425
const unstablePluginMsg = " (plugin version is unstable, there may be an upgrade available: " +
426
- "https://kubebuilder.io/migration/plugin/plugins.html)"
+ "https://kubebuilder.io/plugins/plugins-versioning)"
427
428
// resolvePlugins selects from the available plugins those that match the project version and plugin keys provided.
429
func (c *CLI) resolvePlugins() error {
0 commit comments