jupyterhub

package
v1.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 4, 2020 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Overview

Package jupyterhub implements Jupyter Hub add-on. ref. https://zero-to-jupyterhub.readthedocs.io/en/latest/index.html

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Logger *zap.Logger
	Stopc  chan struct{}

	EKSConfig *eksconfig.Config
	K8SClient k8s_client.EKS
}

Config defines Jupyter Hub configuration. ref. https://zero-to-jupyterhub.readthedocs.io/en/latest/index.html

type Tester

type Tester interface {
	// Create installs Jupyter Hub.
	Create() error
	// Delete deletes Jupyter Hub.
	Delete() error
}

Tester defines Jupyter Hub tester. ref. https://zero-to-jupyterhub.readthedocs.io/en/latest/index.html

func NewTester

func NewTester(cfg Config) (Tester, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL