@@ -273,12 +273,16 @@ func GetEtcdStorageDataForNamespaceServedAt(namespace string, v string, removeAl
273
273
IntroducedVersion : "1.7" ,
274
274
},
275
275
gvr ("networking.k8s.io" , "v1" , "ipaddresses" ): {
276
- Stub : `{"metadata": {"name": "192.168.2.3"}, "spec": {"parentRef": {"resource": "services","name": "test", "namespace": "ns"}}}` ,
277
- ExpectedEtcdPath : "/registry/ipaddresses/192.168.2.3" ,
276
+ Stub : `{"metadata": {"name": "192.168.2.3"}, "spec": {"parentRef": {"resource": "services","name": "test", "namespace": "ns"}}}` ,
277
+ ExpectedEtcdPath : "/registry/ipaddresses/192.168.2.3" ,
278
+ ExpectedGVK : gvkP ("networking.k8s.io" , "v1beta1" , "IPAddress" ),
279
+ IntroducedVersion : "1.33" ,
278
280
},
279
281
gvr ("networking.k8s.io" , "v1" , "servicecidrs" ): {
280
- Stub : `{"metadata": {"name": "range-b2"}, "spec": {"cidrs": ["192.168.0.0/16","fd00:1::/120"]}}` ,
281
- ExpectedEtcdPath : "/registry/servicecidrs/range-b2" ,
282
+ Stub : `{"metadata": {"name": "range-b2"}, "spec": {"cidrs": ["192.168.0.0/16","fd00:1::/120"]}}` ,
283
+ ExpectedEtcdPath : "/registry/servicecidrs/range-b2" ,
284
+ ExpectedGVK : gvkP ("networking.k8s.io" , "v1beta1" , "ServiceCIDR" ),
285
+ IntroducedVersion : "1.33" ,
282
286
},
283
287
// --
284
288
0 commit comments