Skip to content

Commit 31a6af2

Browse files
dependabot[bot]k8s-ci-robot
authored andcommitted
Bumping k8s APIs to v0.32.0.
Signed-off-by: Yoni Bettan <[email protected]>
1 parent 93a9cf7 commit 31a6af2

File tree

4 files changed

+126
-88
lines changed

4 files changed

+126
-88
lines changed

config/crd-hub/bases/hub.kmm.sigs.x-k8s.io_managedclustermodules.yaml

+46-24
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,8 @@ spec:
357357
description: |-
358358
awsElasticBlockStore represents an AWS Disk resource that is attached to a
359359
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.
360362
More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
361363
properties:
362364
fsType:
@@ -388,8 +390,10 @@ spec:
388390
- volumeID
389391
type: object
390392
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.
393397
properties:
394398
cachingMode:
395399
description: 'cachingMode is the Host Caching mode:
@@ -428,8 +432,10 @@ spec:
428432
- diskURI
429433
type: object
430434
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.
433439
properties:
434440
readOnly:
435441
description: |-
@@ -448,8 +454,9 @@ spec:
448454
- shareName
449455
type: object
450456
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.
453460
properties:
454461
monitors:
455462
description: |-
@@ -502,6 +509,8 @@ spec:
502509
cinder:
503510
description: |-
504511
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.
505514
More info: https://examples.k8s.io/mysql-cinder-pd/README.md
506515
properties:
507516
fsType:
@@ -613,7 +622,7 @@ spec:
613622
csi:
614623
description: csi (Container Storage Interface) represents
615624
ephemeral storage that is handled by certain external
616-
CSI drivers (Beta feature).
625+
CSI drivers.
617626
properties:
618627
driver:
619628
description: |-
@@ -1084,6 +1093,7 @@ spec:
10841093
description: |-
10851094
flexVolume represents a generic volume resource that is
10861095
provisioned/attached using an exec based plugin.
1096+
Deprecated: FlexVolume is deprecated. Consider using a CSIDriver instead.
10871097
properties:
10881098
driver:
10891099
description: driver is the name of the driver to
@@ -1129,9 +1139,9 @@ spec:
11291139
- driver
11301140
type: object
11311141
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.
11351145
properties:
11361146
datasetName:
11371147
description: |-
@@ -1147,6 +1157,8 @@ spec:
11471157
description: |-
11481158
gcePersistentDisk represents a GCE Disk resource that is attached to a
11491159
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.
11501162
More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
11511163
properties:
11521164
fsType:
@@ -1182,7 +1194,7 @@ spec:
11821194
gitRepo:
11831195
description: |-
11841196
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
11861198
EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir
11871199
into the Pod's container.
11881200
properties:
@@ -1206,6 +1218,7 @@ spec:
12061218
glusterfs:
12071219
description: |-
12081220
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.
12091222
More info: https://examples.k8s.io/volumes/glusterfs/README.md
12101223
properties:
12111224
endpoints:
@@ -1415,9 +1428,9 @@ spec:
14151428
- claimName
14161429
type: object
14171430
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.
14211434
properties:
14221435
fsType:
14231436
description: |-
@@ -1433,8 +1446,11 @@ spec:
14331446
- pdID
14341447
type: object
14351448
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.
14381454
properties:
14391455
fsType:
14401456
description: |-
@@ -1805,8 +1821,9 @@ spec:
18051821
x-kubernetes-list-type: atomic
18061822
type: object
18071823
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.
18101827
properties:
18111828
group:
18121829
description: |-
@@ -1845,6 +1862,7 @@ spec:
18451862
rbd:
18461863
description: |-
18471864
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.
18481866
More info: https://examples.k8s.io/volumes/rbd/README.md
18491867
properties:
18501868
fsType:
@@ -1917,8 +1935,9 @@ spec:
19171935
- monitors
19181936
type: object
19191937
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.
19221941
properties:
19231942
fsType:
19241943
default: xfs
@@ -2051,8 +2070,9 @@ spec:
20512070
type: string
20522071
type: object
20532072
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.
20562076
properties:
20572077
fsType:
20582078
description: |-
@@ -2097,8 +2117,10 @@ spec:
20972117
type: string
20982118
type: object
20992119
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.
21022124
properties:
21032125
fsType:
21042126
description: |-

0 commit comments

Comments
 (0)