File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ metadata:
77 categories : Storage
88 console.openshift.io/plugins : ' ["odf-client-console"]'
99 containerImage : quay.io/ocs-dev/ocs-client-operator:latest
10- createdAt : " 2025-10-14T07:11:08Z "
10+ createdAt : " 2025-11-26T09:46:18Z "
1111 description : OpenShift Data Foundation client operator enables consumption of
1212 storage services from a remote centralized OpenShift Data Foundation provider
1313 cluster.
Original file line number Diff line number Diff line change 6262 description : StorageClientStatus defines the observed state of StorageClient
6363 properties :
6464 cephFsDriverRequirements :
65+ properties :
66+ ctrlPluginHostNetwork :
67+ type : boolean
6568 type : object
6669 id :
6770 description : ConsumerID will hold the identity of this cluster inside
@@ -70,11 +73,16 @@ spec:
7073 inMaintenanceMode :
7174 type : boolean
7275 nfsDriverRequirements :
76+ properties :
77+ ctrlPluginHostNetwork :
78+ type : boolean
7379 type : object
7480 phase :
7581 type : string
7682 rbdDriverRequirements :
7783 properties :
84+ ctrlPluginHostNetwork :
85+ type : boolean
7886 topologyDomainLabels :
7987 items :
8088 type : string
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ configMapGenerator:
1111 name : manager-config
1212- literals :
1313 - generateRbdOMapInfo=true
14+ - topologyFailureDomainLabels=""
1415 name : config
1516
1617apiVersion : kustomize.config.k8s.io/v1beta1
You can’t perform that action at this time.
0 commit comments