Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Libvirt ¶
type Libvirt struct { URI string `json:"libvirt_uri,omitempty"` Image string `json:"os_image,omitempty"` Network `json:",inline"` MasterIPs []string `json:"libvirt_master_ips,omitempty"` BootstrapIP string `json:"libvirt_bootstrap_ip,omitempty"` }
Libvirt encompasses configuration specific to libvirt.
func (*Libvirt) UseCachedImage ¶
UseCachedImage leaves non-file:// image URIs unalterered. Other URIs are retrieved with a local cache at $XDG_CACHE_HOME/openshift-install/libvirt 1. This allows you to use the same remote image URI multiple times without needing to worry about redundant downloads, although you will want to periodically blow away your cache.
Click to show internal directories.
Click to hide internal directories.