...
1- apiVersion: "getambassador.io/v3alpha1"
2 kind: "RateLimitService"
3 metadata:
4 creationTimestamp: "2020-07-03T02:19:06Z"
5 name: "ratelimitsvc-no-timeout"
6 namespace: "default"
7 spec:
8 service: "ratelimitsvc"
9- apiVersion: "getambassador.io/v3alpha1"
10 kind: "RateLimitService"
11 metadata:
12 creationTimestamp: "2020-07-03T02:19:06Z"
13 name: "ratelimitsvc-with-stats-name"
14 namespace: "default"
15 spec:
16 service: "ratelimitsvc"
17 stats_name: "alt-stats-name"
18- apiVersion: "getambassador.io/v3alpha1"
19 kind: "RateLimitService"
20 metadata:
21 creationTimestamp: "2020-07-03T02:19:06Z"
22 name: "ratelimitsvc-timeout"
23 namespace: "default"
24 spec:
25 service: "ratelimitsvc"
26 timeout_ms: 500
27- apiVersion: "getambassador.io/v3alpha1"
28 kind: "RateLimitService"
29 metadata:
30 creationTimestamp: "2020-07-03T02:19:06Z"
31 name: "ratelimitsvc-zero-timeout"
32 namespace: "default"
33 spec:
34 service: "ratelimitsvc"
35 timeout_ms: 0
View as plain text