Documentation
¶
Index ¶
Constants ¶
View Source
const ( Bytes = "Bytes" BytesPerSec = "Bytes/Second" Count = "Count" Percent = "Percent" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerInstance ¶
type ECSContainer ¶
type ECSContainer struct {
DockerId string
}
type ECSDecorator ¶
type ECSDecorator struct {
HostIP string `toml:"host_ip"`
*NodeCapacity
// contains filtered or unexported fields
}
func (*ECSDecorator) Description ¶
func (e *ECSDecorator) Description() string
func (*ECSDecorator) Init ¶
func (e *ECSDecorator) Init() error
func (*ECSDecorator) SampleConfig ¶
func (e *ECSDecorator) SampleConfig() string
func (*ECSDecorator) Stop ¶
func (e *ECSDecorator) Stop()
type ECSTask ¶
type ECSTask struct {
KnownStatus string
ARN string
Containers []ECSContainer
}
type ECSTasksInfo ¶
type ECSTasksInfo struct {
Tasks []ECSTask
}
Click to show internal directories.
Click to hide internal directories.