Documentation
¶
Index ¶
- type Command
- func NewAddGPGCommand(image string, repository *repositories.Configuration) *Command
- func NewAddRepositoryCommand(image string, repository *repositories.Configuration) *Command
- func NewCommand(image string, command string, arguments ...interface{}) *Command
- func NewInstallCommand(image string, packages []string) *Command
- func NewUpdateCommand(image string) *Command
- func NewUploadCommand(image string, source string, target string) *Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
// contains filtered or unexported fields
}
Command is a structure that holds information for VirtCustomize command.
func NewAddGPGCommand ¶
func NewAddGPGCommand(image string, repository *repositories.Configuration) *Command
NewAddGPGCommand creates a new add gpg command.
func NewAddRepositoryCommand ¶
func NewAddRepositoryCommand(image string, repository *repositories.Configuration) *Command
NewAddRepositoryCommand creates a new add repository command.
func NewCommand ¶
NewCommand creates a new VirtCustomize command.
func NewInstallCommand ¶
NewInstallCommand creates a new install command.
func NewUpdateCommand ¶
NewUpdateCommand creates a new update command.
func NewUploadCommand ¶
NewUploadCommand creates a new upload command.
func (*Command) BuildExecutionerCommand ¶
BuildExecutionerCommand builds the command to run.
func (*Command) GetArguments ¶
GetArguments returns the list of arguments to pass to the command.
func (*Command) GetCommand ¶
GetCommand returns the command to run.
Click to show internal directories.
Click to hide internal directories.