Documentation ¶
Overview ¶
Package workbenches provides utility functions to config Workbenches to secure Jupyter Notebook in Kubernetes environments with support for OAuth
Index ¶
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) 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
Click to show internal directories.
Click to hide internal directories.