package
0.0.0-20190319231021-e6272b887b81
Repository: https://github.com/marun/kubernetes.git
Documentation: pkg.go.dev

# Functions

NewRunner return a new runner for composable kubeadm workflows.

# Structs

Phase provides an implementation of a workflow phase that allows creation of new phases by simply instantiating a variable of this type.
Runner implements management of composable kubeadm workflows.
RunnerOptions defines the options supported during the execution of a kubeadm composable workflows.

# Interfaces

RunData defines the data shared among all the phases included in the workflow, that is any type.