cluster

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: May 7, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Actuator

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

Actuator is responsible for performing cluster reconciliation

func NewActuator

func NewActuator(params ActuatorParams) (*Actuator, error)

NewActuator creates a new Actuator

func (*Actuator) Delete

func (a *Actuator) Delete(cluster *clusterv1.Cluster) error

Delete deletes a cluster and is invoked by the Cluster Controller

func (*Actuator) Reconcile

func (a *Actuator) Reconcile(cluster *clusterv1.Cluster) error

Reconcile reconciles a cluster and is invoked by the Cluster Controller

type ActuatorParams

type ActuatorParams struct {
	ClustersGetter client.ClustersGetter
}

ActuatorParams holds parameter information for Actuator

Jump to

Keyboard shortcuts

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