# Packages
Package clc generates bootstrap data in Ignition format using Container Linux Config Transpiler.
# Functions
NewInitControlPlane returns Ignition configuration for bootstrapping new cluster.
NewJoinControlPlane returns Ignition configuration for new controlplane node joining the cluster.
NewNode returns Ignition configuration for new worker node joining the cluster.
# Structs
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.