From 191abac7d1b5516b1e06e9fdb101434ec104cd31 Mon Sep 17 00:00:00 2001 From: "Daniel Porteous (dport)" Date: Mon, 29 Jul 2024 19:08:20 +0100 Subject: [PATCH] Add GKE gateway-api/servicepolicies to the catalog Only all the standard CRDs: https://github.com/GoogleCloudPlatform/gke-networking-recipes/tree/main/gateway-api/config/servicepolicies/crd/standard. --- code-generator/src/catalog.rs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/code-generator/src/catalog.rs b/code-generator/src/catalog.rs index 65ce695eb..6fc9bf588 100644 --- a/code-generator/src/catalog.rs +++ b/code-generator/src/catalog.rs @@ -1392,6 +1392,16 @@ pub const CRD_V1_SOURCES: &'static [UpstreamSource] = &[ "https://github.com/GoogleCloudPlatform/gke-managed-certs/blob/master/deploy/managedcertificates-crd.yaml", ], }, + UpstreamSource { + project_name: "GoogleCloudPlatform/gke-networking-recipes", + license: APACHE_V2, + urls: &[ + "https://github.com/GoogleCloudPlatform/gke-networking-recipes/blob/main/gateway-api/config/servicepolicies/crd/standard/gcpbackendpolicies.yaml", + "https://github.com/GoogleCloudPlatform/gke-networking-recipes/blob/main/gateway-api/config/servicepolicies/crd/standard/gcpgatewaypolicies.yaml", + "https://github.com/GoogleCloudPlatform/gke-networking-recipes/blob/main/gateway-api/config/servicepolicies/crd/standard/healthcheckpolicy.yaml", + "https://github.com/GoogleCloudPlatform/gke-networking-recipes/blob/main/gateway-api/config/servicepolicies/crd/standard/lbpolicy.yaml", + ], + }, UpstreamSource { project_name: "GoogleCloudPlatform/spark-on-k8s-operator", license: APACHE_V2,