Documentation ¶
Index ¶
- type NodesDistribution
- func (n *NodesDistribution) GetCountFor(args ...string) (count int)
- func (n *NodesDistribution) GetCountForAZ(az string) (count int)
- func (n *NodesDistribution) GetCountForInstanceType(args ...string) (count int)
- func (n *NodesDistribution) GetData() map[string]int
- func (n *NodesDistribution) Start(stopCh <-chan struct{}, changesCh chan<- struct{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodesDistribution ¶
type NodesDistribution struct {
// contains filtered or unexported fields
}
func NewNodesDistribution ¶
func NewNodesDistribution(clientset clientset.Interface) (*NodesDistribution, error)
func (*NodesDistribution) GetCountFor ¶
func (n *NodesDistribution) GetCountFor(args ...string) (count int)
func (*NodesDistribution) GetCountForAZ ¶
func (n *NodesDistribution) GetCountForAZ(az string) (count int)
func (*NodesDistribution) GetCountForInstanceType ¶
func (n *NodesDistribution) GetCountForInstanceType(args ...string) (count int)
func (*NodesDistribution) GetData ¶
func (n *NodesDistribution) GetData() map[string]int
func (*NodesDistribution) Start ¶
func (n *NodesDistribution) Start(stopCh <-chan struct{}, changesCh chan<- struct{}) error
Click to show internal directories.
Click to hide internal directories.