Add conformance test for CSIInlineVolume feature

This commit is contained in:
Jonathan Dobson
2022-08-03 18:39:50 -06:00
parent 5f774832a5
commit 0ee8fed853
2 changed files with 218 additions and 1 deletions

View File

@@ -154,7 +154,7 @@ type VolumeSource struct {
// StorageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod
// +optional
StorageOS *StorageOSVolumeSource
// CSI (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature).
// CSI (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers.
// +optional
CSI *CSIVolumeSource
// Ephemeral represents a volume that is handled by a cluster storage driver.