Versions in this module Expand all Collapse all v0 v0.1.1 Nov 27, 2018 v0.1.0 Sep 3, 2018 Changes in this version + type KubeClient struct + func NewKubeClient(kubeconfig string) (*KubeClient, error) + func (k *KubeClient) DrainNode(ctx context.Context) error + func (k *KubeClient) FindDashboardAdminSecret() string + func (k *KubeClient) FindService(serviceName string) (string, int32) + func (k *KubeClient) WaitForNode(ctx context.Context) error