Documentation ¶
Index ¶
Constants ¶
View Source
const ( AnnotationPersistentVolumeClaimNoProtection = "pvc-remover.mgoltzsche.github.com/no-pvc-protection" Enabled = "true" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PersistentVolumeClaimReconciler ¶
type PersistentVolumeClaimReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme }
PersistentVolumeClaimReconciler reconciles a PersistentVolumeClaim object
func (*PersistentVolumeClaimReconciler) SetupWithManager ¶
func (r *PersistentVolumeClaimReconciler) SetupWithManager(mgr ctrl.Manager) error
type PodReconciler ¶
type PodReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme StorageClassSelector map[string]struct{} PodPredicate predicate.Predicate }
PodReconciler reconciles a Pod object
func (*PodReconciler) SetupWithManager ¶
func (r *PodReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.