From 160bf248cede190f881440b8c28fb7b408a97fd1 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Wed, 28 Feb 2024 03:42:18 -0800 Subject: [PATCH] Update crds Signed-off-by: Tamal Saha --- cmd/import-crds/main.go | 2 +- .../kube-bind.appscode.com/v1alpha1/clusterbindings.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cmd/import-crds/main.go b/cmd/import-crds/main.go index 2674aa8e2..46f5605bd 100644 --- a/cmd/import-crds/main.go +++ b/cmd/import-crds/main.go @@ -118,7 +118,7 @@ go run cmd/import-crds/main.go --input=$HOME/go/src/voyagermesh.dev/installer/ch go run cmd/import-crds/main.go --input=$HOME/go/src/voyagermesh.dev/installer/charts/voyager/crds # kube-bind -go run cmd/import-crds/main.go --input=$HOME/go/src/go.bytebuilders.dev/kube-bind/deploy/crd +go run cmd/import-crds/main.go --input=$HOME/go/src/go.bytebuilders.dev/kube-bind/crds go run cmd/import-crds/main.go --input=$HOME/go/src/go.bytebuilders.dev/catalog/crds # falco diff --git a/hub/resourcedescriptors/kube-bind.appscode.com/v1alpha1/clusterbindings.yaml b/hub/resourcedescriptors/kube-bind.appscode.com/v1alpha1/clusterbindings.yaml index 57f31afab..2d9de3589 100644 --- a/hub/resourcedescriptors/kube-bind.appscode.com/v1alpha1/clusterbindings.yaml +++ b/hub/resourcedescriptors/kube-bind.appscode.com/v1alpha1/clusterbindings.yaml @@ -86,9 +86,9 @@ spec: x-kubernetes-validations: - message: kubeconfigSecretRef is immutable rule: self == oldSelf - providerPrettyName: - description: providerPrettyName is the pretty name of the service provider - cluster. This can be shared among different ServiceBindings. + providerClusterName: + description: providerClusterName is the cluster name of the service + provider cluster. This can be shared among different ServiceBindings. minLength: 1 type: string serviceProviderSpec: @@ -101,7 +101,7 @@ spec: x-kubernetes-preserve-unknown-fields: true required: - kubeconfigSecretRef - - providerPrettyName + - providerClusterName type: object required: - spec