Documentation ¶
Index ¶
Constants ¶
View Source
const (
ReleaseBinaryName = "bin/cpi"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CpiInstaller ¶ added in v0.0.37
type CpiInstaller struct { ReleaseManager birel.Manager Installer biinstall.Installer Validator Validator }
func (CpiInstaller) InstallCpiRelease ¶ added in v0.0.37
func (i CpiInstaller) InstallCpiRelease(installationManifest biinstallmanifest.Manifest, stage biui.Stage) (biinstall.Installation, error)
func (CpiInstaller) ValidateCpiRelease ¶ added in v0.0.37
func (i CpiInstaller) ValidateCpiRelease(installationManifest biinstallmanifest.Manifest, stage biui.Stage) error
Click to show internal directories.
Click to hide internal directories.