This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
kubernetes
Watch
1
Star
0
Fork
0
You've already forked kubernetes
mirror of
https://github.com/k3s-io/kubernetes.git
synced
2025-12-01 17:44:30 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
c20e63bfb98fecef7461dbaf8ed52e31fe12cd11
kubernetes
/
pkg
/
controller
/
volume
/
persistentvolume
History
Chao Xu
4f9591b1de
move pkg/api/v1/ref.go and pkg/api/v1/resource.go to subpackages. move some functions in resource.go to pkg/api/v1/node and pkg/api/v1/pod
2017-04-17 11:38:11 -07:00
..
options
autogenerated
2017-04-14 10:40:57 -07:00
binder_test.go
make sure that the volume satisfies the requirements of the claim before binding
2017-04-04 01:03:37 +08:00
BUILD
move pkg/api/v1/ref.go and pkg/api/v1/resource.go to subpackages. move some functions in resource.go to pkg/api/v1/node and pkg/api/v1/pod
2017-04-17 11:38:11 -07:00
delete_test.go
PV controller: use attributes instead of beta annotations in unit tests
2017-03-02 10:23:56 +01:00
framework_test.go
move pkg/api/v1/ref.go and pkg/api/v1/resource.go to subpackages. move some functions in resource.go to pkg/api/v1/node and pkg/api/v1/pod
2017-04-17 11:38:11 -07:00
index_test.go
move pkg/api/v1/ref.go and pkg/api/v1/resource.go to subpackages. move some functions in resource.go to pkg/api/v1/node and pkg/api/v1/pod
2017-04-17 11:38:11 -07:00
index.go
move pkg/api/v1/helpers.go to subpackage
2017-04-14 14:25:11 -07:00
OWNERS
…
provision_test.go
Exit from NewController() for PersistentVolumeController when InitPlugins() failed just like NewAttachDetachController() does
2017-04-12 13:43:09 +08:00
pv_controller_base.go
Make controller Run methods consistent
2017-04-14 07:27:45 -04:00
pv_controller_test.go
Exit from NewController() for PersistentVolumeController when InitPlugins() failed just like NewAttachDetachController() does
2017-04-12 13:43:09 +08:00
pv_controller.go
move pkg/api/v1/ref.go and pkg/api/v1/resource.go to subpackages. move some functions in resource.go to pkg/api/v1/node and pkg/api/v1/pod
2017-04-17 11:38:11 -07:00
recycle_test.go
PV controller: use attributes instead of beta annotations in unit tests
2017-03-02 10:23:56 +01:00
volume_host.go
…