# Constants
RoleControlPlane denotes nodes that persist cluster information and host the kubernetes control plane.
RoleInit denotes a special `RoleControlPlane` that can run special tasks to initialize the cluster.
RoleWorker denotes a node that runs workloads in the cluster.
# Structs
No description provided by the author
ClusterPlugin creates a cluster plugin from a `ClusterProvider`.
No description provided by the author
# Type aliases
ClusterProvider returns a yip configuration that configures a Kubernetes engine.
No description provided by the author