@@ -357,6 +357,8 @@ spec:
357
357
description : |-
358
358
awsElasticBlockStore represents an AWS Disk resource that is attached to a
359
359
kubelet's host machine and then exposed to the pod.
360
+ Deprecated: AWSElasticBlockStore is deprecated. All operations for the in-tree
361
+ awsElasticBlockStore type are redirected to the ebs.csi.aws.com CSI driver.
360
362
More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
361
363
properties :
362
364
fsType :
@@ -388,8 +390,10 @@ spec:
388
390
- volumeID
389
391
type : object
390
392
azureDisk :
391
- description : azureDisk represents an Azure Data Disk
392
- mount on the host and bind mount to the pod.
393
+ description : |-
394
+ azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
395
+ Deprecated: AzureDisk is deprecated. All operations for the in-tree azureDisk type
396
+ are redirected to the disk.csi.azure.com CSI driver.
393
397
properties :
394
398
cachingMode :
395
399
description : ' cachingMode is the Host Caching mode:
@@ -428,8 +432,10 @@ spec:
428
432
- diskURI
429
433
type : object
430
434
azureFile :
431
- description : azureFile represents an Azure File Service
432
- mount on the host and bind mount to the pod.
435
+ description : |-
436
+ azureFile represents an Azure File Service mount on the host and bind mount to the pod.
437
+ Deprecated: AzureFile is deprecated. All operations for the in-tree azureFile type
438
+ are redirected to the file.csi.azure.com CSI driver.
433
439
properties :
434
440
readOnly :
435
441
description : |-
@@ -448,8 +454,9 @@ spec:
448
454
- shareName
449
455
type : object
450
456
cephfs :
451
- description : cephFS represents a Ceph FS mount on the
452
- host that shares a pod's lifetime
457
+ description : |-
458
+ cephFS represents a Ceph FS mount on the host that shares a pod's lifetime.
459
+ Deprecated: CephFS is deprecated and the in-tree cephfs type is no longer supported.
453
460
properties :
454
461
monitors :
455
462
description : |-
@@ -502,6 +509,8 @@ spec:
502
509
cinder :
503
510
description : |-
504
511
cinder represents a cinder volume attached and mounted on kubelets host machine.
512
+ Deprecated: Cinder is deprecated. All operations for the in-tree cinder type
513
+ are redirected to the cinder.csi.openstack.org CSI driver.
505
514
More info: https://examples.k8s.io/mysql-cinder-pd/README.md
506
515
properties :
507
516
fsType :
@@ -613,7 +622,7 @@ spec:
613
622
csi :
614
623
description : csi (Container Storage Interface) represents
615
624
ephemeral storage that is handled by certain external
616
- CSI drivers (Beta feature) .
625
+ CSI drivers.
617
626
properties :
618
627
driver :
619
628
description : |-
@@ -1084,6 +1093,7 @@ spec:
1084
1093
description : |-
1085
1094
flexVolume represents a generic volume resource that is
1086
1095
provisioned/attached using an exec based plugin.
1096
+ Deprecated: FlexVolume is deprecated. Consider using a CSIDriver instead.
1087
1097
properties :
1088
1098
driver :
1089
1099
description : driver is the name of the driver to
@@ -1129,9 +1139,9 @@ spec:
1129
1139
- driver
1130
1140
type : object
1131
1141
flocker :
1132
- description : flocker represents a Flocker volume attached
1133
- to a kubelet's host machine. This depends on the Flocker
1134
- control service being running
1142
+ description : |-
1143
+ flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running.
1144
+ Deprecated: Flocker is deprecated and the in-tree flocker type is no longer supported.
1135
1145
properties :
1136
1146
datasetName :
1137
1147
description : |-
@@ -1147,6 +1157,8 @@ spec:
1147
1157
description : |-
1148
1158
gcePersistentDisk represents a GCE Disk resource that is attached to a
1149
1159
kubelet's host machine and then exposed to the pod.
1160
+ Deprecated: GCEPersistentDisk is deprecated. All operations for the in-tree
1161
+ gcePersistentDisk type are redirected to the pd.csi.storage.gke.io CSI driver.
1150
1162
More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
1151
1163
properties :
1152
1164
fsType :
@@ -1182,7 +1194,7 @@ spec:
1182
1194
gitRepo :
1183
1195
description : |-
1184
1196
gitRepo represents a git repository at a particular revision.
1185
- DEPRECATED : GitRepo is deprecated. To provision a container with a git repo, mount an
1197
+ Deprecated : GitRepo is deprecated. To provision a container with a git repo, mount an
1186
1198
EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir
1187
1199
into the Pod's container.
1188
1200
properties :
@@ -1206,6 +1218,7 @@ spec:
1206
1218
glusterfs :
1207
1219
description : |-
1208
1220
glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime.
1221
+ Deprecated: Glusterfs is deprecated and the in-tree glusterfs type is no longer supported.
1209
1222
More info: https://examples.k8s.io/volumes/glusterfs/README.md
1210
1223
properties :
1211
1224
endpoints :
@@ -1415,9 +1428,9 @@ spec:
1415
1428
- claimName
1416
1429
type : object
1417
1430
photonPersistentDisk :
1418
- description : photonPersistentDisk represents a PhotonController
1419
- persistent disk attached and mounted on kubelets host
1420
- machine
1431
+ description : |-
1432
+ photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine.
1433
+ Deprecated: PhotonPersistentDisk is deprecated and the in-tree photonPersistentDisk type is no longer supported.
1421
1434
properties :
1422
1435
fsType :
1423
1436
description : |-
@@ -1433,8 +1446,11 @@ spec:
1433
1446
- pdID
1434
1447
type : object
1435
1448
portworxVolume :
1436
- description : portworxVolume represents a portworx volume
1437
- attached and mounted on kubelets host machine
1449
+ description : |-
1450
+ portworxVolume represents a portworx volume attached and mounted on kubelets host machine.
1451
+ Deprecated: PortworxVolume is deprecated. All operations for the in-tree portworxVolume type
1452
+ are redirected to the pxd.portworx.com CSI driver when the CSIMigrationPortworx feature-gate
1453
+ is on.
1438
1454
properties :
1439
1455
fsType :
1440
1456
description : |-
@@ -1805,8 +1821,9 @@ spec:
1805
1821
x-kubernetes-list-type : atomic
1806
1822
type : object
1807
1823
quobyte :
1808
- description : quobyte represents a Quobyte mount on the
1809
- host that shares a pod's lifetime
1824
+ description : |-
1825
+ quobyte represents a Quobyte mount on the host that shares a pod's lifetime.
1826
+ Deprecated: Quobyte is deprecated and the in-tree quobyte type is no longer supported.
1810
1827
properties :
1811
1828
group :
1812
1829
description : |-
@@ -1845,6 +1862,7 @@ spec:
1845
1862
rbd :
1846
1863
description : |-
1847
1864
rbd represents a Rados Block Device mount on the host that shares a pod's lifetime.
1865
+ Deprecated: RBD is deprecated and the in-tree rbd type is no longer supported.
1848
1866
More info: https://examples.k8s.io/volumes/rbd/README.md
1849
1867
properties :
1850
1868
fsType :
@@ -1917,8 +1935,9 @@ spec:
1917
1935
- monitors
1918
1936
type : object
1919
1937
scaleIO :
1920
- description : scaleIO represents a ScaleIO persistent
1921
- volume attached and mounted on Kubernetes nodes.
1938
+ description : |-
1939
+ scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
1940
+ Deprecated: ScaleIO is deprecated and the in-tree scaleIO type is no longer supported.
1922
1941
properties :
1923
1942
fsType :
1924
1943
default : xfs
@@ -2051,8 +2070,9 @@ spec:
2051
2070
type : string
2052
2071
type : object
2053
2072
storageos :
2054
- description : storageOS represents a StorageOS volume
2055
- attached and mounted on Kubernetes nodes.
2073
+ description : |-
2074
+ storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
2075
+ Deprecated: StorageOS is deprecated and the in-tree storageos type is no longer supported.
2056
2076
properties :
2057
2077
fsType :
2058
2078
description : |-
@@ -2097,8 +2117,10 @@ spec:
2097
2117
type : string
2098
2118
type : object
2099
2119
vsphereVolume :
2100
- description : vsphereVolume represents a vSphere volume
2101
- attached and mounted on kubelets host machine
2120
+ description : |-
2121
+ vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine.
2122
+ Deprecated: VsphereVolume is deprecated. All operations for the in-tree vsphereVolume type
2123
+ are redirected to the csi.vsphere.vmware.com CSI driver.
2102
2124
properties :
2103
2125
fsType :
2104
2126
description : |-
0 commit comments