Documentation
¶
Overview ¶
Package datasciencecluster contains controller logic of CRD DataScienceCluster
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataScienceClusterConfig ¶ added in v2.2.0
type DataScienceClusterConfig struct {
DSCISpec *dsciv1.DSCInitializationSpec
}
DataScienceClusterConfig passing Spec of DSCI for reconcile DataScienceCluster.
type DataScienceClusterReconciler ¶
type DataScienceClusterReconciler struct { client.Client Scheme *runtime.Scheme Log logr.Logger // Recorder to generate events Recorder record.EventRecorder DataScienceCluster *DataScienceClusterConfig }
DataScienceClusterReconciler reconciles a DataScienceCluster object.
func (*DataScienceClusterReconciler) Reconcile ¶
func (r *DataScienceClusterReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*DataScienceClusterReconciler) SetupWithManager ¶
func (r *DataScienceClusterReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.