Skip to content

Commit

Permalink
Update pkg/plugins/golang/v2/plugin.go
Browse files Browse the repository at this point in the history
Co-authored-by: Bryce Palmer <everettraven@gmail.com>
  • Loading branch information
camilamacedo86 and everettraven committed Jun 16, 2022
1 parent 7963c2d commit c06f4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/plugins/golang/v2/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func (p Plugin) GetEditSubcommand() plugin.EditSubcommand { return &p.editSubcom

func (p Plugin) DeprecationWarning() string {
return "This version is deprecated and is no longer scaffolded by default since `28 Apr 2021`." +
"The `go/v2` plugin cannot scaffold solutions which uses CRD and/or Webhooks using the v1 API version." +
"The `go/v2` plugin cannot scaffold projects in which CRDs and/or Webhooks have a `v1` API version." +
"Be aware that v1beta1 API for CRDs and Webhooks was deprecated on Kubernetes 1.16 and are" +
"removed as of the Kubernetes 1.22 release. Therefore, since this plugin cannot produce projects that" +
"work on Kubernetes versions >= 1.22, it is recommended to upgrade your project " +
Expand Down

0 comments on commit c06f4a1

Please sign in to comment.