Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Installer ¶
type Installer struct { Config // contains filtered or unexported fields }
Installer holds the configuration for isntalling a profile
func NewInstaller ¶
NewInstaller creates a new profiles installer
func (*Installer) Install ¶
func (i *Installer) Install(installation profilesv1.ProfileInstallation) error
Install installs the profile
type ProfileInstaller ¶
type ProfileInstaller interface {
Install(installation profilesv1.ProfileInstallation) error
}
ProfileInstaller installs the profile
Click to show internal directories.
Click to hide internal directories.