package defaults
import "k8s.io/kubernetes/plugin/pkg/scheduler/algorithmprovider/defaults"
Index ¶
Constants ¶
const ( // DefaultMaxGCEPDVolumes defines the maximum number of PD Volumes for GCE // GCE instances can have up to 16 PD volumes attached. DefaultMaxGCEPDVolumes = 16 // DefaultMaxAzureDiskVolumes defines the maximum number of PD Volumes for Azure // Larger Azure VMs can actually have much more disks attached. // TODO We should determine the max based on VM size DefaultMaxAzureDiskVolumes = 16 // ClusterAutoscalerProvider defines the default autoscaler provider ClusterAutoscalerProvider = "ClusterAutoscalerProvider" // StatefulSetKind defines the name of 'StatefulSet' kind StatefulSetKind = "StatefulSet" // KubeMaxPDVols defines the maximum number of PD Volumes per kubelet KubeMaxPDVols = "KUBE_MAX_PD_VOLS" )
Functions ¶
func GetEquivalencePod ¶
GetEquivalencePod returns a EquivalencePod which contains a group of pod attributes which can be reused.
Types ¶
type EquivalencePod ¶
type EquivalencePod struct { ControllerRef metav1.OwnerReference }
EquivalencePod is a group of pod attributes which can be reused as equivalence to schedule other pods.
Source Files ¶
defaults.go
- Version
- v1.7.3-beta.0
- Published
- Jul 21, 2017
- Platform
- js/wasm
- Imports
- 12 packages
- Last checked
- 15 seconds ago –
Tools for package owners.