Skip to content

Commit

Permalink
Update resource metadata
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 579c0d0 commit 3cfd122
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ require (
kmodules.xyz/custom-resources v0.29.1
kmodules.xyz/go-containerregistry v0.0.12
kmodules.xyz/monitoring-agent-api v0.29.0
kmodules.xyz/resource-metadata v0.18.2-0.20240228113134-63a3fce6587c
kmodules.xyz/resource-metadata v0.18.2-0.20240228114218-160bf248cede
kmodules.xyz/resource-metrics v0.29.0
kmodules.xyz/sets v0.29.0
kubeops.dev/falco-ui-server v0.0.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3478,8 +3478,8 @@ kmodules.xyz/monitoring-agent-api v0.29.0 h1:gpFl6OZrlMLb/ySMHdREI9EwGtnJ91oZBn9
kmodules.xyz/monitoring-agent-api v0.29.0/go.mod h1:iNbvaMTgVFOI5q2LJtGK91j4Dmjv4ZRiRdasGmWLKQI=
kmodules.xyz/offshoot-api v0.29.0 h1:GHLhxxT9jU1N8+FvOCCeJNyU5g0duYS46UGrs6AHNLY=
kmodules.xyz/offshoot-api v0.29.0/go.mod h1:5NxhBblXoDHWStx9HCDJR2KFTwYjEZ7i1Id3jelIunw=
kmodules.xyz/resource-metadata v0.18.2-0.20240228113134-63a3fce6587c h1:3U5+AtvM5sz0ZnjL0fuZ9Ty+f5A4N9UDsAWmHDdHow8=
kmodules.xyz/resource-metadata v0.18.2-0.20240228113134-63a3fce6587c/go.mod h1:nWzNouxIj4fvirSS1mkWO9sm1GHCQLcxJL+IzMCKQgE=
kmodules.xyz/resource-metadata v0.18.2-0.20240228114218-160bf248cede h1:n82hVzcTHypGCOjJXE7epIbJJextF7EI6gioM4J/zkI=
kmodules.xyz/resource-metadata v0.18.2-0.20240228114218-160bf248cede/go.mod h1:nWzNouxIj4fvirSS1mkWO9sm1GHCQLcxJL+IzMCKQgE=
kmodules.xyz/resource-metrics v0.29.0 h1:YBSVCbGdAugUqZK4igHu3fPhxvpYar4xejE6njryNM4=
kmodules.xyz/resource-metrics v0.29.0/go.mod h1:OuG/QobZ7o8GFHl/u3lqaUR0fDZDegxtV8Vdh+MNBD4=
kmodules.xyz/sets v0.29.0 h1:ZX/qOECzUob95JhhRtngJElHSlJ1UNNdwK4hTEy+nl0=
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
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1957,7 +1957,7 @@ kmodules.xyz/monitoring-agent-api/client
# kmodules.xyz/offshoot-api v0.29.0
## explicit; go 1.21.5
kmodules.xyz/offshoot-api/api/v1
# kmodules.xyz/resource-metadata v0.18.2-0.20240228113134-63a3fce6587c
# kmodules.xyz/resource-metadata v0.18.2-0.20240228114218-160bf248cede
## explicit; go 1.21.5
kmodules.xyz/resource-metadata/apis/core/install
kmodules.xyz/resource-metadata/apis/core/v1alpha1
Expand Down

0 comments on commit 3cfd122

Please sign in to comment.