Tim Hockin
|
fd22f48f5b
|
rename StorageType StorageMedium
|
2015-05-18 17:21:30 -07:00 |
Paul Morie
|
bea1c05057
|
Make secret volumes function correctly across reboot
|
2015-05-14 01:51:14 -04:00 |
Paul Morie
|
cd359ffa73
|
Refactor volume interfaces to receive pod instead of ObjectReference
|
2015-05-10 20:12:57 -04:00 |
Paul Morie
|
b538642464
|
Inject mounter into volume plugins
|
2015-05-04 11:28:57 -04:00 |
Eric Paris
|
6b3a6e6b98
|
Make copyright ownership statement generic
Instead of saying "Google Inc." (which is not always correct) say "The
Kubernetes Authors", which is generic.
|
2015-05-01 17:49:56 -04:00 |
Paul Morie
|
bc8f010a10
|
Make secret volume plugin idempotent
|
2015-04-23 11:23:23 -04:00 |
markturansky
|
e1481fb9c2
|
Refactored Volume plugins to use InternalVolume instead of API types
|
2015-04-14 14:25:01 -04:00 |
Paul Morie
|
c98e89fca0
|
Set rootcontext of emptyDir tmpfs mounts correctly
|
2015-04-13 12:50:36 -04:00 |
Marko Luksa
|
9bfa29896b
|
Added missing argument
|
2015-04-13 15:46:27 +02:00 |
Paul Morie
|
852362ee39
|
Add positive logging for secret volume plugin
|
2015-03-25 17:25:13 -04:00 |
Tim Hockin
|
064b7dec42
|
Merge pull request #5807 from pmorie/secret_volume_ref
Change secret volume plugin reference to name
|
2015-03-24 14:18:35 -07:00 |
Paul Morie
|
e40ba109a1
|
Change SecretVolumeSource to use a secret name instead of ObjRef
|
2015-03-24 13:58:41 -04:00 |
markturansky
|
2fd82f60f4
|
Move escape function to util and clarify name
|
2015-03-24 13:52:31 -04:00 |
Tim Hockin
|
bfadae77e0
|
Promote volume plugins, prep for persistent vols
Move pkg/kubelet/volume/... to pkg/volume/...
Some renames to make the soon-to-come persistent volumes work clearer.
|
2015-03-20 13:49:40 -07:00 |