cephcluster

package
v1.0.6 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2019 License: GPL-2.0-or-later Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Add

func Add(mgr manager.Manager) error

Add creates a new CephCluster Controller and adds it to the Manager. The Manager will set fields on the Controller and Start it when the Manager is Started.

Types

type BaseStateMachine

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

func (*BaseStateMachine) GetTransition

func (*BaseStateMachine) State

type CephClusterStateMachine

type CephClusterStateMachine interface {
	State() cephv1alpha1.CephClusterState
	GetTransition(ReadOnlyClient) (TransitionFunc, cephv1alpha1.CephClusterState)
}

func NewCephClusterStateMachine

func NewCephClusterStateMachine(cluster *cephv1alpha1.CephCluster, logger logr.Logger) CephClusterStateMachine

type DaemonClusterObject

type DaemonClusterObject interface {
	metav1.Object
	runtime.Object
	SetCephClusterName(string)
	SetImage(cephv1alpha1.ImageSpec)
	SetCephConfConfigMapName(string)
	GetDaemonType() cephv1alpha1.CephDaemonType
}

type ReconcileCephCluster

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

ReconcileCephCluster reconciles a CephCluster object

func (*ReconcileCephCluster) Reconcile

func (r *ReconcileCephCluster) Reconcile(request reconcile.Request) (reconcile.Result, error)

The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.

type TransitionFunc

type TransitionFunc func(client.Client, *runtime.Scheme) error

Jump to

Keyboard shortcuts

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