controllers

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Nov 5, 2020 License: Apache-2.0 Imports: 28 Imported by: 0

Documentation

Index

Constants

View Source
const (
	OpenAPISchemaSecretName = "config-schema"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type DockerInfrastructureProviderReconciler

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

DockerMachineReconciler reconciles a DockerMachine object

func (*DockerInfrastructureProviderReconciler) Reconcile

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

func (*DockerInfrastructureProviderReconciler) SetupWithManager

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

type DockerMachineReconciler

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

DockerMachineReconciler reconciles a DockerMachine object

func (*DockerMachineReconciler) Reconcile

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

func (*DockerMachineReconciler) SetupWithManager

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

type NodeReconciler added in v1.0.5

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

NodeReconciler reconciles a corev1.Node object and creates DockerMachine 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 added in v1.0.5

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

func (*NodeReconciler) SetupWithManager added in v1.0.5

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