kubernetes/pkg/apis/core/validation
Kubernetes Submit Queue 928c85fc99
Merge pull request #55204 from vladimirvivien/k8s-csi-volume-source
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Kubernetes CSI - Persistent Volume Source Type

**What this PR does / why we need it**:
This PR is to track the addition of new API type `CSIPersistentVolumeSource` that will be used as PersistentVolume for storage sources managed by CSI drivers. 

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
xref https://github.com/kubernetes/features/issues/178

**Special notes for your reviewer**:
- Implements API `PersistentVolume` type `CSIPersistentVolumeSource`
- Part of implementation for https://github.com/kubernetes/features/issues/178
- Designed at https://github.com/kubernetes/community/pull/1258

Other CSI Volume Plugin PRs:
- Plugin Mounter/Unmounter https://github.com/kubernetes/kubernetes/pull/54529
- Plugin Attacher/Detacher https://github.com/kubernetes/kubernetes/pull/55809

**Release note**:

```release-note
NONE
```
2017-11-17 22:18:30 -08:00
..
BUILD Update generated files 2017-11-09 12:14:08 +01:00
doc.go pkg/apis/core: fixup package names 2017-11-09 12:14:07 +01:00
events_test.go pkg/apis/core: fixup package names 2017-11-09 12:14:07 +01:00
events.go pkg/apis/core: fixup package names 2017-11-09 12:14:07 +01:00
OWNERS
validation_test.go Merge pull request #55204 from vladimirvivien/k8s-csi-volume-source 2017-11-17 22:18:30 -08:00
validation.go Merge pull request #55204 from vladimirvivien/k8s-csi-volume-source 2017-11-17 22:18:30 -08:00