Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Actuator ¶
type Actuator interface {
// Reconcile creates or applies updates to the cluster.
Reconcile(*clusterv1.Cluster) error
// Delete the cluster.
Delete(*clusterv1.Cluster) error
}
/ Actuator Actuator controls clusters on a specific infrastructure. All methods should be idempotent unless otherwise specified.
var DefaultActuator Actuator
type ReconcileCluster ¶
ReconcileCluster reconciles a Cluster object
Click to show internal directories.
Click to hide internal directories.