Documentation ¶
Index ¶
- type ImportReconciler
- type InfrastructureMigrationReconciler
- func (r *InfrastructureMigrationReconciler) Name() string
- func (r *InfrastructureMigrationReconciler) OwnedConditions() []string
- func (r *InfrastructureMigrationReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *InfrastructureMigrationReconciler) SetupWithManager(mgr ctrl.Manager) error
- type MigrationReconciler
- type TenantMigrationReconciler
- type WaderTargetReconciler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImportReconciler ¶
ImportReconciler reconciles a Import object
func (*ImportReconciler) Name ¶
func (r *ImportReconciler) Name() string
func (*ImportReconciler) OwnedConditions ¶
func (r *ImportReconciler) OwnedConditions() []string
func (*ImportReconciler) Reconcile ¶
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the Import object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.13.0/pkg/reconcile
func (*ImportReconciler) SetupWithManager ¶
func (r *ImportReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type InfrastructureMigrationReconciler ¶
InfrastructureMigrationReconciler reconciles a InfrastructureMigration object
func (*InfrastructureMigrationReconciler) Name ¶
func (r *InfrastructureMigrationReconciler) Name() string
func (*InfrastructureMigrationReconciler) OwnedConditions ¶
func (r *InfrastructureMigrationReconciler) OwnedConditions() []string
func (*InfrastructureMigrationReconciler) Reconcile ¶
func (r *InfrastructureMigrationReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the InfrastructureMigration object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.16.3/pkg/reconcile
func (*InfrastructureMigrationReconciler) SetupWithManager ¶
func (r *InfrastructureMigrationReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type MigrationReconciler ¶
MigrationReconciler reconciles a Migration object
func (*MigrationReconciler) Name ¶
func (r *MigrationReconciler) Name() string
func (*MigrationReconciler) OwnedConditions ¶
func (r *MigrationReconciler) OwnedConditions() []string
func (*MigrationReconciler) SetupWithManager ¶
func (r *MigrationReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type TenantMigrationReconciler ¶
TenantMigrationReconciler reconciles a TenantMigration object
func (*TenantMigrationReconciler) Name ¶
func (r *TenantMigrationReconciler) Name() string
func (*TenantMigrationReconciler) OwnedConditions ¶
func (r *TenantMigrationReconciler) OwnedConditions() []string
func (*TenantMigrationReconciler) Reconcile ¶
func (r *TenantMigrationReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the TenantMigration object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.16.3/pkg/reconcile
func (*TenantMigrationReconciler) SetupWithManager ¶
func (r *TenantMigrationReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type WaderTargetReconciler ¶
WaderTargetReconciler reconciles a WaderTarget object
func (*WaderTargetReconciler) Name ¶
func (r *WaderTargetReconciler) Name() string
func (*WaderTargetReconciler) OwnedConditions ¶
func (r *WaderTargetReconciler) OwnedConditions() []string
func (*WaderTargetReconciler) Reconcile ¶
func (r *WaderTargetReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the WaderTarget object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.16.0/pkg/reconcile
func (*WaderTargetReconciler) SetupWithManager ¶
func (r *WaderTargetReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.