Support for go/v4-alpha for hybrid plugins.
ryanm101 opened this issue · 1 comments
ryanm101 commented
Trying to build an operator on an M1 Mac.
Seems the hybrid plugin doesnt support the v4 plugin yet.
varshaprasad96 commented
@ryanm101 Checking the commits, looks like hybrid plugin does support go/v4
(v4-alpha has been deprecated by kubebuilder):
helm-operator-plugins/pkg/plugins/hybrid/v1alpha/scaffolds/init.go
Lines 120 to 134 in 215d1f8