Kubernetes Prow Robot
b32dd0106a
Merge pull request #1 from pohly/master
...
initial content
2019-01-21 12:51:32 -08:00
Patrick Ohly
c876547b7f
README.md: update repo name, add initial setup step
...
The actual repository was not named like the prototype repo.
2019-01-21 10:26:11 +01:00
Patrick Ohly
51e16be615
RELEASE.md: clarify release process
...
It's worth calling out explicitly that only the master branch is
maintained.
2019-01-21 10:18:56 +01:00
Patrick Ohly
a1136470c2
build.make: initial content
...
The repo was created with an HTML version of the build.make file from
https://github.com/pohly/csi-build-rules/ . Here's the raw file.
2019-01-21 10:11:51 +01:00
Aaron Crickenberger
d23a16cb74
Port over information from kubernetes/org
2019-01-16 11:19:16 -08:00
Aaron Crickenberger
b41cac350d
Add files from github.com/pohly/csi-build-rules
2019-01-16 10:51:52 -08:00
Aaron Crickenberger
0535c0d4f1
Initial commit from kubernetes-template-project
2019-01-16 10:47:35 -08:00
k8s-ci-robot
dadd72a6f4
Merge pull request #118 from saad-ali/updateCSI1.0.0
...
Update drivers to pick up CSI 1.0.0
2018-11-14 20:21:14 -08:00
saad-ali
6200e12c21
Code changes for CSI v1.0.0-rc2
2018-11-14 19:58:28 -08:00
Aaron Crickenberger
64d37cff27
Update OWNERS and SECURITY_CONTACTS
2018-09-18 11:52:04 -07:00
Aaron Crickenberger
6f84f5c3a5
Initial commit from kubernetes-template-project
2018-09-18 11:51:05 -07:00
Luis Pabón
240d63a042
Merge pull request #95 from wongma7/csi0.3
...
Update to CSI 0.3
2018-07-13 10:07:06 -07:00
Matthew Wong
4ad81b11cd
Update to CSI 0.3
2018-07-11 13:56:28 -04:00
Luis Pabón
2ff580c999
Merge pull request #67 from xing-yang/update_nfs_images
...
Update image links for NFS
2018-03-14 17:18:39 -04:00
Luis Pabón
1faa775c02
Merge branch 'master' into update_nfs_images
2018-03-14 17:01:02 -04:00
Luis Pabón
ad033e4bb9
Merge pull request #59 from xing-yang/nfs
...
Update CSI Plugins README
2018-03-14 17:00:04 -04:00
Luis Pabón
692541c58a
Merge branch 'master' into nfs
2018-03-14 15:07:59 -04:00
Luis Pabón
fbac4c061d
Merge pull request #63 from haoqing0110/license
...
Add LICENSE
2018-03-14 15:07:02 -04:00
Luis Pabón
0a11076ef4
Merge branch 'master' into update_nfs_images
2018-03-14 14:58:24 -04:00
Luis Pabón
db37f4e656
Merge branch 'master' into nfs
2018-03-14 14:57:55 -04:00
Luis Pabón
10273fdd70
Merge branch 'master' into license
2018-03-14 14:55:24 -04:00
Luis Pabón
41bf2e8dd1
Merge pull request #65 from sbezverk/fix_nfs_formating
...
fix nfs driver.go formatting
2018-03-14 12:05:54 -04:00
xing-yang
197cfaa5a0
Update image links for NFS
...
This PR updates image links for NFS plugin deployment
to support CSI 0.2.0.
2018-03-14 15:54:35 +00:00
Serguei Bezverkhi
354ff82b12
fix nfs ddriver.go formating
2018-03-14 11:12:31 -04:00
Huamin Chen
dc68463bd7
Merge pull request #61 from rootfs/nfs-v0.2.0
...
csi 0.2.0: update nfs CSI PV example
2018-03-14 11:05:57 -04:00
Huamin Chen
a50c2b9b1c
Merge branch 'master' into nfs-v0.2.0
2018-03-14 10:43:14 -04:00
Huamin Chen
055ad11726
Merge pull request #62 from xing-yang/nfs_controller
...
NFS plugin does not support ControllerServiceCapability
2018-03-13 17:01:51 -04:00
xing-yang
93dada2f8a
NFS plugin does not support ControllerServiceCapability
...
Since NFS plugin does not support ControllerServiceCapability,
set it to csi.ControllerServiceCapability_RPC_UNKNOWN.
Also set ControllerServer to nil instead of using the default
because ControllerServer is not implemented in NFS plugin.
If this support is added in the future, capabilities need to
be added accordingly.
2018-03-13 13:20:02 -07:00
Huamin Chen
d600d0bb20
csi 0.2.0: update nfs CSI PV example
...
Signed-off-by: Huamin Chen <hchen@redhat.com>
2018-03-12 18:31:20 +00:00
xing-yang
beedbb17e1
Update CSI Plugins README
...
This patch updates the README for plugins for CSI 0.2.0.
It includes the following changes:
- Updates the CSC tool location
- Removes "get supported versions" because that was removed
from CSI.
2018-03-08 09:04:10 -08:00
Huamin Chen
2bea6cd2b5
Merge pull request #56 from sbezverk/0.2.0_v0
...
refactor csi-common and hostpath plugin to use new api objects
2018-03-06 13:03:34 -05:00
Serguei Bezverkhi
aa9ec2da56
refactor csi-common and hostpath plugin for CSI 0.2.0 spec
2018-03-06 11:14:25 -05:00
Luis Pabón
ef2df731da
Merge pull request #52 from haoqing0110/hostpath
...
Add a readme to hostpath
2018-02-14 07:25:49 -08:00
haoqing0110
4386eb3a43
Merge branch 'master' into hostpath
2018-02-14 12:10:20 +08:00
Huamin Chen
1a28a8641b
Merge pull request #47 from gyliu513/nfs
...
Added CSI nfsplugin build process.
2018-02-13 15:28:52 -05:00
Guangya Liu
04e38ab5b5
Added CSI nfsplugin build process.
2018-02-10 20:58:35 +08:00
Chakravarthy Nelluri
96c25b7b34
Merge pull request #38 from humblec/nfs-driver
...
Correct NFS driver deployment artifacts.
2018-01-15 12:27:12 -05:00
Humble Chirammal
715b1ff4ea
Correct NFS driver deployment artifacts.
...
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2018-01-15 22:49:26 +05:30
Chakravarthy Nelluri
dd6ff5a0c8
Merge pull request #37 from humblec/patch-1
...
NFS driver: Change attribute on NodePublish() to reflect the examples.
2018-01-15 10:04:47 -05:00
Humble Devassy Chirammal
650cb5b1f5
NFS driver: Change attribute on NodePublish() to reflect the examples.
2018-01-15 20:28:19 +05:30
Huamin Chen
1cd34f82d1
Merge pull request #35 from chakri-nelluri/fix-readme
...
Fix Readmes
2018-01-10 16:25:09 -05:00
Chakravarthy Nelluri
ab44838726
Fix Readmes
2018-01-10 15:09:06 -05:00
Chakravarthy Nelluri
4de6602a9c
Merge pull request #18 from chakri-nelluri/test
...
Add some unit tests & improve logging
2017-12-13 12:33:22 -05:00
Chakravarthy Nelluri
8b14402955
Add some unit tests & improve logging
2017-12-13 12:31:15 -05:00
Luis Pabón
97cbdda552
Merge pull request #13 from chakri-nelluri/nfs
...
Add NFS deployment files
2017-12-11 00:46:11 -06:00
Chakravarthy Nelluri
eb5623b807
Add NFS deployment files
2017-12-11 00:17:37 -05:00
Chakravarthy Nelluri
f481dddf44
Refactor to app & pkg directories
2017-12-04 15:01:40 -07:00