Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JupyterGatewayReconciler ¶
type JupyterGatewayReconciler struct { client.Client Log logr.Logger Recorder record.EventRecorder Scheme *runtime.Scheme }
JupyterGatewayReconciler reconciles a JupyterGateway object
func (*JupyterGatewayReconciler) SetupWithManager ¶
func (r *JupyterGatewayReconciler) SetupWithManager(mgr ctrl.Manager) error
type JupyterKernelSpecReconciler ¶
type JupyterKernelSpecReconciler struct { client.Client Log logr.Logger Recorder record.EventRecorder Scheme *runtime.Scheme }
JupyterKernelSpecReconciler reconciles a JupyterKernelSpec object
func (*JupyterKernelSpecReconciler) SetupWithManager ¶
func (r *JupyterKernelSpecReconciler) SetupWithManager(mgr ctrl.Manager) error
type JupyterNotebookReconciler ¶
type JupyterNotebookReconciler struct { client.Client Log logr.Logger Recorder record.EventRecorder Scheme *runtime.Scheme }
JupyterNotebookReconciler reconciles a JupyterNotebook object
func (*JupyterNotebookReconciler) SetupWithManager ¶
func (r *JupyterNotebookReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.