Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReconcileInterface ¶
type ReconcileInterface interface {
ReconcileConfigMap() (controllerutil.OperationResult, error)
ReconcileConfigMapHash() ([]builder.HashHolder, error)
ReconcileDeployOrSts(cmHashes []builder.HashHolder) (controllerutil.OperationResult, error)
ReconcileStorage() (controllerutil.OperationResult, error)
ReconcileService() (controllerutil.OperationResult, error)
ReconcileStore() error
}
ReconcileInterface holds all the methods to create operators
var Reconciler ReconcileInterface = builder.NewBuilder()
Click to show internal directories.
Click to hide internal directories.