Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsWinLi ¶ added in v0.4.7
type AwsWinLi struct {
// A mapping of AWS region names (e.g. "us-east-1") to CloudImage
// descriptors. Each entry provides metadata for the corresponding
// AWS Windows LI AMI.
Images map[string]CloudImage `json:"images"`
}
AwsWinLi represents prebuilt AWS Windows License Included Images.
type AzureDisk ¶
type AzureDisk struct {
// URL to an image already stored in Azure infrastructure
// that can be copied into an image gallery. Avoid creating VMs directly
// from this URL as that may lead to performance limitations.
URL string `json:"url,omitempty"`
}
AzureDisk represents an Azure cloud image.
type CloudImage ¶ added in v0.4.7
type CloudImage struct {
Image string `json:"image"`
}
CloudImage generic image detail This struct was copied from the release package to avoid an import cycle, and is used to describe individual AWS WinLI Images.
type Extensions ¶
type Extensions struct {
AwsWinLi *AwsWinLi `json:"aws-winli,omitempty"`
AzureDisk *AzureDisk `json:"azure-disk,omitempty"`
}
Extensions is data specific to Red Hat Enterprise Linux CoreOS
Click to show internal directories.
Click to hide internal directories.