# 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.