kubernetes/pkg/controller
Kubernetes Submit Queue d594a13d69
Merge pull request #59954 from msau42/index-sc
Automatic merge from submit-queue (batch tested with PRs 57700, 59954). 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>.

Index PVs by StorageClass in assume cache

**What this PR does / why we need it**:
Performance optimization for delayed binding in the scheduler to only search for PVs with a matching StorageClass name.  This means that if you prebind the PV to a PVC, the PV must have a matching StorageClass name.  This behavior is different from when you prebind with immediate binding, which doesn't care about StorageClass.

**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 #56102

**Special notes for your reviewer**:

**Release note**:

```release-note
NONE
```
2018-02-16 09:24:30 -08:00
..
bootstrap Fix typos 2018-02-13 16:17:37 +08:00
certificates Merge pull request #58264 from WanLinghao/log_fix 2018-02-06 20:27:36 -08:00
cloud Merge pull request #59939 from dims/avoid-calls-to-cloud-instances-unless-taint-present 2018-02-15 16:43:34 -08:00
clusterroleaggregation Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
cronjob fix all the typos across the project 2018-02-11 11:04:14 +08:00
daemon fix all the typos across the project 2018-02-11 11:04:14 +08:00
deployment fix deployment's collision avoidance mechanism 2018-02-07 11:28:43 -08:00
disruption fix all the typos across the project 2018-02-11 11:04:14 +08:00
endpoint fix all the typos across the project 2018-02-11 11:04:14 +08:00
garbagecollector fix all the typos across the project 2018-02-11 11:04:14 +08:00
history Promote SS to apps/v1 2018-01-18 13:48:52 +05:30
job Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
namespace Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
nodeipam fix all the typos across the project 2018-02-11 11:04:14 +08:00
nodelifecycle Merge pull request #59323 from zetaab/nodetaint 2018-02-15 09:52:10 -08:00
podautoscaler correct typo in HorizontalPodAutoscaler status condition 2018-01-29 13:01:43 -05:00
podgc Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
replicaset remove duplicated import 2018-01-17 09:34:59 +08:00
replication Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
resourcequota Merge pull request #57149 from deads2k/rebase-02-quota 2018-01-22 19:02:29 -08:00
route Add context to all relevant cloud APIs 2018-02-06 12:49:17 -08:00
service fix all the typos across the project 2018-02-11 11:04:14 +08:00
serviceaccount svcacct: move claim generation out of TokenGenerator 2018-02-06 13:19:54 -08:00
statefulset Merge pull request #55792 from dhilipkumars/statefulset-appsv1 2018-01-26 06:54:33 -08:00
testutil add node shutdown taint 2018-02-08 12:56:06 +02:00
ttl Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
util/node taint also node controller 2018-02-10 15:41:24 +02:00
volume Index PVs by StorageClass in assume cache 2018-02-15 17:12:32 -08:00
.import-restrictions add import restrictions 2016-10-13 16:10:24 -07:00
BUILD Add PV protection controller 2018-01-31 20:18:54 +08:00
client_builder.go remove duplicated import 2017-11-14 17:18:17 +08:00
controller_ref_manager.go fix all the typos across the project 2018-02-11 11:04:14 +08:00
controller_ref_manager_test.go Merge pull request #50353 from zhangxiaoyu-zidif/Delete-redundant-expectError-for-controller-ref-test 2017-08-12 00:00:55 -07:00
controller_utils.go fix all the typos across the project 2018-02-11 11:04:14 +08:00
controller_utils_test.go Removed unused function. 2017-11-14 10:53:29 +02:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
lookup_cache.go Use fnv.New32a() in hash instead adler32 2017-02-15 14:03:54 +08:00
OWNERS remove some people from OWNERS so they don't get reviews anymore 2017-07-13 10:02:21 -07:00