...
1- apiVersion: "getambassador.io/v3alpha1"
2 kind: "AuthService"
3 metadata:
4 creationTimestamp: "2020-07-03T02:19:06Z"
5 name: "authsvc-no-timeout"
6 namespace: "default"
7 spec:
8 auth_service: "authservice"
9 proto: "grpc"
10- apiVersion: "getambassador.io/v3alpha1"
11 kind: "AuthService"
12 metadata:
13 creationTimestamp: "2020-07-03T02:19:06Z"
14 name: "authsvc-with-stats-name"
15 namespace: "default"
16 spec:
17 auth_service: "authservice"
18 proto: "grpc"
19 stats_name: "alt-stats-name"
20- apiVersion: "getambassador.io/v3alpha1"
21 kind: "AuthService"
22 metadata:
23 creationTimestamp: "2020-07-03T02:19:06Z"
24 name: "authsvc-timeout"
25 namespace: "default"
26 spec:
27 auth_service: "authservice"
28 proto: "grpc"
29 timeout_ms: 5000
30- apiVersion: "getambassador.io/v3alpha1"
31 kind: "AuthService"
32 metadata:
33 creationTimestamp: "2020-07-03T02:19:06Z"
34 name: "authsvc-zero-timeout"
35 namespace: "default"
36 spec:
37 auth_service: "authservice"
38 proto: "grpc"
39 timeout_ms: 0
40- apiVersion: "getambassador.io/v3alpha1"
41 kind: "AuthService"
42 metadata:
43 creationTimestamp: "2020-07-03T02:19:06Z"
44 name: "authsvc-all-false"
45 namespace: "default"
46 spec:
47 auth_service: "authservice"
48 proto: "grpc"
49 allow_request_body: false
50 add_linkerd_headers: false
51 failure_mode_allow: false
52- apiVersion: "getambassador.io/v3alpha1"
53 kind: "AuthService"
54 metadata:
55 creationTimestamp: "2020-07-03T02:19:06Z"
56 name: "authsvc-one-true"
57 namespace: "default"
58 spec:
59 auth_service: "authservice"
60 proto: "grpc"
61 allow_request_body: true
62 add_linkerd_headers: false
63 failure_mode_allow: false
64- apiVersion: "getambassador.io/v3alpha1"
65 kind: "AuthService"
66 metadata:
67 creationTimestamp: "2020-07-03T02:19:06Z"
68 name: "authsvc-two-true"
69 namespace: "default"
70 spec:
71 auth_service: "authservice"
72 proto: "grpc"
73 allow_request_body: false
74 add_linkerd_headers: true
75 failure_mode_allow: true
76- apiVersion: "getambassador.io/v3alpha1"
77 kind: "AuthService"
78 metadata:
79 creationTimestamp: "2020-07-03T02:19:06Z"
80 name: "authsvc-all-true"
81 namespace: "default"
82 spec:
83 auth_service: "authservice"
84 proto: "grpc"
85 allow_request_body: true
86 add_linkerd_headers: true
87 failure_mode_allow: true
View as plain text