plugin

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: May 4, 2023 License: MIT Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

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

Functions

func CustomDecodeHookFunc added in v0.1.1

func CustomDecodeHookFunc(client *hcloud.Client, sep string, entrySep string) mapstructure.DecodeHookFuncType

Types

type TargetPlugin

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

TargetPlugin is the Hetzner Cloud Server implementation of the target.Target interface.

func NewHCloudServerPlugin

func NewHCloudServerPlugin(log hclog.Logger) *TargetPlugin

NewHCloudServerPlugin returns the Hetzner Cloud Server 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