Documentation
¶
Index ¶
- Constants
- func ReconcileClusterStatus(ctx reconciler.Context, cluster *v1alpha1.ZookeeperCluster) (err error)
- func ReconcileConfigMap(ctx reconciler.Context, cluster *v1alpha1.ZookeeperCluster) error
- func ReconcileFinalizer(ctx reconciler.Context, cluster *v1alpha1.ZookeeperCluster) error
- func ReconcilePodDisruptionBudget(ctx reconciler.Context, cluster *v1alpha1.ZookeeperCluster) error
- func ReconcileServices(ctx reconciler.Context, cluster *v1alpha1.ZookeeperCluster) (err error)
- func ReconcileStatefulSet(ctx reconciler.Context, cluster *v1alpha1.ZookeeperCluster) error
Constants ¶
View Source
const ( PvcDataVolumeName = "data" PvcDataLogVolumeName = "data-log" )
Variables ¶
This section is empty.
Functions ¶
func ReconcileClusterStatus ¶
func ReconcileClusterStatus(ctx reconciler.Context, cluster *v1alpha1.ZookeeperCluster) (err error)
ReconcileClusterStatus reconcile the status of the specified cluster
func ReconcileConfigMap ¶
func ReconcileConfigMap(ctx reconciler.Context, cluster *v1alpha1.ZookeeperCluster) error
ReconcileConfigMap reconcile the configmap of the specified cluster
func ReconcileFinalizer ¶
func ReconcileFinalizer(ctx reconciler.Context, cluster *v1alpha1.ZookeeperCluster) error
ReconcileFinalizer reconcile the finalizer of the specified cluster
func ReconcilePodDisruptionBudget ¶
func ReconcilePodDisruptionBudget(ctx reconciler.Context, cluster *v1alpha1.ZookeeperCluster) error
ReconcilePodDisruptionBudget reconcile the poddisruptionbudget of the specified cluster
func ReconcileServices ¶
func ReconcileServices(ctx reconciler.Context, cluster *v1alpha1.ZookeeperCluster) (err error)
ReconcileServices reconcile the services of the specified cluster
func ReconcileStatefulSet ¶
func ReconcileStatefulSet(ctx reconciler.Context, cluster *v1alpha1.ZookeeperCluster) error
ReconcileStatefulSet reconcile the statefulset of the specified cluster
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.