From 633431c38a7de5608bf85bb9c8db4c15df5cb26c Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Wed, 14 Nov 2018 14:01:16 +0100 Subject: [PATCH] Promote CSIPersistentVolumeSource to GA --- pkg/apis/core/types.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/apis/core/types.go b/pkg/apis/core/types.go index c2d32c41f7..d94de2086b 100644 --- a/pkg/apis/core/types.go +++ b/pkg/apis/core/types.go @@ -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.