Documentation ¶
Overview ¶
Package mgr for the Ceph manager.
Package mgr for the Ceph manager.
Package mgr for the Ceph manager.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster struct { Namespace string Replicas int Network cephv1.NetworkSpec // contains filtered or unexported fields }
Cluster represents the Rook and environment configuration settings needed to set up Ceph mgrs.
func New ¶
func New( clusterInfo *cephconfig.ClusterInfo, context *clusterd.Context, namespace, rookVersion string, cephVersion cephv1.CephVersionSpec, placement rookalpha.Placement, annotations rookalpha.Annotations, network cephv1.NetworkSpec, dashboard cephv1.DashboardSpec, monitoringSpec cephv1.MonitoringSpec, mgrSpec cephv1.MgrSpec, resources v1.ResourceRequirements, ownerRef metav1.OwnerReference, dataDirHostPath string, isUpgrade bool, ) *Cluster
New creates an instance of the mgr
Click to show internal directories.
Click to hide internal directories.