Skip to content

Commit

Permalink
Update crds
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Feb 28, 2024
1 parent 63a3fce commit 160bf24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmd/import-crds/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -101,7 +101,7 @@ spec:
x-kubernetes-preserve-unknown-fields: true
required:
- kubeconfigSecretRef
- providerPrettyName
- providerClusterName
type: object
required:
- spec
Expand Down

0 comments on commit 160bf24

Please sign in to comment.