kubernetes/pkg/scheduler/algorithm/priorities
2019-07-26 20:48:05 -07:00
..
util Add documentation about "non-zero requests" 2019-05-23 12:36:19 -07:00
balanced_resource_allocation_test.go fix: verify metadata is non-nil in resource allocation 2019-05-18 10:05:44 +08:00
balanced_resource_allocation.go Short-circuit the evaluation of cpuFraction and memoryFraction 2019-06-27 13:56:48 +08:00
BUILD update import of generic featuregate code from k8s.io/apiserver/pkg/util/feature -> k8s.io/component-base/featuregate 2019-05-08 10:01:50 -04:00
even_pods_spread_test.go EvenPodsSpread: Core Priority logic 2019-07-26 20:48:05 -07:00
even_pods_spread.go EvenPodsSpread: Core Priority logic 2019-07-26 20:48:05 -07:00
image_locality_test.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
image_locality.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
interpod_affinity_test.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
interpod_affinity.go lazy/dynamic initilization on the int64 pointers of inter-podaffinity priority 2019-04-24 08:13:24 -07:00
least_requested_test.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
least_requested.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
metadata_test.go feat: cache pod limits as part of metadata in priority functions 2019-05-14 21:36:09 +08:00
metadata.go feat: cache pod limits as part of metadata in priority functions 2019-05-14 21:36:09 +08:00
most_requested_test.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
most_requested.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
node_affinity_test.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
node_affinity.go fix some comment typos 2019-02-26 16:00:20 +08:00
node_label_test.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
node_label.go refactor(scheduler): Move priority types to priorities package 2019-01-09 02:39:11 +05:30
node_prefer_avoid_pods_test.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
node_prefer_avoid_pods.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
priorities.go EvenPodsSpread: Define a new Priority 2019-07-26 20:48:05 -07:00
reduce.go refactor(scheduler): Move priority types to priorities package 2019-01-09 02:39:11 +05:30
requested_to_capacity_ratio_test.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
requested_to_capacity_ratio.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
resource_allocation.go scheduler: add pod Overhead support for requests 2019-07-16 12:56:19 -07:00
resource_limits_test.go fix: verify metadata is non-nil in resource allocation 2019-05-18 10:05:44 +08:00
resource_limits.go fix: verify metadata is non-nil in resource allocation 2019-05-18 10:05:44 +08:00
selector_spreading_test.go move pkg/kubelet/apis/well_known_labels.go to staging/src/k8s.io/api/core/v1/ 2019-02-05 13:39:07 -05:00
selector_spreading.go Merge pull request #72079 from sonasingh46/cleanup 2019-01-15 09:24:15 -08:00
taint_toleration_test.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
taint_toleration.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
test_util.go refactor(scheduler): Move priority types to priorities package 2019-01-09 02:39:11 +05:30
types_test.go Fix typos 2019-01-26 09:40:09 -05:00
types.go refactor(scheduler): Move priority types to priorities package 2019-01-09 02:39:11 +05:30