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

     1  apiVersion: gateway.networking.k8s.io/v1beta1
     2  kind: GatewayClass
     3  metadata:
     4    creationTimestamp: null
     5    name: istio
     6    namespace: default
     7  spec: null
     8  status:
     9    conditions:
    10    - lastTransitionTime: fake
    11      message: Handled by Istio controller
    12      reason: Accepted
    13      status: "True"
    14      type: Accepted
    15    supportedFeatures:
    16    - HTTPRouteFeatureA
    17    - HTTPRouteFeatureB
    18  ---
    19  apiVersion: gateway.networking.k8s.io/v1beta1
    20  kind: Gateway
    21  metadata:
    22    creationTimestamp: null
    23    name: gateway
    24    namespace: istio-system
    25  spec: null
    26  status:
    27    conditions:
    28    - lastTransitionTime: fake
    29      message: Resource accepted
    30      reason: Accepted
    31      status: "True"
    32      type: Accepted
    33    - lastTransitionTime: fake
    34      message: 'Failed to assign to any requested addresses: port 443 not found for
    35        hostname "istio-ingressgateway.istio-system.svc.domain.suffix"'
    36      reason: AddressNotUsable
    37      status: "False"
    38      type: Programmed
    39    listeners:
    40    - attachedRoutes: 1
    41      conditions:
    42      - lastTransitionTime: fake
    43        message: No errors found
    44        reason: Accepted
    45        status: "True"
    46        type: Accepted
    47      - lastTransitionTime: fake
    48        message: No errors found
    49        reason: NoConflicts
    50        status: "False"
    51        type: Conflicted
    52      - lastTransitionTime: fake
    53        message: No errors found
    54        reason: Programmed
    55        status: "True"
    56        type: Programmed
    57      - lastTransitionTime: fake
    58        message: No errors found
    59        reason: ResolvedRefs
    60        status: "True"
    61        type: ResolvedRefs
    62      name: cross
    63      supportedKinds:
    64      - group: gateway.networking.k8s.io
    65        kind: HTTPRoute
    66      - group: gateway.networking.k8s.io
    67        kind: GRPCRoute
    68  ---
    69  apiVersion: gateway.networking.k8s.io/v1beta1
    70  kind: HTTPRoute
    71  metadata:
    72    creationTimestamp: null
    73    name: http
    74    namespace: cert
    75  spec: null
    76  status:
    77    parents:
    78    - conditions:
    79      - lastTransitionTime: fake
    80        message: Route was valid
    81        reason: Accepted
    82        status: "True"
    83        type: Accepted
    84      - lastTransitionTime: fake
    85        message: All references resolved
    86        reason: ResolvedRefs
    87        status: "True"
    88        type: ResolvedRefs
    89      controllerName: istio.io/gateway-controller
    90      parentRef:
    91        name: gateway
    92        namespace: istio-system
    93  ---