Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCpuCfsThrottledRule ¶
func NewCpuStealRule ¶
func NewNodeThroughputRule ¶
Types ¶
type CpuCfsThrottledRule ¶
type CpuCfsThrottledRule struct { }
func (*CpuCfsThrottledRule) Evaluate ¶
func (rule *CpuCfsThrottledRule) Evaluate(facts *flows.Facts) bool
func (*CpuCfsThrottledRule) Execute ¶
func (rule *CpuCfsThrottledRule) Execute(facts *flows.Facts) error
func (*CpuCfsThrottledRule) GetName ¶
func (rule *CpuCfsThrottledRule) GetName() string
type CpuStealRule ¶
type CpuStealRule struct { }
func (*CpuStealRule) GetName ¶
func (rule *CpuStealRule) GetName() string
type NodeThroughputRule ¶
type NodeThroughputRule struct { }
func (*NodeThroughputRule) Evaluate ¶
func (rule *NodeThroughputRule) Evaluate(facts *flows.Facts) bool
func (*NodeThroughputRule) Execute ¶
func (rule *NodeThroughputRule) Execute(facts *flows.Facts) error
func (*NodeThroughputRule) GetName ¶
func (rule *NodeThroughputRule) GetName() string
Click to show internal directories.
Click to hide internal directories.