aws

package
v0.37.2 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2023 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultEC2SDConfig = EC2SDConfig{
	Port:            80,
	RefreshInterval: 60 * time.Second,
}

DefaultEC2SDConfig is the default EC2 SD configuration.

Functions

This section is empty.

Types

type EC2Discovery

type EC2Discovery struct {
	*refresh.Discovery
	// contains filtered or unexported fields
}

EC2Discovery periodically performs EC2-SD requests. It implements the Discoverer interface.

func NewEC2Discovery

func NewEC2Discovery(conf *EC2SDConfig, logger logrus.FieldLogger) *EC2Discovery

NewEC2Discovery returns a new EC2Discovery which periodically refreshes its targets.

type EC2Filter

type EC2Filter struct {
	Name   string   `yaml:"name"`
	Values []string `yaml:"values"`
}

EC2Filter is the configuration for filtering EC2 instances.

type EC2SDConfig

type EC2SDConfig struct {
	Endpoint        string        `yaml:"endpoint"`
	Region          string        `yaml:"region"`
	AccessKey       string        `yaml:"access-key,omitempty"`
	SecretKey       string        `yaml:"secret-key,omitempty"`
	Profile         string        `yaml:"profile,omitempty"`
	RoleARN         string        `yaml:"role-arn,omitempty"`
	Application     string        `yaml:"application,omitempty"`
	RefreshInterval time.Duration `yaml:"refresh-interval,omitempty"`
	Port            int           `yaml:"port"`
	Filters         []*EC2Filter  `yaml:"filters"`
}

EC2SDConfig is the configuration for EC2 based service discovery.

func (*EC2SDConfig) Name

func (*EC2SDConfig) Name() string

Name returns the name of the EC2 Config.

func (*EC2SDConfig) NewDiscoverer

NewDiscoverer returns a Discoverer for the EC2 Config.

func (*EC2SDConfig) UnmarshalYAML

func (c *EC2SDConfig) UnmarshalYAML(unmarshal func(interface{}) error) error

UnmarshalYAML implements the yaml.Unmarshaler interface for the EC2 Config.

Jump to

Keyboard shortcuts

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