kubernetes/pkg/controller/volume/persistentvolume
k8s-ci-robot 69f5f5eff2
Merge pull request #67978 from WanLinghao/token_controller_improve
remove idle tokens in kubelet token manager
2018-11-02 12:28:47 -07:00
..
metrics Add metrics to volume scheduling operations 2018-10-23 20:59:12 +08:00
options update BUILD files 2017-10-15 18:18:13 -07:00
binder_test.go Ignore non-avaiable volumes in findMatchingVolume: update tests 2018-09-19 13:13:31 +08:00
BUILD Add metrics to volume scheduling operations 2018-10-23 20:59:12 +08:00
delete_test.go Pass pod informer to PV controller 2018-02-05 15:40:25 +01:00
framework_test.go Ignore non-avaiable volumes in findMatchingVolume: update tests 2018-09-19 13:13:31 +08:00
index.go Ignore non-available volumes in findMatchingVolume to reduce chance of 2018-09-14 20:27:44 +08:00
index_test.go Update gofmt for go1.11 2018-10-05 12:59:38 -07:00
OWNERS Add lichuqiang as reviewer of persistentvolume controller (for volume scheduling) 2018-07-04 00:35:54 +08:00
provision_test.go Ignore non-avaiable volumes in findMatchingVolume: update tests 2018-09-19 13:13:31 +08:00
pv_controller.go Moving the cloudprovider interface to staging. 2018-10-04 14:41:20 -07:00
pv_controller_base.go Merge pull request #69386 from cblecker/go-1.11 2018-10-05 17:35:51 -07:00
pv_controller_test.go related test update 2018-08-29 10:30:16 +08:00
recycle_test.go Don't recycle PVs that are used by a pod 2018-02-05 16:41:39 +01:00
scheduler_assume_cache.go Use rwlock for caches 2018-09-04 16:47:43 -07:00
scheduler_assume_cache_test.go combine feature gate VolumeScheduling and DynamicProvisioningScheduling into one 2018-08-29 10:30:08 +08:00
scheduler_bind_cache_metrics.go Add metrics to volume scheduling operations 2018-10-23 20:59:12 +08:00
scheduler_binder.go Fix an error in log info 2018-10-30 09:02:06 +08:00
scheduler_binder_cache.go Add metrics to volume scheduling operations 2018-10-23 20:59:12 +08:00
scheduler_binder_cache_test.go cache update for dynamic provisioning 2018-05-24 17:12:12 +08:00
scheduler_binder_fake.go Volume scheduling library changes: 2018-09-04 16:30:14 -07:00
scheduler_binder_test.go Ignore non-avaiable volumes in findMatchingVolume: update tests 2018-09-19 13:13:31 +08:00
volume_host.go Currently, kubelet token mamanger only clean tokens who are expired. For tokens with long expiration, if the pod who creates them got killed or evicted, those tokens may stay in kubelet's memory until they are expired. It's bad for kubelet and node itself. After this patch, each time a pod was deleted, token manager would clean related tokens. 2018-10-22 09:32:59 +08:00