addons

package
v0.0.24 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2020 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FluentdVariablesFile   = "/etc/default/td-agent"
	FluentdSystemdUnitName = "td-agent"
)
View Source
const (
	AWSCWAgentConfig = "/opt/aws/amazon-cloudwatch-agent/etc/amazon-cloudwatch-agent.json"
)

Variables

View Source
var (
	ImageDir     = "/tmp/tosi"
	ImageSubDirs = [2]string{"layers", "overlays"}
)
View Source
var Registry = map[string]Plugin{}

Functions

This section is empty.

Types

type AWSCWAgentAddon added in v0.0.15

type AWSCWAgentAddon struct {
}

This add-on configures the AWS CW Agent.

func (*AWSCWAgentAddon) Run added in v0.0.15

func (a *AWSCWAgentAddon) Run(config map[string]string) error

type FluentdAWSAddon added in v0.0.12

type FluentdAWSAddon struct {
}

This add-on configures fluentd on AWS to send logs to CloudWatch.

func (*FluentdAWSAddon) Run added in v0.0.12

func (f *FluentdAWSAddon) Run(config map[string]string) error

type NFSAddon

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

func (*NFSAddon) Run

func (n *NFSAddon) Run(config map[string]string) error

type Plugin

type Plugin interface {
	Run(config map[string]string) error
}

Jump to

Keyboard shortcuts

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