Documentation ¶
Index ¶
Constants ¶
View Source
const UnassignedArtifactRole = "norole"
Variables ¶
This section is empty.
Functions ¶
func AddSystemdConfSortKey ¶ added in v2.16.1
Types ¶
type InstallAction ¶
type InstallAction struct {
// contains filtered or unexported fields
}
func NewInstallAction ¶
func NewInstallAction(cfg *config.Config, spec *v1.InstallUkiSpec) *InstallAction
func (*InstallAction) Run ¶
func (i *InstallAction) Run() (err error)
type ResetAction ¶
type ResetAction struct {
// contains filtered or unexported fields
}
func NewResetAction ¶
func NewResetAction(cfg *config.Config, spec *v1.ResetUkiSpec) *ResetAction
func (*ResetAction) Run ¶
func (r *ResetAction) Run() (err error)
type UpgradeAction ¶
type UpgradeAction struct {
// contains filtered or unexported fields
}
func NewUpgradeAction ¶
func NewUpgradeAction(cfg *config.Config, spec *v1.UpgradeUkiSpec) *UpgradeAction
func (*UpgradeAction) Run ¶
func (i *UpgradeAction) Run() (err error)
Click to show internal directories.
Click to hide internal directories.