Open layertwo opened 1 week ago
Traefik V3 uses a new API CRD group (https://doc.traefik.io/traefik/migration/v2-to-v3-details/#kubernetes-crds-api-group-traefikcontainous).
This PR adds a new configuration option to enable the new group (opt-in to not break deployments).
test_get_ingressroutes_traefik_v3_crd
list_cluster_custom_object
traefik.io
test_get_ingressroutes_success
traefik.containo.us
Notes
Traefik V3 uses a new API CRD group (https://doc.traefik.io/traefik/migration/v2-to-v3-details/#kubernetes-crds-api-group-traefikcontainous).
This PR adds a new configuration option to enable the new group (opt-in to not break deployments).
Testing
test_get_ingressroutes_traefik_v3_crd
) asserting that we're callinglist_cluster_custom_object
withtraefik.io
.test_get_ingressroutes_success
to assertlist_cluster_custom_object
is called withtraefik.containo.us
.