Documentation ¶
Index ¶
Constants ¶
View Source
const ( SectionKeyContainerOrchestrator = "container_orchestrator" ECS = "ecs" )
View Source
const (
SectionKeyMode = "mode"
)
View Source
const (
SubSectionKey = "cadvisor"
)
Variables ¶
View Source
var ChildRule = map[string]Rule{}
Functions ¶
func GetCurPath ¶
func GetCurPath() string
func RegisterRule ¶
Types ¶
type ContainerOrchestrator ¶
type ContainerOrchestrator struct { }
func (*ContainerOrchestrator) ApplyRule ¶
func (c *ContainerOrchestrator) ApplyRule(input interface{}) (string, interface{})
type DetailMode ¶
type DetailMode struct { }
func (*DetailMode) ApplyRule ¶
func (d *DetailMode) ApplyRule(input interface{}) (string, interface{})
type Rule ¶
type Rule translator.Rule
Click to show internal directories.
Click to hide internal directories.