Remove ClusterName

This commit is contained in:
Daniel Smith
2022-04-20 23:50:27 +00:00
parent 71df3e819b
commit 331525670b
23 changed files with 8 additions and 197 deletions

View File

@@ -180,7 +180,6 @@ func fuzzObject(t *testing.T, gvk schema.GroupVersionKind) runtime.Object {
c.FuzzNoCustom(s)
s.ManagedFields = nil
s.SelfLink = ""
s.ZZZ_DeprecatedClusterName = ""
},
).Fuzz(internalObj)