Documentation ¶
Index ¶
Constants ¶
View Source
const ( ReuseIfPresent bool = true RecreateIfPresent bool = false )
Variables ¶
This section is empty.
Functions ¶
func VerifyKindIsInstalled ¶
func VerifyKindIsInstalled() error
Types ¶
type KindCluster ¶
type KindCluster interface { ClusterUp() error Delete() error Exists() (bool, error) // ClusterUser Config() *rest.Config Name() string RestartWorkloads() error WaitForWorkloads() error KCCInstalled() bool Context() map[string]string }
func NewCluster ¶
func NewCluster(name string, images []string, manifestPaths []string, deployments []types.NamespacedName) KindCluster
NewCluster - return a cluster setup object
Click to show internal directories.
Click to hide internal directories.