istio.io/istio@v0.0.0-20240520182934-d79c90f27776/pilot/pkg/config/kube/gateway/testdata/mismatch.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  ---