Documentation ¶
Overview ¶
This is the default algorithm provider for the scheduler.
Index ¶
Constants ¶
View Source
const ( // GCE instances can have up to 16 PD volumes attached. DefaultMaxGCEPDVolumes = 16 ClusterAutoscalerProvider = "ClusterAutoscalerProvider" StatefulSetKind = "StatefulSet" )
Variables ¶
This section is empty.
Functions ¶
func GetEquivalencePod ¶ added in v1.5.0
GetEquivalencePod returns a EquivalencePod which contains a group of pod attributes which can be reused.
Types ¶
type EquivalencePod ¶ added in v1.5.0
type EquivalencePod struct {
ControllerRef api.OwnerReference
}
EquivalencePod is a group of pod attributes which can be reused as equivalence to schedule other pods.
Click to show internal directories.
Click to hide internal directories.