mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-19 02:38:07 -05:00
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 ``` |
||
|---|---|---|
| .. | ||
| BUILD | ||
| error.go | ||
| metadata.go | ||
| metadata_test.go | ||
| predicates.go | ||
| predicates_test.go | ||
| testing_helper.go | ||
| utils.go | ||
| utils_test.go | ||