configurecontainers

package
v0.0.0-...-176c957 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 29, 2024 License: Apache-2.0 Imports: 12 Imported by: 6

Documentation

Index

Constants

View Source
const (
	//Action values
	INSTALL   = "Install"
	UNINSTALL = "Uninstall"
)

Variables

This section is empty.

Functions

func Name

func Name() string

Name returns the name of the plugin

Types

type ConfigureContainerPluginInput

type ConfigureContainerPluginInput struct {
	contracts.PluginInput
	ID     string
	Action string
}

ConfigureContainerPluginInput represents one set of commands executed by the configure container plugin.

type Plugin

type Plugin struct {

	// ExecuteCommand is an object that can execute commands.
	CommandExecuter executers.T
	// contains filtered or unexported fields
}

Plugin is the type for the plugin.

func NewPlugin

func NewPlugin(context context.T) (*Plugin, error)

NewPlugin returns a new instance of the plugin.

func (*Plugin) Execute

func (p *Plugin) Execute(config contracts.Configuration, cancelFlag task.CancelFlag, output iohandler.IOHandler)

Directories

Path Synopsis
Package windowscontainerutil implements the the install and uninstall steps for windows for the configurecontainers plugin.
Package windowscontainerutil implements the the install and uninstall steps for windows for the configurecontainers plugin.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL