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
2026-01-16 06:49:38 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
f64d348505eee3fc184b5e2fb0193ebb4944129f
kubernetes
/
pkg
/
controller
/
volume
/
persistentvolume
History
Kubernetes Prow Robot
55f2d91c8c
Merge pull request
#88447
from taesunny/pkg/controller
...
Fix pkg/controller typos in some error messages, comments etc
2020-02-26 19:39:19 -08:00
..
config
…
metrics
…
options
…
testing
unify alias of api errors under pkg and staging
2019-12-26 16:42:28 +08:00
util
Reorder conditions in FindMatchingVolume to avoid checking NodeAffinity
2020-02-26 09:20:38 +01:00
binder_test.go
…
BUILD
Add annotation annealing for migration for PVs and PVCs during syncVolume and syncClaim. This allows external-provisioners to pick up and delete volumes when they have been rolled up from previous kubernetes versions.
2020-01-27 16:14:53 -08:00
delete_test.go
…
framework_test.go
Fix pkg/controller typos in some error messages, comments etc
2020-02-27 00:15:33 +09:00
index_test.go
…
index.go
…
OWNERS
…
provision_test.go
Add annotation annealing for migration for PVs and PVCs during syncVolume and syncClaim. This allows external-provisioners to pick up and delete volumes when they have been rolled up from previous kubernetes versions.
2020-01-27 16:14:53 -08:00
pv_controller_base.go
generated: run refactor
2020-02-08 12:30:21 -05:00
pv_controller_test.go
Don't call delete for already deleted volumes
2020-02-18 15:59:47 -05:00
pv_controller.go
Don't call delete for already deleted volumes
2020-02-18 15:59:47 -05:00
recycle_test.go
…
volume_host.go
…