We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250bd42 commit c303b69Copy full SHA for c303b69
pkg/quarkus/v1beta/plugin.go
@@ -66,3 +66,10 @@ func (p Plugin) GetCreateAPISubcommand() plugin.CreateAPISubcommand { return &p.
66
67
// // GetEditSubcommand will return the subcommand which is responsible for editing the scaffold of the project
68
// func (p Plugin) GetEditSubcommand() plugin.EditSubcommand { return &p.editSubcommand }
69
+
70
+func (p Plugin) DeprecationWarning() string {
71
+ return "This plugin is deprecated and will be eventually removed." +
72
+ " It is recommended that you bootstrap your Quarkus-based operator with" +
73
+ " the provided Quarkus tools as described in the bootstraping instructions -" +
74
+ " https://github.com/quarkiverse/quarkus-operator-sdk?tab=readme-ov-file#bootstrapping-a-project."
75
+}
0 commit comments