mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-21 01:50:55 +00:00
teach code generator about ugly fields
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user