Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Add ¶
func Add(mgr manager.Manager, clusterFlavor cnstypes.CnsClusterFlavor, configInfo *commonconfig.ConfigurationInfo, volumeManager volumes.Manager) error
Add creates a new CnsVolumeMetadata Controller and adds it to the Manager, ConfigurationInfo, volumeManager and k8sclient. The Manager will set fields on the Controller and Start it when the Manager is Started.
Types ¶
type ReconcileCnsVolumeMetadata ¶
type ReconcileCnsVolumeMetadata struct {
// contains filtered or unexported fields
}
ReconcileCnsVolumeMetadata reconciles a CnsVolumeMetadata object.
func (*ReconcileCnsVolumeMetadata) Reconcile ¶
func (r *ReconcileCnsVolumeMetadata) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error)
Reconcile reads that state of the cluster for a CnsVolumeMetadata object and makes changes on CNS based on the state read in the CnsVolumeMetadata.Spec. The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.
Click to show internal directories.
Click to hide internal directories.