File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
pkg/registry/networking/servicecidr Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,9 @@ func (serviceCIDRStrategy) NamespaceScoped() bool {
54
54
// and should not be modified by the user.
55
55
func (serviceCIDRStrategy ) GetResetFields () map [fieldpath.APIVersion ]* fieldpath.Set {
56
56
fields := map [fieldpath.APIVersion ]* fieldpath.Set {
57
+ "networking/v1" : fieldpath .NewSet (
58
+ fieldpath .MakePathOrDie ("status" ),
59
+ ),
57
60
"networking/v1beta1" : fieldpath .NewSet (
58
61
fieldpath .MakePathOrDie ("status" ),
59
62
),
@@ -129,6 +132,9 @@ var StatusStrategy = serviceCIDRStatusStrategy{Strategy}
129
132
// and should not be modified by the user.
130
133
func (serviceCIDRStatusStrategy ) GetResetFields () map [fieldpath.APIVersion ]* fieldpath.Set {
131
134
fields := map [fieldpath.APIVersion ]* fieldpath.Set {
135
+ "networking/v1" : fieldpath .NewSet (
136
+ fieldpath .MakePathOrDie ("spec" ),
137
+ ),
132
138
"networking/v1beta1" : fieldpath .NewSet (
133
139
fieldpath .MakePathOrDie ("spec" ),
134
140
),
You can’t perform that action at this time.
0 commit comments