Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct { *portercontext.Context azureconfig.Config }
func (*Plugin) LoadConfig ¶
type RunOptions ¶
type RunOptions struct { Key string // contains filtered or unexported fields }
func (*RunOptions) Validate ¶
func (o *RunOptions) Validate(args []string) error
type TestPlugin ¶
type TestPlugin struct { *Plugin TestContext *portercontext.TestContext }
func NewTestPlugin ¶
func NewTestPlugin(t *testing.T) *TestPlugin
NewTestPlugin initializes a plugin test client, with the output buffered, and an in-memory file system.
Click to show internal directories.
Click to hide internal directories.