Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultCloudConfigFunc = cloudconfig.GetCloudConfig
View Source
var DefaultRunnerInstallScriptFunc = cloudconfig.GetRunnerInstallScript
Functions ¶
This section is empty.
Types ¶
type RunnerSpec ¶
type RunnerSpec struct {
Zone string
Tools params.RunnerApplicationDownload
BootstrapParams params.BootstrapInstance
NetworkID string
SubnetworkID string
ControllerID string
NicType string
DisplayDevice bool
DiskSize int64
DiskType string
CustomLabels map[string]string
NetworkTags []string
ServiceAccounts []*computepb.ServiceAccount
SourceSnapshot string
SSHKeys string
EnableBootDebug bool
DisableUpdates bool
// Shielded VM options
EnableSecureBoot bool
EnableVTPM bool
EnableIntegrityMonitoring bool
// CMEK (Customer-Managed Encryption Key) for boot disk
BootDiskKmsKeyName string
}
func GetRunnerSpecFromBootstrapParams ¶
func GetRunnerSpecFromBootstrapParams(cfg *config.Config, data params.BootstrapInstance, controllerID string) (*RunnerSpec, error)
func (RunnerSpec) ComposeUserData ¶
func (r RunnerSpec) ComposeUserData() (string, error)
func (*RunnerSpec) MergeExtraSpecs ¶
func (r *RunnerSpec) MergeExtraSpecs(extraSpecs *extraSpecs)
func (*RunnerSpec) Validate ¶
func (r *RunnerSpec) Validate() error
type ToolFetchFunc ¶
type ToolFetchFunc func(osType params.OSType, osArch params.OSArch, tools []params.RunnerApplicationDownload) (params.RunnerApplicationDownload, error)
var DefaultToolFetch ToolFetchFunc = util.GetTools
Click to show internal directories.
Click to hide internal directories.