Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Anaconda ¶
type Anaconda struct {
BaseWorkload
}
TODO: replace the Anaconda pipeline by the OS pipeline with the anaconda workload.
type BaseWorkload ¶
type BaseWorkload struct {
Repos []rpmmd.RepoConfig
}
func (BaseWorkload) GetDisabledServices ¶
func (p BaseWorkload) GetDisabledServices() []string
func (BaseWorkload) GetPackages ¶
func (p BaseWorkload) GetPackages() []string
func (BaseWorkload) GetRepos ¶
func (p BaseWorkload) GetRepos() []rpmmd.RepoConfig
func (BaseWorkload) GetServices ¶
func (p BaseWorkload) GetServices() []string
type Custom ¶
type Custom struct { BaseWorkload Packages []string Services []string DisabledServices []string }
func (*Custom) GetDisabledServices ¶
TODO: Does this belong here? What kind of workload requires services to be disabled?
func (*Custom) GetPackages ¶
func (*Custom) GetServices ¶
type StaticWebserver ¶
type StaticWebserver struct {
BaseWorkload
}
TODO: replace the CommitServerTree pipeline by the OS pipeline with the StaticWebserver workload.
Click to show internal directories.
Click to hide internal directories.