saadali
|
79012f6d53
|
Rename volume.Builder to Mounter and volume.Cleaner to Unmounter
|
2016-03-25 11:29:58 -07:00 |
Tim St. Clair
|
246b389275
|
Move test-only volume files to test-only volume package
|
2016-02-29 14:44:28 -08:00 |
Chao Xu
|
ad46715f51
|
generate fake client for release_1_2
|
2016-02-17 16:10:02 -08:00 |
Chao Xu
|
c72d234bbf
|
replacing handwritten client in several controllers
|
2016-01-31 15:42:02 -08:00 |
Fabio Yeon
|
7205a160ac
|
Remove all instances of "/tmp" from unit tests and replace with a common
tmp directory creator. Exception is documented.
|
2016-01-27 16:11:22 -08:00 |
k8s-merge-robot
|
3f5e417999
|
Merge pull request #19502 from swagiaal/internalize-ownership
Auto commit by PR queue bot
|
2016-01-26 23:06:39 -08:00 |
Clayton Coleman
|
33085c0cf2
|
Update tests to handle codec changes
|
2016-01-22 13:27:26 -05:00 |
Sami Wagiaalla
|
f650648aae
|
Add fsGroup to SetUp and SetUpAt
|
2016-01-13 10:37:10 -05:00 |
Paul Morie
|
911757486d
|
Refactor volume.Builder.IsReadOnly() to volume.Builder.GetAttributes()
|
2015-11-13 23:34:48 -05:00 |
Huamin Chen
|
76df88f68b
|
iscsi: make portal builder testable
Signed-off-by: Huamin Chen <hchen@redhat.com>
|
2015-10-14 13:30:30 -04:00 |
Filip Grzadkowski
|
7fe34f2050
|
Introduce nsenter writer for volume plugins
|
2015-09-17 16:40:29 +02:00 |
Chao Xu
|
64bf839e9f
|
refactor tests to use testapi rather than latest directly
|
2015-09-11 17:32:23 -07:00 |
Chao Xu
|
dd6c121d7f
|
massive changes
|
2015-09-11 17:31:47 -07:00 |
markturansky
|
0e7f73ad67
|
expand volume.Spec to include full Volume and PV
|
2015-09-03 08:57:32 -04:00 |
deads2k
|
7e180c258d
|
update testclient for delegating reaction chain
|
2015-09-01 12:58:35 -04:00 |
Kris Rousey
|
ae6c64d9bb
|
Moving everyone to unversioned client
|
2015-08-18 10:23:03 -07:00 |
Kris Rousey
|
565189f5b8
|
Correcting all go vet errors
|
2015-08-11 13:55:37 -07:00 |
Mike Danese
|
8e33cbfa28
|
rewrite go imports
|
2015-08-05 17:30:03 -07:00 |
markturansky
|
63ccfa2beb
|
Added unit tests for each PV using IsReadOnly
|
2015-07-29 14:38:40 -04:00 |
jiangyaoguo
|
ce52ae782d
|
refector iscsi volume to seperate builder and cleaner
|
2015-07-24 16:55:56 +08:00 |
markturansky
|
7e1eb15434
|
Changed plugin name from exported to private
|
2015-06-29 13:04:09 -04:00 |
Jan Safranek
|
d2b4ae4df4
|
Fix persistent volumes.
Check Spec.PersistentVolumeSource in NFS, RBD, Gluster and iSCSI volume
plugins.
|
2015-06-02 09:19:28 -04:00 |
Tim Hockin
|
0bbba1c3d1
|
Merge pull request #8732 from markturansky/missing_pv_support
Fixed CanSupport func across all volumes (for PV)
|
2015-05-27 08:45:47 -07:00 |
markturansky
|
3ad583cf2d
|
Fixed spotty CanSupport for PV and added more unit tests for same
|
2015-05-23 09:59:05 -04:00 |
markturansky
|
63ddfa537e
|
fixed missing PV check in CanSupport
|
2015-05-22 15:23:34 -04:00 |
markturansky
|
5b23fc39b2
|
added ISCSI volume plugin to PersistentVolumeSource
|
2015-05-22 15:18:20 -04:00 |
Abhi Shah
|
87e85e25f1
|
Revert "Added ISCSI to PV structs"
|
2015-05-08 11:31:35 -07:00 |
markturansky
|
4c9eac6c3d
|
Added ISCSI to PV structs
|
2015-05-07 18:13:03 -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 |
Deyuan Deng
|
6897095e56
|
Change mount.Interface.Mount to exec('mount'), instead of syscall
|
2015-04-29 10:46:32 -04:00 |
Sami Wagiaalla
|
0a7f6c2999
|
iscsi Test: Add explicit check for attach and detach calls.
Signed-off-by: Sami Wagiaalla <swagiaal@redhat.com>
|
2015-04-21 10:30:47 -04:00 |
markturansky
|
e1481fb9c2
|
Refactored Volume plugins to use InternalVolume instead of API types
|
2015-04-14 14:25:01 -04:00 |
Huamin Chen
|
7a82af31de
|
add iscsi volume plugin
Signed-off-by: Huamin Chen <hchen@redhat.com>
|
2015-04-06 16:20:28 -04:00 |