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

Tested by running `make generate` and verifying that there is no diff.

Signed-off-by: Georg Molau <georg.molau@gmail.com>
  • Loading branch information
gmolau committed Feb 28, 2024
1 parent 1b62208 commit 795ce92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/conditions/testdata/fake.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ func (f *FakeStatus) DeepCopy() *FakeStatus {
// Fake is a mock struct that adheres to the minimal requirements to
// work with the condition helpers, by implementing client.Object.
// +genclient
// +genclient:Namespaced
// +kubebuilder:object:root=true
// +kubebuilder:subresource:status
type Fake struct {
Expand Down

0 comments on commit 795ce92

Please sign in to comment.