kind

package
v0.0.0-...-9140424 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 11, 2024 License: Apache-2.0 Imports: 21 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL