Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AzureDisk ¶
type AzureDisk struct {
// Release is the source release version
Release string `json:"release"`
// 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 disk image that can be imported into an image gallery or otherwise replicated, and then used as a boot source for virtual machines.
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.