Versions in this module Expand all Collapse all v0 v0.1.0 Jan 16, 2019 Changes in this version + func WaitForReady(node *Node, until time.Time) bool type Node + func CreateWorkerNode(name, image, clusterLabel string) (node *Node, err error) + func (n *Node) IP() (ip string, err error) + func (n *Node) Ports(containerPort int) (hostPort int, err error) v0.0.1 Nov 29, 2018 Changes in this version + func Delete(nodes ...Node) error + func ListByCluster(filters ...string) (map[string][]Node, error) + type Node struct + func CreateControlPlaneNode(name, image, clusterLabel string) (handle *Node, port int, err error) + func FromID(id string) *Node + func List(filters ...string) ([]Node, error) + func (n *Node) Cmder() exec.Cmder + func (n *Node) Command(command string, args ...string) exec.Cmd + func (n *Node) CopyTo(source, dest string) error + func (n *Node) FixMounts() error + func (n *Node) KubeVersion() (version string, err error) + func (n *Node) LoadImages() + func (n *Node) SignalStart() error + func (n *Node) String() string + func (n *Node) WaitForDocker(until time.Time) bool + func (n *Node) WriteKubeConfig(dest string) error