Documentation
¶
Index ¶
- type AtlasNetworkContainerReconciler
- func (r *AtlasNetworkContainerReconciler) For() (client.Object, builder.Predicates)
- func (r *AtlasNetworkContainerReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *AtlasNetworkContainerReconciler) SetupWithManager(mgr ctrl.Manager, skipNameValidation bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AtlasNetworkContainerReconciler ¶
type AtlasNetworkContainerReconciler struct { reconciler.AtlasReconciler AtlasProvider atlas.Provider Scheme *runtime.Scheme EventRecorder record.EventRecorder GlobalPredicates []predicate.Predicate ObjectDeletionProtection bool // contains filtered or unexported fields }
AtlasNetworkContainerReconciler reconciles a AtlasNetworkContainer object
func (*AtlasNetworkContainerReconciler) For ¶
func (r *AtlasNetworkContainerReconciler) For() (client.Object, builder.Predicates)
For prepares the controller for its target Custom Resource; Network Containers
func (*AtlasNetworkContainerReconciler) Reconcile ¶
func (r *AtlasNetworkContainerReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile Atlas Network Container resources
func (*AtlasNetworkContainerReconciler) SetupWithManager ¶
func (r *AtlasNetworkContainerReconciler) SetupWithManager(mgr ctrl.Manager, skipNameValidation bool) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.