Skip to content

Commit 99edd8b

Browse files
sync: update external libs (#1026)
Co-authored-by: kononovn <[email protected]>
1 parent 7957596 commit 99edd8b

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

pkg/schemes/ocs/operatorv1/storagecluster_types.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@ type ManageCephCluster struct {
208208

209209
// CephClusterHealthCheckSpec represent the healthcheck for Ceph daemons
210210
HealthCheck *rookCephv1.CephClusterHealthCheckSpec `json:"healthCheck,omitempty"`
211+
212+
// Ceph Config options
213+
CephConfig map[string]map[string]string `json:"cephConfig,omitempty"`
211214
}
212215

213216
// ManageCephConfig defines how to reconcile the Ceph configuration

pkg/schemes/ocs/operatorv1/zz_generated.deepcopy.go

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)