Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunCommandOnServer ¶
func RunCommandVisibleOnServer ¶ added in v1.6.0
Types ¶
type K8sDistribution ¶ added in v1.6.0
type K8sDistribution string
const ( K8sDistributionK8s K8sDistribution = "k8s" K8sDistributionK3s K8sDistribution = "k3s" )
type TestCluster ¶ added in v1.6.0
type TestCluster struct { KeepOnFailure bool // contains filtered or unexported fields }
func (*TestCluster) Start ¶ added in v1.6.0
func (tc *TestCluster) Start() error
func (*TestCluster) Stop ¶ added in v1.6.0
func (tc *TestCluster) Stop(testFailed bool) error
Click to show internal directories.
Click to hide internal directories.