Documentation ¶
Index ¶
- Constants
- Variables
- func APINotReady() metav1.Condition
- func APIReady() metav1.Condition
- func Awoken(time metav1.Time) metav1.Condition
- func DataStoreNotReady() metav1.Condition
- func DataStoreReady() metav1.Condition
- func DefaultSleepState() metav1.Condition
- func GetAllAwokenConditions() []metav1.Condition
- func GetAllInitializingConditions() []metav1.Condition
- func GetAllNotReadyConditions() []metav1.Condition
- func GetAllReadyConditions() []metav1.Condition
- func GetAllSleepConditions() []metav1.Condition
- func Initializing() metav1.Condition
- func InitializingAPI() metav1.Condition
- func InitializingDataStore() metav1.Condition
- func Sleeping(time metav1.Time) metav1.Condition
- type UffizziClusterReconciler
Constants ¶
View Source
const ( // TypeReady resources are believed to be ready to handle work. TypeReady = "Ready" TypeAPIReady = "APIReady" TypeDataStoreReady = "DataStoreReady" TypeSleep = "Sleep" )
Condition helm.
View Source
const ( ReasonDefault = "Default" ReasonInitializing = "Initializing" ReasonAPIReady = "APIReady" ReasonAPINotReady = "APINotReady" ReasonDataStoreReady = "DataStoreReady" ReasonDataStoreNotReady = "DataStoreNotReady" ReasonSleeping = "Sleeping" ReasonAwoken = "Awoken" )
Reasons a resource is or is not ready.
Variables ¶
View Source
var (
ErrStatefulSetNil = errors.New("statefulSet is nil")
)
Functions ¶
func APINotReady ¶
func DataStoreNotReady ¶
func DataStoreReady ¶
func DefaultSleepState ¶
func GetAllAwokenConditions ¶
func GetAllReadyConditions ¶
func GetAllSleepConditions ¶
func Initializing ¶
func InitializingAPI ¶
func InitializingDataStore ¶
Types ¶
type UffizziClusterReconciler ¶
UffizziClusterReconciler reconciles a UffizziCluster object
func (*UffizziClusterReconciler) SetupWithManager ¶
func (r *UffizziClusterReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.