Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster struct { Name string // contains filtered or unexported fields }
Cluster represents the running state of a KIND cluster. An empty struct is enough to call Setup() on.
func (*Cluster) KubeClient ¶
func (c *Cluster) KubeClient() kubernetes.Interface
KubeClient returns a Kubernetes client pointing at the provisioned cluster
func (*Cluster) RestConfig ¶
func (c *Cluster) RestConfig() *restclient.Config
RestConfig returns a rest configuration pointed at the provisioned cluster
Click to show internal directories.
Click to hide internal directories.