...

Text file src/github.com/datawire/ambassador/v2/pkg/api/getambassador.io/v1/testdata/authsvc.yaml

Documentation: github.com/datawire/ambassador/v2/pkg/api/getambassador.io/v1/testdata

     1- apiVersion: "getambassador.io/v1"
     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/v1"
    11  kind: "AuthService"
    12  metadata:
    13      creationTimestamp: "2020-07-03T02:19:06Z"
    14      name: "authsvc-timeout"
    15      namespace: "default"
    16  spec:
    17      auth_service: "authservice"
    18      proto: "grpc"
    19      timeout_ms: 5000
    20- apiVersion: "getambassador.io/v1"
    21  kind: "AuthService"
    22  metadata:
    23      creationTimestamp: "2020-07-03T02:19:06Z"
    24      name: "authsvc-zero-timeout"
    25      namespace: "default"
    26  spec:
    27      auth_service: "authservice"
    28      proto: "grpc"
    29      timeout_ms: 0
    30- apiVersion: "getambassador.io/v1"
    31  kind: "AuthService"
    32  metadata:
    33      creationTimestamp: "2020-07-03T02:19:06Z"
    34      name: "authsvc-all-false"
    35      namespace: "default"
    36  spec:
    37      auth_service: "authservice"
    38      proto: "grpc"
    39      allow_request_body: false
    40      add_linkerd_headers: false
    41      failure_mode_allow: false
    42- apiVersion: "getambassador.io/v1"
    43  kind: "AuthService"
    44  metadata:
    45      creationTimestamp: "2020-07-03T02:19:06Z"
    46      name: "authsvc-one-true"
    47      namespace: "default"
    48  spec:
    49      auth_service: "authservice"
    50      proto: "grpc"
    51      allow_request_body: true
    52      add_linkerd_headers: false
    53      failure_mode_allow: false
    54- apiVersion: "getambassador.io/v1"
    55  kind: "AuthService"
    56  metadata:
    57      creationTimestamp: "2020-07-03T02:19:06Z"
    58      name: "authsvc-two-true"
    59      namespace: "default"
    60  spec:
    61      auth_service: "authservice"
    62      proto: "grpc"
    63      allow_request_body: false
    64      add_linkerd_headers: true
    65      failure_mode_allow: true
    66- apiVersion: "getambassador.io/v1"
    67  kind: "AuthService"
    68  metadata:
    69      creationTimestamp: "2020-07-03T02:19:06Z"
    70      name: "authsvc-all-true"
    71      namespace: "default"
    72  spec:
    73      auth_service: "authservice"
    74      proto: "grpc"
    75      allow_request_body: true
    76      add_linkerd_headers: true
    77      failure_mode_allow: true

View as plain text