Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplianceDiskImage ¶
ApplianceDiskImage is an asset that generates the OpenShift-based appliance.
func (*ApplianceDiskImage) Dependencies ¶
func (a *ApplianceDiskImage) Dependencies() []asset.Asset
Dependencies returns the assets on which the Bootstrap asset depends.
func (*ApplianceDiskImage) Name ¶
func (a *ApplianceDiskImage) Name() string
Name returns the human-friendly name of the asset.
type BaseDiskImage ¶
BaseDiskImage is an asset that generates the base disk image (CoreOS) of OpenShift-based appliance.
func (*BaseDiskImage) Dependencies ¶
func (a *BaseDiskImage) Dependencies() []asset.Asset
Dependencies returns the assets on which the Bootstrap asset depends.
func (*BaseDiskImage) Name ¶
func (a *BaseDiskImage) Name() string
Name returns the human-friendly name of the asset.
Click to show internal directories.
Click to hide internal directories.