Remove `genclient:Namespaced` tag
This tag isn't used by controller-tools, only `nonNamespaced` is. Context: https://cloud-native.slack.com/archives/CLAJ40HV3/p1708794732147909 Signed-off-by: Georg Molau <georg.molau@gmail.com>
This commit is contained in:
parent
0114b20936
commit
ae301aa0ab
|
@ -1081,7 +1081,6 @@ const (
|
|||
)
|
||||
|
||||
// +genclient
|
||||
// +genclient:Namespaced
|
||||
// +kubebuilder:object:root=true
|
||||
// +kubebuilder:resource:shortName=hr
|
||||
// +kubebuilder:subresource:status
|
||||
|
|
|
@ -1059,7 +1059,6 @@ const (
|
|||
)
|
||||
|
||||
// +genclient
|
||||
// +genclient:Namespaced
|
||||
// +kubebuilder:object:root=true
|
||||
// +kubebuilder:resource:shortName=hr
|
||||
// +kubebuilder:storageversion
|
||||
|
|
Loading…
Reference in New Issue