Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raaizik committed Mar 13, 2024
1 parent e50b002 commit b74465f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,21 +72,20 @@ spec:
clusterId:
description: ClusterID is the id of the openshift cluster
type: string
namespacedName:
description: NamespacedName is the name and namespace of the StorageClient
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
- namespacedName
- operatorVersion
- platformVersion
- storageClientNamespacedName
type: object
lastHeartbeat:
description: Timestamp of last heartbeat received from consumer
Expand Down
9 changes: 4 additions & 5 deletions deploy/ocs-operator/manifests/storageconsumer.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,21 +71,20 @@ spec:
clusterId:
description: ClusterID is the id of the openshift cluster
type: string
namespacedName:
description: NamespacedName is the name and namespace of the StorageClient
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
- namespacedName
- operatorVersion
- platformVersion
- storageClientNamespacedName
type: object
lastHeartbeat:
description: Timestamp of last heartbeat received from consumer
Expand Down

0 comments on commit b74465f

Please sign in to comment.