cluster

package
v0.3.6 Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2019 License: Apache-2.0 Imports: 19 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 {
	*deployer.Deployer
	// contains filtered or unexported fields
}

Actuator is responsible for performing cluster reconciliation

func NewActuator

func NewActuator(params ActuatorParams) *Actuator

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 {
	CoreClient     corev1.CoreV1Interface
	Client         client.ClusterV1alpha1Interface
	LoggingContext string
}

ActuatorParams holds parameter information for Actuator

Jump to

Keyboard shortcuts

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