Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 Extensions ¶
type Extensions struct {
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.