controller

package
v0.3.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 17, 2024 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TaskOwnerIndexFunc

func TaskOwnerIndexFunc(obj client.Object) []string

TaskOwnerIndexFunc is Indexer func which returns the owner name for obj.

Types

type BMCOptions

type BMCOptions struct {
	*v1alpha1.ProviderOptions
	// contains filtered or unexported fields
}

func (BMCOptions) Translate

func (b BMCOptions) Translate(host string) []bmclib.Option

type ClientFunc

type ClientFunc func(ctx context.Context, log logr.Logger, hostIP, username, password string, opts *BMCOptions) (*bmclib.Client, error)

ClientFunc defines a func that returns a bmclib.Client.

func NewClientFunc

func NewClientFunc(timeout time.Duration) ClientFunc

NewClientFunc returns a new BMCClientFactoryFunc. The timeout parameter determines the maximum time to probe for compatible interfaces.

type JobReconciler

type JobReconciler struct {
	// contains filtered or unexported fields
}

JobReconciler reconciles a Job object.

func NewJobReconciler

func NewJobReconciler(c client.Client) *JobReconciler

NewJobReconciler returns a new JobReconciler.

func (*JobReconciler) Reconcile

func (r *JobReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

Reconcile runs a Job. Creates the individual Tasks on the cluster. Watches for Task and creates next Job Task based on conditions.

func (*JobReconciler) SetupWithManager

func (r *JobReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type MachineReconciler

type MachineReconciler struct {
	// contains filtered or unexported fields
}

MachineReconciler reconciles a Machine object.

func NewMachineReconciler

func NewMachineReconciler(c client.Client, recorder record.EventRecorder, bmcClientFactory ClientFunc) *MachineReconciler

NewMachineReconciler returns a new MachineReconciler.

func (*MachineReconciler) Reconcile

func (r *MachineReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

Reconcile reports on the state of a Machine. It does not change the state of the Machine in any way. Updates the Power status and conditions accordingly.

func (*MachineReconciler) SetupWithManager

func (r *MachineReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type TaskReconciler

type TaskReconciler struct {
	// contains filtered or unexported fields
}

TaskReconciler reconciles a Task object.

func NewTaskReconciler

func NewTaskReconciler(c client.Client, bmcClientFactory ClientFunc) *TaskReconciler

NewTaskReconciler returns a new TaskReconciler.

func (*TaskReconciler) Reconcile

func (r *TaskReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

Reconcile runs a Task. Establishes a connection to the BMC. Runs the specified action in the Task.

func (*TaskReconciler) SetupWithManager

func (r *TaskReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL