# Functions
NewInitControlPlane returns the user data string to be used on a controlplane instance.
NewJoinControlPlane returns the user data string to be used on a new control plane instance.
NewNode returns the user data string to be used on a node instance.
# Structs
BaseUserData is shared across all the various types of files written to disk.
ControlPlaneInput defines the context to generate a controlplane instance user data.
ControlPlaneJoinInput defines context to generate controlplane instance user data for control plane node join.
NodeInput defines the context to generate a node user data.