# Functions

Convert_v1alpha1_CritConfig_To_v1alpha2_CritConfig is an autogenerated conversion function.
Convert_v1alpha1_CritConfigList_To_v1alpha2_CritConfigList is an autogenerated conversion function.
No description provided by the author
Convert_v1alpha1_CritConfigStatus_To_v1alpha2_CritConfigStatus is an autogenerated conversion function.
Convert_v1alpha1_CritConfigTemplate_To_v1alpha2_CritConfigTemplate is an autogenerated conversion function.
Convert_v1alpha1_CritConfigTemplateList_To_v1alpha2_CritConfigTemplateList is an autogenerated conversion function.
Convert_v1alpha1_CritConfigTemplateResource_To_v1alpha2_CritConfigTemplateResource is an autogenerated conversion function.
Convert_v1alpha1_CritConfigTemplateSpec_To_v1alpha2_CritConfigTemplateSpec is an autogenerated conversion function.
Convert_v1alpha1_File_To_v1alpha2_File is an autogenerated conversion function.
Convert_v1alpha1_NTP_To_v1alpha2_NTP is an autogenerated conversion function.
Convert_v1alpha1_User_To_v1alpha2_User is an autogenerated conversion function.
Convert_v1alpha2_CritConfig_To_v1alpha1_CritConfig is an autogenerated conversion function.
Convert_v1alpha2_CritConfigList_To_v1alpha1_CritConfigList is an autogenerated conversion function.
No description provided by the author
Convert_v1alpha2_CritConfigStatus_To_v1alpha1_CritConfigStatus is an autogenerated conversion function.
Convert_v1alpha2_CritConfigTemplate_To_v1alpha1_CritConfigTemplate is an autogenerated conversion function.
Convert_v1alpha2_CritConfigTemplateList_To_v1alpha1_CritConfigTemplateList is an autogenerated conversion function.
Convert_v1alpha2_CritConfigTemplateResource_To_v1alpha1_CritConfigTemplateResource is an autogenerated conversion function.
Convert_v1alpha2_CritConfigTemplateSpec_To_v1alpha1_CritConfigTemplateSpec is an autogenerated conversion function.
Convert_v1alpha2_File_To_v1alpha1_File is an autogenerated conversion function.
Convert_v1alpha2_NTP_To_v1alpha1_NTP is an autogenerated conversion function.
Convert_v1alpha2_User_To_v1alpha1_User is an autogenerated conversion function.
RegisterConversions adds conversion functions to the given scheme.

# Constants

Base64 implies the contents of the file are encoded as base64.
CloudConfig make the bootstrap data to be of cloud-config format.
Gzip implies the contents of the file are encoded with gzip.
GzipBase64 implies the contents of the file are first base64 encoded and then gzip encoded.

# Variables

AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.

# Structs

CritConfig is the Schema for the critconfigs API.
CritConfigList contains a list of CritConfig.
CritConfigSpec defines the desired state of CritConfig.
CritConfigStatus defines the observed state of CritConfig.
CritConfigTemplate is the Schema for the critconfigtemplates API.
CritConfigTemplateList contains a list of CritConfigTemplate.
CritConfigTemplateResource defines the Template structure.
CritConfigTemplateSpec defines the desired state of CritConfigTemplate.
File defines the input for generating write_files in cloud-init.
NTP defines input for generated ntp in cloud-init.
User defines the input for a generated user in cloud-init.

# Type aliases

Encoding specifies the cloud-init file encoding.
Format specifies the output format of the bootstrap data +kubebuilder:validation:Enum=cloud-config.