mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2026-05-04 22:26:11 +02:00
Added missing GVKs for store tests
Signed-off-by: Thomas Kosiewski <thoma471@googlemail.com>
This commit is contained in:
parent
bd67905307
commit
9105dc020b
@ -145,6 +145,21 @@ func (suite *ByNamesTestSuite) TestAllInitialized() {
|
||||
Version: "v1alpha1",
|
||||
Resource: "ingressrouteudps",
|
||||
}: "IngressRouteUDPList",
|
||||
{
|
||||
Group: "traefik.io",
|
||||
Version: "v1alpha1",
|
||||
Resource: "ingressroutes",
|
||||
}: "IngressRouteList",
|
||||
{
|
||||
Group: "traefik.io",
|
||||
Version: "v1alpha1",
|
||||
Resource: "ingressroutetcps",
|
||||
}: "IngressRouteTCPList",
|
||||
{
|
||||
Group: "traefik.io",
|
||||
Version: "v1alpha1",
|
||||
Resource: "ingressrouteudps",
|
||||
}: "IngressRouteUDPList",
|
||||
}), nil)
|
||||
|
||||
sources, err := ByNames(context.TODO(), mockClientGenerator, []string{"service", "ingress", "istio-gateway", "contour-httpproxy", "kong-tcpingress", "f5-virtualserver", "traefik-proxy", "fake"}, minimalConfig)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user