Commit 633431c3 authored by Jan Safranek's avatar Jan Safranek Committed by Hemant Kumar

Promote CSIPersistentVolumeSource to GA

parent 534ce94c
...@@ -229,7 +229,7 @@ type PersistentVolumeSource struct { ...@@ -229,7 +229,7 @@ type PersistentVolumeSource struct {
// More info: https://releases.k8s.io/HEAD/examples/volumes/storageos/README.md // More info: https://releases.k8s.io/HEAD/examples/volumes/storageos/README.md
// +optional // +optional
StorageOS *StorageOSPersistentVolumeSource StorageOS *StorageOSPersistentVolumeSource
// CSI (Container Storage Interface) represents storage that handled by an external CSI driver (Beta feature). // CSI (Container Storage Interface) represents storage that handled by an external CSI driver.
// +optional // +optional
CSI *CSIPersistentVolumeSource CSI *CSIPersistentVolumeSource
} }
...@@ -1547,7 +1547,7 @@ type LocalVolumeSource struct { ...@@ -1547,7 +1547,7 @@ type LocalVolumeSource struct {
FSType *string FSType *string
} }
// Represents storage that is managed by an external CSI volume driver (Beta feature) // Represents storage that is managed by an external CSI volume driver.
type CSIPersistentVolumeSource struct { type CSIPersistentVolumeSource struct {
// Driver is the name of the driver to use for this volume. // Driver is the name of the driver to use for this volume.
// Required. // Required.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment