kubernetes/plugin/pkg/scheduler/algorithm
Jan Safranek 2caae38d32 Fixed counting of unbound PVCs towards limit of attached volumes.
There are two ways how a scheduled pod can get its PVCs unbound:
- admin forcefuly unbinds it
- user deletes original PVC that was bound when the pod was scheduled and
  creates a new one with the same name that does not get bound from some
  reason.

In both cases we don't know where the original PVC pointed at and if we
should account it to the limit of attached AWS EBS / GCE PDs etc.

The common pattern here is to count it in when in doubt.
2017-10-02 15:49:34 +02:00
..
predicates Fixed counting of unbound PVCs towards limit of attached volumes. 2017-10-02 15:49:34 +02:00
priorities [Scheduler] regroup packages 2017-08-30 11:14:44 +08:00
BUILD Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
scheduler_interface_test.go run root-rewrite-v1-..., compile 2017-06-22 10:25:57 -07:00
scheduler_interface.go Add pod eviction logic for scheduler preemption 2017-09-07 15:31:55 -07:00
types_test.go run hack/update-all 2017-06-22 11:31:03 -07:00
types.go Add specific types for PredicateMetadata and PredicateMetadataProducer 2017-08-30 10:32:09 -07:00
well_known_labels.go fix condition-taint labels 2017-09-11 10:19:51 +02:00