diff --git a/deploy/csv-templates/crds/ocs/ocs.openshift.io_storageconsumers.yaml b/deploy/csv-templates/crds/ocs/ocs.openshift.io_storageconsumers.yaml index fe6bc1d457..cb0469c774 100644 --- a/deploy/csv-templates/crds/ocs/ocs.openshift.io_storageconsumers.yaml +++ b/deploy/csv-templates/crds/ocs/ocs.openshift.io_storageconsumers.yaml @@ -69,15 +69,24 @@ spec: client: description: Information of storage client received from consumer properties: + clusterId: + description: ClusterID is the id of the openshift cluster + type: string operatorVersion: description: StorageClient Operator Version type: string platformVersion: description: StorageClient Platform Version type: string + storageClientNamespacedName: + description: StorageClientNamespacedName is the name and namespace + of the StorageClient + type: string required: + - clusterId - operatorVersion - platformVersion + - storageClientNamespacedName type: object lastHeartbeat: description: Timestamp of last heartbeat received from consumer diff --git a/deploy/ocs-operator/manifests/storageconsumer.crd.yaml b/deploy/ocs-operator/manifests/storageconsumer.crd.yaml index 2950e94745..94f8c9a80d 100644 --- a/deploy/ocs-operator/manifests/storageconsumer.crd.yaml +++ b/deploy/ocs-operator/manifests/storageconsumer.crd.yaml @@ -68,15 +68,24 @@ spec: client: description: Information of storage client received from consumer properties: + clusterId: + description: ClusterID is the id of the openshift cluster + type: string operatorVersion: description: StorageClient Operator Version type: string platformVersion: description: StorageClient Platform Version type: string + storageClientNamespacedName: + description: StorageClientNamespacedName is the name and namespace + of the StorageClient + type: string required: + - clusterId - operatorVersion - platformVersion + - storageClientNamespacedName type: object lastHeartbeat: description: Timestamp of last heartbeat received from consumer