File tree 6 files changed +2
-27
lines changed
6 files changed +2
-27
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 @@ -94,27 +94,6 @@ webhooks:
94
94
- v1alpha1
95
95
resources :
96
96
- apis
97
- - name : hub-agent.traefik.access
98
- clientConfig :
99
- service :
100
- name : admission
101
- namespace : {{ template "traefik.namespace" . }}
102
- path : /api-access
103
- caBundle : {{ $cert.Cert }}
104
- sideEffects : None
105
- admissionReviewVersions :
106
- - v1
107
- rules :
108
- - operations :
109
- - CREATE
110
- - UPDATE
111
- - DELETE
112
- apiGroups :
113
- - hub.traefik.io
114
- apiVersions :
115
- - v1alpha1
116
- resources :
117
- - apiaccesses
118
97
- name : hub-agent.traefik.catalog-item
119
98
clientConfig :
120
99
service :
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 @@ -956,7 +956,6 @@ tests:
956
956
- hub.traefik.io
957
957
resources :
958
958
- accesscontrolpolicies
959
- - apiaccesses
960
959
- apiportals
961
960
- apiratelimits
962
961
- apis
You can’t perform that action at this time.
0 commit comments