From b80ac50c1608f254f44ae1f3cf89d9ac0618cb65 Mon Sep 17 00:00:00 2001 From: Steve Kriss Date: Thu, 19 May 2022 15:02:32 +0000 Subject: [PATCH] updated generated YAML Signed-off-by: Steve Kriss --- .../experimental/gateway.networking.k8s.io_gatewayclasses.yaml | 3 +++ .../crd/stable/gateway.networking.k8s.io_gatewayclasses.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/config/crd/experimental/gateway.networking.k8s.io_gatewayclasses.yaml b/config/crd/experimental/gateway.networking.k8s.io_gatewayclasses.yaml index 5a54547be3..e9a52a5720 100644 --- a/config/crd/experimental/gateway.networking.k8s.io_gatewayclasses.yaml +++ b/config/crd/experimental/gateway.networking.k8s.io_gatewayclasses.yaml @@ -24,6 +24,9 @@ spec: - jsonPath: .spec.controllerName name: Controller type: string + - jsonPath: .status.conditions[?(@.type=="Accepted")].status + name: Accepted + type: string - jsonPath: .metadata.creationTimestamp name: Age type: date diff --git a/config/crd/stable/gateway.networking.k8s.io_gatewayclasses.yaml b/config/crd/stable/gateway.networking.k8s.io_gatewayclasses.yaml index 7abaef5028..e52b1f9d30 100644 --- a/config/crd/stable/gateway.networking.k8s.io_gatewayclasses.yaml +++ b/config/crd/stable/gateway.networking.k8s.io_gatewayclasses.yaml @@ -24,6 +24,9 @@ spec: - jsonPath: .spec.controllerName name: Controller type: string + - jsonPath: .status.conditions[?(@.type=="Accepted")].status + name: Accepted + type: string - jsonPath: .metadata.creationTimestamp name: Age type: date