From 795ce924c00b83ce2e131d037fd3cdb0b70b0e39 Mon Sep 17 00:00:00 2001 From: Georg Molau Date: Wed, 28 Feb 2024 14:43:01 +0100 Subject: [PATCH] Remove `genclient:Namespaced` tag 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 --- runtime/conditions/testdata/fake.go | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/conditions/testdata/fake.go b/runtime/conditions/testdata/fake.go index 286d36e4..ee59e701 100644 --- a/runtime/conditions/testdata/fake.go +++ b/runtime/conditions/testdata/fake.go @@ -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 {