Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicNodeEstimator ¶
type BasicNodeEstimator struct {
// contains filtered or unexported fields
}
BasicNodeEstimator estimates the number of needed nodes to handle the given amount of pods. It will never overestimate the number of nodes but is quite likekly to provide a number that is too small.
func NewBasicNodeEstimator ¶
func NewBasicNodeEstimator() *BasicNodeEstimator
NewBasicNodeEstimator builds BasicNodeEstimator.
Click to show internal directories.
Click to hide internal directories.