Versions in this module Expand all Collapse all v1 v1.19.1 Oct 25, 2022 Changes in this version + type Client interface + Close func() + ListNodes func() ([]*Node, error) + func NewKubeClient(kubeconfig string, handler cache.ResourceEventHandler, ...) (Client, error) + type KubeClient struct + func (kc *KubeClient) Close() + func (kc *KubeClient) ListNodes() ([]*Node, error) + type Node struct + IPs []string + Unschedulable bool