Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type K8ssandraTaskReconciler ¶
type K8ssandraTaskReconciler struct { *config.ReconcilerConfig client.Client Scheme *runtime.Scheme ClientCache *clientcache.ClientCache Recorder record.EventRecorder }
K8ssandraTaskReconciler reconciles a K8ssandraTask object:
- create a CassandraTask for each DC specified by the K8ssandraTask. Those will be picked up and executed by cass-operator.
- watch the CassandraTasks (see SetupWithManager), and update the K8ssandraTask's status accordingly.
func (*K8ssandraTaskReconciler) SetupWithManager ¶
func (r *K8ssandraTaskReconciler) SetupWithManager(mgr ctrl.Manager, clusters []cluster.Cluster) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.