Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KindCluster ¶
type KindCluster struct { Name string Nodes *int KubeConfig string KubeConfigFile string Stop chan bool Running bool Provider *cluster.Provider }
KindCluster configures the Kind Cluster
func (*KindCluster) Delete ¶
func (k *KindCluster) Delete(delay time.Duration)
Delete deletes a KindCluster
func (*KindCluster) WaitForReady ¶
func (k *KindCluster) WaitForReady()
WaitForReady waits for the Kind Cluster to become ready
Click to show internal directories.
Click to hide internal directories.