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 ¶
func New ¶ added in v1.2.2
func New(cfg Config) eks_tester.Tester
Types ¶
type Config ¶
type Config struct { Logger *zap.Logger LogWriter io.Writer Stopc chan struct{} EKSConfig *eksconfig.Config K8SClient k8s_client.EKS ELB2API elbv2iface.ELBV2API }
Config defines Jupyter Hub configuration. ref. https://zero-to-jupyterhub.readthedocs.io/en/latest/index.html
Click to show internal directories.
Click to hide internal directories.