compute

package
v0.0.0-...-48ff17a Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2022 License: Apache-2.0 Imports: 33 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MachinePoolReconciler

type MachinePoolReconciler struct {
	client.Client

	TargetClient client.Client

	PoolName            string
	ProviderID          string
	InitPoolLabels      map[string]string
	InitPoolAnnotations map[string]string

	TargetPoolLabels map[string]string
	TargetPoolName   string

	ClusterName string
	Domain      domain.Domain
}

func (*MachinePoolReconciler) Reconcile

func (*MachinePoolReconciler) SetupWithManager

func (r *MachinePoolReconciler) SetupWithManager(mgr broker.Manager) error

type MachineReconciler

type MachineReconciler struct {
	record.EventRecorder
	Provider provider.Provider

	client.Client
	APIReader client.Reader
	Scheme    *runtime.Scheme

	TargetClient client.Client

	PoolName string

	TargetPoolLabels map[string]string
	TargetPoolName   string

	ClusterName string
	Domain      domain.Domain
}

func (*MachineReconciler) Reconcile

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

func (*MachineReconciler) SetupWithManager

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

func (*MachineReconciler) Target

func (r *MachineReconciler) Target(ctx context.Context, key client.ObjectKey, targetObj client.Object) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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