Documentation
¶
Index ¶
- type StorageBucketsReconciler
- func (r *StorageBucketsReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *StorageBucketsReconciler) ReconcileStorageBucket(ctx context.Context, bucket *storagev1alpha1.StorageBuckets, ...) (ctrl.Result, error)
- func (r *StorageBucketsReconciler) SetupWithManager(mgr ctrl.Manager) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StorageBucketsReconciler ¶
type StorageBucketsReconciler struct { utils.MissionClient Scheme *runtime.Scheme }
StorageBucketsReconciler reconciles a StorageBuckets object
func (*StorageBucketsReconciler) ReconcileStorageBucket ¶
func (r *StorageBucketsReconciler) ReconcileStorageBucket(ctx context.Context, bucket *storagev1alpha1.StorageBuckets, mission *v1alpha1.Mission) (ctrl.Result, error)
func (*StorageBucketsReconciler) SetupWithManager ¶
func (r *StorageBucketsReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.