istio.io/istio@v0.0.0-20240520182934-d79c90f27776/pilot/pkg/config/kube/gateway/testdata/waypoint.status.yaml.golden (about)

     1  apiVersion: gateway.networking.k8s.io/v1beta1
     2  kind: Gateway
     3  metadata:
     4    creationTimestamp: null
     5    name: namespace
     6    namespace: ns
     7  spec: null
     8  status:
     9    conditions:
    10    - lastTransitionTime: fake
    11      message: Resource accepted
    12      reason: Accepted
    13      status: "True"
    14      type: Accepted
    15    - lastTransitionTime: fake
    16      message: 'Failed to assign to any requested addresses: hostname "namespace.ns.svc.domain.suffix"
    17        not found'
    18      reason: AddressNotUsable
    19      status: "False"
    20      type: Programmed
    21    listeners:
    22    - attachedRoutes: 0
    23      conditions:
    24      - lastTransitionTime: fake
    25        message: No errors found
    26        reason: Accepted
    27        status: "True"
    28        type: Accepted
    29      - lastTransitionTime: fake
    30        message: No errors found
    31        reason: NoConflicts
    32        status: "False"
    33        type: Conflicted
    34      - lastTransitionTime: fake
    35        message: No errors found
    36        reason: Programmed
    37        status: "True"
    38        type: Programmed
    39      - lastTransitionTime: fake
    40        message: No errors found
    41        reason: ResolvedRefs
    42        status: "True"
    43        type: ResolvedRefs
    44      name: mesh
    45      supportedKinds: []
    46  ---
    47  apiVersion: gateway.networking.k8s.io/v1beta1
    48  kind: Gateway
    49  metadata:
    50    creationTimestamp: null
    51    name: invalid
    52    namespace: ns
    53  spec: null
    54  status:
    55    conditions:
    56    - lastTransitionTime: fake
    57      message: Resource accepted
    58      reason: Accepted
    59      status: "True"
    60      type: Accepted
    61    - lastTransitionTime: fake
    62      message: 'Failed to assign to any requested addresses: hostname "invalid.ns.svc.domain.suffix"
    63        not found'
    64      reason: AddressNotUsable
    65      status: "False"
    66      type: Programmed
    67    listeners:
    68    - attachedRoutes: 0
    69      conditions:
    70      - lastTransitionTime: fake
    71        message: Expected a single listener on port 15008 with protocol "HBONE"
    72        reason: UnsupportedProtocol
    73        status: "False"
    74        type: Accepted
    75      - lastTransitionTime: fake
    76        message: No errors found
    77        reason: NoConflicts
    78        status: "False"
    79        type: Conflicted
    80      - lastTransitionTime: fake
    81        message: No errors found
    82        reason: Programmed
    83        status: "True"
    84        type: Programmed
    85      - lastTransitionTime: fake
    86        message: No errors found
    87        reason: ResolvedRefs
    88        status: "True"
    89        type: ResolvedRefs
    90      name: mesh
    91      supportedKinds:
    92      - group: gateway.networking.k8s.io
    93        kind: HTTPRoute
    94      - group: gateway.networking.k8s.io
    95        kind: GRPCRoute
    96  ---