controllers

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2020 License: Apache-2.0 Imports: 34 Imported by: 0

Documentation

Index

Constants

View Source
const OpenAPISchemaSecretName = "config-schema"

Variables

This section is empty.

Functions

This section is empty.

Types

type AWSInfrastructureProviderReconciler

type AWSInfrastructureProviderReconciler struct {
	client.Client
	Log    logr.Logger
	Scheme *runtime.Scheme
	// contains filtered or unexported fields
}

AWSInfrastructureProviderReconciler reconciles a AWSInfrastructureProvider object

func (*AWSInfrastructureProviderReconciler) Reconcile

func (r *AWSInfrastructureProviderReconciler) Reconcile(req ctrl.Request) (_ ctrl.Result, reterr error)

func (*AWSInfrastructureProviderReconciler) SetupWithManager

func (r *AWSInfrastructureProviderReconciler) SetupWithManager(mgr ctrl.Manager, options controller.Options) error

type AWSMachineReconciler

type AWSMachineReconciler struct {
	client.Client
	Log    logr.Logger
	Scheme *runtime.Scheme
	// contains filtered or unexported fields
}

AWSMachineReconciler reconciles a AWSMachine object

func (*AWSMachineReconciler) Reconcile

func (r *AWSMachineReconciler) Reconcile(req ctrl.Request) (_ ctrl.Result, reterr error)

func (*AWSMachineReconciler) SetupWithManager

func (r *AWSMachineReconciler) SetupWithManager(mgr ctrl.Manager, options controller.Options) error

type NodeReconciler

type NodeReconciler struct {
	client.Client
	Log    logr.Logger
	Scheme *runtime.Scheme
	// contains filtered or unexported fields
}

NodeReconciler reconciles a corev1.Node object and creates AWSMachine objects for nodes where one does not exist. This ensures that even nodes that were created outside of the machine-api are described by Kubernetes resources.

func (*NodeReconciler) Reconcile

func (r *NodeReconciler) Reconcile(req ctrl.Request) (ctrl.Result, error)

func (*NodeReconciler) SetupWithManager

func (r *NodeReconciler) SetupWithManager(mgr ctrl.Manager, options controller.Options) error

Jump to

Keyboard shortcuts

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