kubernetes/plugin/pkg/scheduler/algorithm/predicates
Kubernetes Submit Queue 305d644363
Merge pull request #56577 from resouer/fix-eclass-pvc
Automatic merge from submit-queue (batch tested with PRs 56688, 56577). 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>.

Add pvc as part of equivalence hash

**What this PR does / why we need it**:

Should add PVC as part of equivalence hash so that `StatefulSe`t and `Operator` will always run the volume predicate, while the `ReplicaSet` can still  re-use cached ones.

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #56265

**Special notes for your reviewer**:

**Release note**:

```release-note
Add pvc as part of equivalence hash
```
2017-12-05 14:31:09 -08:00
..
BUILD Update generated bazel 2017-12-02 22:24:17 +08:00
error.go Add predicate to find volume matches 2017-11-21 23:19:44 -08:00
metadata_test.go add hostip protocol to the hostport predicates and make unit test adapt to the code change 2017-11-10 15:41:52 +08:00
metadata.go add hostip protocol to the hostport predicates and make unit test adapt to the code change 2017-11-10 15:41:52 +08:00
predicates_test.go Add pvc as part of equivalence hash 2017-12-02 22:24:17 +08:00
predicates.go Merge pull request #53647 from wenlxie/githubupstream.master.fixinterpodantiaffinity 2017-12-03 07:13:08 -08:00
testing_helper.go Add pvc as part of equivalence hash 2017-12-02 22:24:17 +08:00
utils_test.go add e2e test on the hostport predicates 2017-11-10 15:44:23 +08:00
utils.go Add pvc as part of equivalence hash 2017-12-02 22:24:17 +08:00