Documentation
¶
Overview ¶
Package config provides the package configuration.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetECSMetadataURI ¶ added in v1.1.0
func GetECSMetadataURI() string
GetECSMetadataURI returns the ECS metadata URI.
Types ¶
type Client ¶
type Client struct {
HTTPTimeout time.Duration
DialTimeout time.Duration
MaxIdleConns int
MaxIdleConnsPerHost int
DisableKeepAlives bool
IdleConnTimeout time.Duration
TLSHandshakeTimeout time.Duration
ResponseHeaderTimeout time.Duration
}
Client represents the HTTP client configuration.
type Config ¶
type Config struct {
ContainerMetadataURI string
TaskMetadataURI string
Client Client
// contains filtered or unexported fields
}
Config represents the package configuration.
Click to show internal directories.
Click to hide internal directories.