Documentation
¶
Overview ¶
Package mgr for the Edgefs 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
Version string
Replicas int
HostNetworkSpec edgefsv1alpha1.NetworkSpec
// contains filtered or unexported fields
}
Cluster is the edgefs mgr manager
func New ¶
func New( context *clusterd.Context, namespace, version string, serviceAccount string, dataDirHostPath string, dataVolumeSize resource.Quantity, placement rookalpha.Placement, HostNetworkSpec edgefsv1alpha1.NetworkSpec, resources v1.ResourceRequirements, ownerRef metav1.OwnerReference, ) *Cluster
New creates an instance of the mgr
Click to show internal directories.
Click to hide internal directories.