Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
NODE_NAME = os.Getenv("NODE_NAME")
)
Functions ¶
This section is empty.
Types ¶
type ReplicationReconciler ¶
ReplicationReconciler reconciles a Replication object
func NewReplicationReconciler ¶
func NewReplicationReconciler(client client.Client, scheme *runtime.Scheme) *ReplicationReconciler
func (*ReplicationReconciler) Reconcile ¶
func (r *ReplicationReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Agent Replication reconciler only focuses on downloading and replicating process, not interested in the Replication lifecycle management.
func (*ReplicationReconciler) SetupWithManager ¶
func (r *ReplicationReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.