diff --git a/test/integration/etcd/data.go b/test/integration/etcd/data.go index 47d802a5ff6..45479db7cac 100644 --- a/test/integration/etcd/data.go +++ b/test/integration/etcd/data.go @@ -242,6 +242,13 @@ func GetEtcdStorageDataForNamespace(namespace string) map[schema.GroupVersionRes }, // -- + // k8s.io/kubernetes/pkg/apis/networking/v1alpha1 + gvr("networking.k8s.io", "v1alpha1", "ipaddresses"): { + Stub: `{"metadata": {"name": "192.168.1.2"}, "spec": {"parentRef": {"resource": "services","name": "test", "namespace": "ns"}}}`, + ExpectedEtcdPath: "/registry/ipaddresses/192.168.1.2", + }, + // -- + // k8s.io/kubernetes/pkg/apis/policy/v1 gvr("policy", "v1", "poddisruptionbudgets"): { Stub: `{"metadata": {"name": "pdbv1"}, "spec": {"selector": {"matchLabels": {"anokkey": "anokvalue"}}}}`, @@ -481,6 +488,7 @@ func GetEtcdStorageDataForNamespace(namespace string) map[schema.GroupVersionRes ExpectedEtcdPath: "/registry/storageversions/sv1.test", }, // -- + } // add csinodes