Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StorageObject ¶
type StorageObject interface {
v1alpha1.PreparableStorageObject
SetPreparePhase(v1alpha1.StoragePreparePhase)
GetPreparePhase() v1alpha1.StoragePreparePhase
GetEnabled() bool
runtime.Object
}
type StorageObjectReconciler ¶
type StorageObjectReconciler struct {
// contains filtered or unexported fields
}
func NewStorageObjectReconciler ¶
func NewStorageObjectReconciler(c client.Client, s *runtime.Scheme) *StorageObjectReconciler
func (*StorageObjectReconciler) Reconcile ¶
func (r *StorageObjectReconciler) Reconcile(obj StorageObject) (reconcile.Result, error)
Click to show internal directories.
Click to hide internal directories.