mirror of https://github.com/k3s-io/k3s
Promote CSIPersistentVolumeSource to GA
parent
534ce94c22
commit
633431c38a
|
@ -229,7 +229,7 @@ type PersistentVolumeSource struct {
|
|||
// More info: https://releases.k8s.io/HEAD/examples/volumes/storageos/README.md
|
||||
// +optional
|
||||
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
|
||||
CSI *CSIPersistentVolumeSource
|
||||
}
|
||||
|
@ -1547,7 +1547,7 @@ type LocalVolumeSource struct {
|
|||
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 {
|
||||
// Driver is the name of the driver to use for this volume.
|
||||
// Required.
|
||||
|
|
Loading…
Reference in New Issue