Documentation ¶
Overview ¶
Package workbenches provides utility functions to config Workbenches to secure Jupyter Notebook in Kubernetes environments with support for OAuth
Index ¶
- Variables
- type Workbenches
- func (w *Workbenches) DeepCopyInto(target *Workbenches)
- func (w *Workbenches) GetComponentDevFlags() components.DevFlags
- func (w *Workbenches) GetComponentName() string
- func (w *Workbenches) OverrideManifests(platform string) error
- func (w *Workbenches) ReconcileComponent(cli client.Client, owner metav1.Object, dscispec *dsci.DSCInitializationSpec) error
- func (w *Workbenches) SetImageParamsMap(imageMap map[string]string) map[string]string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ComponentName = "workbenches" DependentComponentName = "notebooks" )
Functions ¶
This section is empty.
Types ¶
type Workbenches ¶
type Workbenches struct {
components.Component `json:""`
}
func (*Workbenches) DeepCopyInto ¶
func (w *Workbenches) DeepCopyInto(target *Workbenches)
func (*Workbenches) GetComponentDevFlags ¶ added in v2.2.0
func (w *Workbenches) GetComponentDevFlags() components.DevFlags
func (*Workbenches) GetComponentName ¶
func (w *Workbenches) GetComponentName() string
func (*Workbenches) OverrideManifests ¶ added in v2.2.0
func (w *Workbenches) OverrideManifests(platform string) error
func (*Workbenches) ReconcileComponent ¶
func (w *Workbenches) ReconcileComponent(cli client.Client, owner metav1.Object, dscispec *dsci.DSCInitializationSpec) error
func (*Workbenches) SetImageParamsMap ¶ added in v2.1.0
func (w *Workbenches) SetImageParamsMap(imageMap map[string]string) map[string]string
Click to show internal directories.
Click to hide internal directories.