# Functions
GetCloudConfig is a helper function that generates a cloud-init config for Linux and a powershell script for Windows.
GetCloudInitConfig returns the cloud-init specific userdata config.
GetRunnerInstallScript returns the runner install script for the given bootstrap params.
GetSpecs returns the cloud config specific extra specs from the bootstrap params.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
CloudConfigSpec is a struct that holds extra specs that can be used to customize user data.
No description provided by the author
No description provided by the author
No description provided by the author
InstallRunnerParams holds the parameters needed to render the runner install script.
No description provided by the author