Skip to content

Commit

Permalink
Generated manifests and other files
Browse files Browse the repository at this point in the history
Signed-off-by: vbadrina <[email protected]>
  • Loading branch information
vbnrh committed Jul 12, 2024
1 parent bd79811 commit a2f2376
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 5 deletions.
17 changes: 17 additions & 0 deletions api/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 29 additions & 2 deletions bundle/manifests/multicluster.odf.openshift.io_mirrorpeers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,36 @@ spec:
description: |-
ClusterName is the name of ManagedCluster.
ManagedCluster matching this name is considered
a peer cluster.
a peer cluster or represents the Cluster which holds corresponding client in case of client peering
type: string
storageClientRef:
description: StorageClientRef holds a reference to StorageClient
object and its provider cluster
properties:
name:
description: Name of the StorageClient
type: string
providerCluster:
description: ProviderCluster represents the name of Provider
cluster for the client
type: string
providerStorageClusterRef:
description: ProviderStorageClusterRef holds reference to
StorageCluster object of Provider
properties:
name:
type: string
namespace:
type: string
required:
- name
- namespace
type: object
required:
- name
- providerCluster
- providerStorageClusterRef
type: object
storageClusterRef:
description: StorageClusterRef holds a reference to StorageCluster
object
Expand All @@ -64,7 +92,6 @@ spec:
type: object
required:
- clusterName
- storageClusterRef
type: object
maxItems: 2
minItems: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ metadata:
]
capabilities: Basic Install
console.openshift.io/plugins: '["odf-multicluster-console"]'
createdAt: "2024-04-03T11:58:23Z"
createdAt: "2024-07-12T06:43:39Z"
olm.skipRange: ""
operators.openshift.io/infrastructure-features: '["disconnected"]'
operators.operatorframework.io/builder: operator-sdk-v1.34.1
Expand Down
31 changes: 29 additions & 2 deletions config/crd/bases/multicluster.odf.openshift.io_mirrorpeers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,36 @@ spec:
description: |-
ClusterName is the name of ManagedCluster.
ManagedCluster matching this name is considered
a peer cluster.
a peer cluster or represents the Cluster which holds corresponding client in case of client peering
type: string
storageClientRef:
description: StorageClientRef holds a reference to StorageClient
object and its provider cluster
properties:
name:
description: Name of the StorageClient
type: string
providerCluster:
description: ProviderCluster represents the name of Provider
cluster for the client
type: string
providerStorageClusterRef:
description: ProviderStorageClusterRef holds reference to
StorageCluster object of Provider
properties:
name:
type: string
namespace:
type: string
required:
- name
- namespace
type: object
required:
- name
- providerCluster
- providerStorageClusterRef
type: object
storageClusterRef:
description: StorageClusterRef holds a reference to StorageCluster
object
Expand All @@ -64,7 +92,6 @@ spec:
type: object
required:
- clusterName
- storageClusterRef
type: object
maxItems: 2
minItems: 2
Expand Down

0 comments on commit a2f2376

Please sign in to comment.