Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raaizik committed Mar 11, 2024
1 parent 61c7e1e commit c59e6e0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions deploy/ocs-operator/manifests/storageconsumer.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c59e6e0

Please sign in to comment.