Versions in this module Expand all Collapse all v0 v0.1.0 Apr 23, 2021 Changes in this version + func Client() (*kubernetes.Clientset, error) + func Config() string + type Kube struct + Client *kubernetes.Clientset + func (k *Kube) CreateService(ctx context.Context, namespace string, hostname string, internalname string) error + func (k *Kube) DeleteService(ctx context.Context, namespace string, dbname string) error + func (k *Kube) GetSecret(ctx context.Context, namespace string, name string, key string) (string, error)