Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( FindMinikubeBinary = minikubeBinary GetCurrentVersionFunc = getCurrentVersion )
To override during tests
View Source
var (
GetClient = getClient
)
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { // IsMinikube returns true if the given kubeContext maps to a minikube cluster IsMinikube(ctx context.Context, kubeContext string) bool // MinikubeExec returns the Cmd struct to execute minikube with given arguments MinikubeExec(ctx context.Context, arg ...string) (*exec.Cmd, error) }
Click to show internal directories.
Click to hide internal directories.