File tree 6 files changed +2
-7
lines changed
6 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ resources:
5
5
# curl -o crds-files/gatewayAPI/gateway-standard-install.yaml -L https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.2.1/standard-install.yaml
6
6
- crds-files/gatewayAPI/gateway-standard-install.yaml
7
7
- crds-files/hub/hub.traefik.io_accesscontrolpolicies.yaml
8
- - crds-files/hub/hub.traefik.io_apiaccesses.yaml
9
8
- crds-files/hub/hub.traefik.io_apicatalogitems.yaml
10
9
- crds-files/hub/hub.traefik.io_managedsubscriptions.yaml
11
10
- crds-files/hub/hub.traefik.io_apiportals.yaml
Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ tests:
26
26
hub : true
27
27
asserts :
28
28
- hasDocuments :
29
- count : 11
29
+ count : 10
30
30
- isKind :
31
31
of : CustomResourceDefinition
32
32
- equal :
33
33
path : spec.group
34
34
value : hub.traefik.io
35
35
- matchRegex :
36
36
path : spec.names.kind
37
- pattern : ^(AccessControlPolicy|AIService|APIAccess| APIBundle|APICatalogItem|APIPlan|APIPortal|APIRateLimit|API|APIVersion|ManagedSubscription)$
37
+ pattern : ^(AccessControlPolicy|AIService|APIBundle|APICatalogItem|APIPlan|APIPortal|APIRateLimit|API|APIVersion|ManagedSubscription)$
38
38
- equal :
39
39
path : metadata.annotations["helm.sh/resource-policy"]
40
40
value : keep
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ resources:
5
5
# curl -o gateway-standard-install.yaml -L https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.2.1/standard-install.yaml
6
6
- gateway-standard-install.yaml
7
7
- hub.traefik.io_accesscontrolpolicies.yaml
8
- - hub.traefik.io_apiaccesses.yaml
9
8
- hub.traefik.io_apicatalogitems.yaml
10
9
- hub.traefik.io_managedsubscriptions.yaml
11
10
- hub.traefik.io_apiportals.yaml
Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ metadata:
53
53
{{- include "traefik.labels" . | nindent 4 }}
54
54
webhooks :
55
55
{{- $resources := list
56
- (dict "name" "hub-agent.traefik.access" "endpoint" "/api-access" "resource" "apiaccesses")
57
56
(dict "name" "hub-agent.traefik.api" "endpoint" "/api" "resource" "apis")
58
57
(dict "name" "hub-agent.traefik.bundle" "endpoint" "/api-bundle" "resource" "apibundles")
59
58
(dict "name" "hub-agent.traefik.catalog-item" "endpoint" "/api-catalog-item" "resource" "apicatalogitems")
Original file line number Diff line number Diff line change @@ -235,7 +235,6 @@ rules:
235
235
- hub.traefik.io
236
236
resources :
237
237
- accesscontrolpolicies
238
- - apiaccesses
239
238
- apiportals
240
239
- apiratelimits
241
240
- apis
Original file line number Diff line number Diff line change @@ -1015,7 +1015,6 @@ tests:
1015
1015
- hub.traefik.io
1016
1016
resources :
1017
1017
- accesscontrolpolicies
1018
- - apiaccesses
1019
1018
- apiportals
1020
1019
- apiratelimits
1021
1020
- apis
You can’t perform that action at this time.
0 commit comments