Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddToManager ¶
func AddToManager(ctx *pkgctx.ControllerManagerContext, mgr manager.Manager) error
AddToManager adds this package's controller to the provided manager.
Types ¶
type Reconciler ¶
type Reconciler struct { client.Client Context context.Context Logger logr.Logger Recorder record.Recorder // contains filtered or unexported fields }
Reconciler reconciles a StorageClass object.
func NewReconciler ¶
func (*Reconciler) ReconcileNormal ¶
func (r *Reconciler) ReconcileNormal( ctx context.Context, obj *storagev1.StorageClass) error
Click to show internal directories.
Click to hide internal directories.