kubernetes/pkg/scheduler/cache
Kubernetes Submit Queue bb6270bd92
Merge pull request #64692 from adohe/scheduler_cache
Automatic merge from submit-queue (batch tested with PRs 64882, 64692, 64389, 60626, 64840). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

update pod state of scheduler cache when UpdatePod

update pod state map in scheduler cache when call UpdatePod. @k82cn @bsalamat 

```release-note
keep pod state consistent when scheduler cache UpdatePod
```
2018-06-20 10:03:23 -07:00
..
BUILD Update generated bazel 2018-06-04 13:56:51 -07:00
cache_test.go keep pod state consistent when UpdatePod 2018-06-06 21:13:12 +08:00
cache.go keep pod state consistent when UpdatePod 2018-06-06 21:13:12 +08:00
interface.go
node_info_test.go Fix the handling of untagged images 2018-06-04 13:57:09 -07:00
node_info.go Implement scheduler changes for volume limits 2018-06-01 19:17:31 -04:00
util.go