@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22kind : CustomResourceDefinition
33metadata :
44 annotations :
5- controller-gen.kubebuilder.io/version : v0.16.1
5+ controller-gen.kubebuilder.io/version : v0.17.0
66 name : subscriptions.operators.coreos.com
77spec :
88 group : operators.coreos.com
@@ -1358,6 +1358,8 @@ spec:
13581358 description : |-
13591359 awsElasticBlockStore represents an AWS Disk resource that is attached to a
13601360 kubelet's host machine and then exposed to the pod.
1361+ Deprecated: AWSElasticBlockStore is deprecated. All operations for the in-tree
1362+ awsElasticBlockStore type are redirected to the ebs.csi.aws.com CSI driver.
13611363 More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
13621364 type : object
13631365 required :
@@ -1389,7 +1391,10 @@ spec:
13891391 More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
13901392 type : string
13911393 azureDisk :
1392- description : azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
1394+ description : |-
1395+ azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
1396+ Deprecated: AzureDisk is deprecated. All operations for the in-tree azureDisk type
1397+ are redirected to the disk.csi.azure.com CSI driver.
13931398 type : object
13941399 required :
13951400 - diskName
@@ -1421,7 +1426,10 @@ spec:
14211426 type : boolean
14221427 default : false
14231428 azureFile :
1424- description : azureFile represents an Azure File Service mount on the host and bind mount to the pod.
1429+ description : |-
1430+ azureFile represents an Azure File Service mount on the host and bind mount to the pod.
1431+ Deprecated: AzureFile is deprecated. All operations for the in-tree azureFile type
1432+ are redirected to the file.csi.azure.com CSI driver.
14251433 type : object
14261434 required :
14271435 - secretName
@@ -1439,7 +1447,9 @@ spec:
14391447 description : shareName is the azure share Name
14401448 type : string
14411449 cephfs :
1442- description : cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
1450+ description : |-
1451+ cephFS represents a Ceph FS mount on the host that shares a pod's lifetime.
1452+ Deprecated: CephFS is deprecated and the in-tree cephfs type is no longer supported.
14431453 type : object
14441454 required :
14451455 - monitors
@@ -1490,6 +1500,8 @@ spec:
14901500 cinder :
14911501 description : |-
14921502 cinder represents a cinder volume attached and mounted on kubelets host machine.
1503+ Deprecated: Cinder is deprecated. All operations for the in-tree cinder type
1504+ are redirected to the cinder.csi.openstack.org CSI driver.
14931505 More info: https://examples.k8s.io/mysql-cinder-pd/README.md
14941506 type : object
14951507 required :
@@ -1596,7 +1608,7 @@ spec:
15961608 type : boolean
15971609 x-kubernetes-map-type : atomic
15981610 csi :
1599- description : csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature) .
1611+ description : csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers.
16001612 type : object
16011613 required :
16021614 - driver
@@ -2038,6 +2050,7 @@ spec:
20382050 description : |-
20392051 flexVolume represents a generic volume resource that is
20402052 provisioned/attached using an exec based plugin.
2053+ Deprecated: FlexVolume is deprecated. Consider using a CSIDriver instead.
20412054 type : object
20422055 required :
20432056 - driver
@@ -2081,7 +2094,9 @@ spec:
20812094 default : " "
20822095 x-kubernetes-map-type : atomic
20832096 flocker :
2084- description : flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running
2097+ description : |-
2098+ flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running.
2099+ Deprecated: Flocker is deprecated and the in-tree flocker type is no longer supported.
20852100 type : object
20862101 properties :
20872102 datasetName :
@@ -2096,6 +2111,8 @@ spec:
20962111 description : |-
20972112 gcePersistentDisk represents a GCE Disk resource that is attached to a
20982113 kubelet's host machine and then exposed to the pod.
2114+ Deprecated: GCEPersistentDisk is deprecated. All operations for the in-tree
2115+ gcePersistentDisk type are redirected to the pd.csi.storage.gke.io CSI driver.
20992116 More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
21002117 type : object
21012118 required :
@@ -2131,7 +2148,7 @@ spec:
21312148 gitRepo :
21322149 description : |-
21332150 gitRepo represents a git repository at a particular revision.
2134- DEPRECATED : GitRepo is deprecated. To provision a container with a git repo, mount an
2151+ Deprecated : GitRepo is deprecated. To provision a container with a git repo, mount an
21352152 EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir
21362153 into the Pod's container.
21372154 type : object
@@ -2154,6 +2171,7 @@ spec:
21542171 glusterfs :
21552172 description : |-
21562173 glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime.
2174+ Deprecated: Glusterfs is deprecated and the in-tree glusterfs type is no longer supported.
21572175 More info: https://examples.k8s.io/volumes/glusterfs/README.md
21582176 type : object
21592177 required :
@@ -2360,7 +2378,9 @@ spec:
23602378 Default false.
23612379 type : boolean
23622380 photonPersistentDisk :
2363- description : photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
2381+ description : |-
2382+ photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine.
2383+ Deprecated: PhotonPersistentDisk is deprecated and the in-tree photonPersistentDisk type is no longer supported.
23642384 type : object
23652385 required :
23662386 - pdID
@@ -2375,7 +2395,11 @@ spec:
23752395 description : pdID is the ID that identifies Photon Controller persistent disk
23762396 type : string
23772397 portworxVolume :
2378- description : portworxVolume represents a portworx volume attached and mounted on kubelets host machine
2398+ description : |-
2399+ portworxVolume represents a portworx volume attached and mounted on kubelets host machine.
2400+ Deprecated: PortworxVolume is deprecated. All operations for the in-tree portworxVolume type
2401+ are redirected to the pxd.portworx.com CSI driver when the CSIMigrationPortworx feature-gate
2402+ is on.
23792403 type : object
23802404 required :
23812405 - volumeID
@@ -2710,7 +2734,9 @@ spec:
27102734 type : string
27112735 x-kubernetes-list-type : atomic
27122736 quobyte :
2713- description : quobyte represents a Quobyte mount on the host that shares a pod's lifetime
2737+ description : |-
2738+ quobyte represents a Quobyte mount on the host that shares a pod's lifetime.
2739+ Deprecated: Quobyte is deprecated and the in-tree quobyte type is no longer supported.
27142740 type : object
27152741 required :
27162742 - registry
@@ -2748,6 +2774,7 @@ spec:
27482774 rbd :
27492775 description : |-
27502776 rbd represents a Rados Block Device mount on the host that shares a pod's lifetime.
2777+ Deprecated: RBD is deprecated and the in-tree rbd type is no longer supported.
27512778 More info: https://examples.k8s.io/volumes/rbd/README.md
27522779 type : object
27532780 required :
@@ -2820,7 +2847,9 @@ spec:
28202847 type : string
28212848 default : admin
28222849 scaleIO :
2823- description : scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
2850+ description : |-
2851+ scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
2852+ Deprecated: ScaleIO is deprecated and the in-tree scaleIO type is no longer supported.
28242853 type : object
28252854 required :
28262855 - gateway
@@ -2946,7 +2975,9 @@ spec:
29462975 More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
29472976 type : string
29482977 storageos :
2949- description : storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
2978+ description : |-
2979+ storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
2980+ Deprecated: StorageOS is deprecated and the in-tree storageos type is no longer supported.
29502981 type : object
29512982 properties :
29522983 fsType :
@@ -2991,7 +3022,10 @@ spec:
29913022 Namespaces that do not pre-exist within StorageOS will be created.
29923023 type : string
29933024 vsphereVolume :
2994- description : vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
3025+ description : |-
3026+ vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine.
3027+ Deprecated: VsphereVolume is deprecated. All operations for the in-tree vsphereVolume type
3028+ are redirected to the csi.vsphere.vmware.com CSI driver.
29953029 type : object
29963030 required :
29973031 - volumePath
0 commit comments