Module minikube

minikube API.

Description

minikube API.

Data Types

profile()

profile() = atom()

Function Index

ensure_started/0
ensure_started/1
is_running/0
is_running/1
start/0
start/1
stop/0
stop/1
which_profiles/0

Function Details

ensure_started/0

ensure_started() -> ok | {error, Reason}

ensure_started/1

ensure_started(Profile::profile()) -> ok | {error, Reason}

is_running/0

is_running() -> boolean() | {error, Reason}

is_running/1

is_running(Profile::profile()) -> boolean() | {error, Reason}

start/0

start() -> ok | {error, Reason}

start/1

start(Profile::profile()) -> ok | {error, Reason}

stop/0

stop() -> ok | {error, Reason}

stop/1

stop(Profile::profile()) -> ok | {error, Reason}

which_profiles/0

which_profiles() -> [profile()]


Generated by EDoc