plugin

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: May 24, 2021 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	PluginConfig = &plugins.InternalPluginConfig{
		Factory: func(l hclog.Logger) interface{} { return NewDODropletsPlugin(l) },
	}
)

Functions

This section is empty.

Types

type TargetPlugin

type TargetPlugin struct {
	// contains filtered or unexported fields
}

TargetPlugin is the DigitalOcean implementation of the target.Target interface.

func NewDODropletsPlugin

func NewDODropletsPlugin(log hclog.Logger) *TargetPlugin

NewDODropletsPlugin returns the DO Droplets implementation of the target.Target interface.

func (*TargetPlugin) PluginInfo

func (t *TargetPlugin) PluginInfo() (*base.PluginInfo, error)

PluginInfo satisfies the PluginInfo function on the base.Base interface.

func (*TargetPlugin) Scale

func (t *TargetPlugin) Scale(action sdk.ScalingAction, config map[string]string) error

Scale satisfies the Scale function on the target.Target interface.

func (*TargetPlugin) SetConfig

func (t *TargetPlugin) SetConfig(config map[string]string) error

SetConfig satisfies the SetConfig function on the base.Base interface.

func (*TargetPlugin) Status

func (t *TargetPlugin) Status(config map[string]string) (*sdk.TargetStatus, error)

Status satisfies the Status function on the target.Target interface.

Jump to

Keyboard shortcuts

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