teach code generator about ugly fields

This commit is contained in:
Daniel Smith
2022-03-18 15:55:58 +00:00
parent 17e74b3936
commit 0710b6836c
2 changed files with 6 additions and 0 deletions

View File

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