Skip to content

Commit

Permalink
Remove genclient:Namespaced tag
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
gmolau committed Feb 27, 2024
1 parent 0114b20 commit ae301aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion api/v2beta1/helmrelease_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,6 @@ const (
)

// +genclient
// +genclient:Namespaced
// +kubebuilder:object:root=true
// +kubebuilder:resource:shortName=hr
// +kubebuilder:subresource:status
Expand Down
1 change: 0 additions & 1 deletion api/v2beta2/helmrelease_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,6 @@ const (
)

// +genclient
// +genclient:Namespaced
// +kubebuilder:object:root=true
// +kubebuilder:resource:shortName=hr
// +kubebuilder:storageversion
Expand Down

0 comments on commit ae301aa

Please sign in to comment.