Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConstructPVC ¶
func ConstructPVC(pvc appsv1alpha1.PersistentVolumeClaim, pvcMeta metav1.ObjectMeta) (*corev1.PersistentVolumeClaim, error)
ConstructPVC constructs a PVC from the custom spec from the user
Types ¶
type Reconciler ¶
type Reconciler interface { client.Client GetScheme() *runtime.Scheme GetLogger() logr.Logger GetClient() client.Client GetUpdater() conditions.Updater GetRenderer() render.Renderer GetEventRecorder() record.EventRecorder GetOrchestratorType() (k8sutil.OrchestratorType, error) }
Reconciler defines the methods required by a reconciler
Click to show internal directories.
Click to hide internal directories.