Merge pull request #124074 from carlory/clean-100001

fix description for PersistentVolumeSource and VolumeSource
This commit is contained in:
Kubernetes Prow Robot
2024-11-06 22:07:29 +00:00
committed by GitHub
10 changed files with 472 additions and 328 deletions

View File

@@ -444,7 +444,7 @@
]
},
"io.k8s.api.core.v1.CSIPersistentVolumeSource": {
"description": "Represents storage that is managed by an external CSI volume driver (Beta feature)",
"description": "Represents storage that is managed by an external CSI volume driver",
"properties": {
"controllerExpandSecretRef": {
"allOf": [
@@ -3347,7 +3347,7 @@
"x-kubernetes-map-type": "atomic"
},
"io.k8s.api.core.v1.LocalVolumeSource": {
"description": "Local represents directly-attached storage with node affinity (Beta feature)",
"description": "Local represents directly-attached storage with node affinity",
"properties": {
"fsType": {
"description": "fsType is the filesystem type to mount. It applies only when the Path is a block device. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default value is to auto-select a filesystem if unspecified.",
@@ -4690,7 +4690,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.AWSElasticBlockStoreVolumeSource"
}
],
"description": "awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore"
"description": "awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Deprecated: AWSElasticBlockStore is deprecated. All operations for the in-tree awsElasticBlockStore type are redirected to the ebs.csi.aws.com CSI driver. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore"
},
"azureDisk": {
"allOf": [
@@ -4698,7 +4698,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.AzureDiskVolumeSource"
}
],
"description": "azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod."
"description": "azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. Deprecated: AzureDisk is deprecated. All operations for the in-tree azureDisk type are redirected to the disk.csi.azure.com CSI driver."
},
"azureFile": {
"allOf": [
@@ -4706,7 +4706,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.AzureFilePersistentVolumeSource"
}
],
"description": "azureFile represents an Azure File Service mount on the host and bind mount to the pod."
"description": "azureFile represents an Azure File Service mount on the host and bind mount to the pod. Deprecated: AzureFile is deprecated. All operations for the in-tree azureFile type are redirected to the file.csi.azure.com CSI driver."
},
"capacity": {
"additionalProperties": {
@@ -4721,7 +4721,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.CephFSPersistentVolumeSource"
}
],
"description": "cephFS represents a Ceph FS mount on the host that shares a pod's lifetime"
"description": "cephFS represents a Ceph FS mount on the host that shares a pod's lifetime. Deprecated: CephFS is deprecated and the in-tree cephfs type is no longer supported."
},
"cinder": {
"allOf": [
@@ -4729,7 +4729,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.CinderPersistentVolumeSource"
}
],
"description": "cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md"
"description": "cinder represents a cinder volume attached and mounted on kubelets host machine. Deprecated: Cinder is deprecated. All operations for the in-tree cinder type are redirected to the cinder.csi.openstack.org CSI driver. More info: https://examples.k8s.io/mysql-cinder-pd/README.md"
},
"claimRef": {
"allOf": [
@@ -4746,7 +4746,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.CSIPersistentVolumeSource"
}
],
"description": "csi represents storage that is handled by an external CSI driver (Beta feature)."
"description": "csi represents storage that is handled by an external CSI driver."
},
"fc": {
"allOf": [
@@ -4762,7 +4762,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.FlexPersistentVolumeSource"
}
],
"description": "flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin."
"description": "flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. Deprecated: FlexVolume is deprecated. Consider using a CSIDriver instead."
},
"flocker": {
"allOf": [
@@ -4770,7 +4770,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.FlockerVolumeSource"
}
],
"description": "flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running"
"description": "flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running. Deprecated: Flocker is deprecated and the in-tree flocker type is no longer supported."
},
"gcePersistentDisk": {
"allOf": [
@@ -4778,7 +4778,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.GCEPersistentDiskVolumeSource"
}
],
"description": "gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk"
"description": "gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. Deprecated: GCEPersistentDisk is deprecated. All operations for the in-tree gcePersistentDisk type are redirected to the pd.csi.storage.gke.io CSI driver. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk"
},
"glusterfs": {
"allOf": [
@@ -4786,7 +4786,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.GlusterfsPersistentVolumeSource"
}
],
"description": "glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. More info: https://examples.k8s.io/volumes/glusterfs/README.md"
"description": "glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. Deprecated: Glusterfs is deprecated and the in-tree glusterfs type is no longer supported. More info: https://examples.k8s.io/volumes/glusterfs/README.md"
},
"hostPath": {
"allOf": [
@@ -4847,7 +4847,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.PhotonPersistentDiskVolumeSource"
}
],
"description": "photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine"
"description": "photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine. Deprecated: PhotonPersistentDisk is deprecated and the in-tree photonPersistentDisk type is no longer supported."
},
"portworxVolume": {
"allOf": [
@@ -4855,7 +4855,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.PortworxVolumeSource"
}
],
"description": "portworxVolume represents a portworx volume attached and mounted on kubelets host machine"
"description": "portworxVolume represents a portworx volume attached and mounted on kubelets host machine. Deprecated: PortworxVolume is deprecated. All operations for the in-tree portworxVolume type are redirected to the pxd.portworx.com CSI driver when the CSIMigrationPortworx feature-gate is on."
},
"quobyte": {
"allOf": [
@@ -4863,7 +4863,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.QuobyteVolumeSource"
}
],
"description": "quobyte represents a Quobyte mount on the host that shares a pod's lifetime"
"description": "quobyte represents a Quobyte mount on the host that shares a pod's lifetime. Deprecated: Quobyte is deprecated and the in-tree quobyte type is no longer supported."
},
"rbd": {
"allOf": [
@@ -4871,7 +4871,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.RBDPersistentVolumeSource"
}
],
"description": "rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md"
"description": "rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. Deprecated: RBD is deprecated and the in-tree rbd type is no longer supported. More info: https://examples.k8s.io/volumes/rbd/README.md"
},
"scaleIO": {
"allOf": [
@@ -4879,7 +4879,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.ScaleIOPersistentVolumeSource"
}
],
"description": "scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes."
"description": "scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. Deprecated: ScaleIO is deprecated and the in-tree scaleIO type is no longer supported."
},
"storageClassName": {
"description": "storageClassName is the name of StorageClass to which this persistent volume belongs. Empty value means that this volume does not belong to any StorageClass.",
@@ -4891,7 +4891,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.StorageOSPersistentVolumeSource"
}
],
"description": "storageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod More info: https://examples.k8s.io/volumes/storageos/README.md"
"description": "storageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod. Deprecated: StorageOS is deprecated and the in-tree storageos type is no longer supported. More info: https://examples.k8s.io/volumes/storageos/README.md"
},
"volumeAttributesClassName": {
"description": "Name of VolumeAttributesClass to which this persistent volume belongs. Empty value is not allowed. When this field is not set, it indicates that this volume does not belong to any VolumeAttributesClass. This field is mutable and can be changed by the CSI driver after a volume has been updated successfully to a new class. For an unbound PersistentVolume, the volumeAttributesClassName will be matched with unbound PersistentVolumeClaims during the binding process. This is a beta field and requires enabling VolumeAttributesClass feature (off by default).",
@@ -4907,7 +4907,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource"
}
],
"description": "vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine"
"description": "vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine. Deprecated: VsphereVolume is deprecated. All operations for the in-tree vsphereVolume type are redirected to the csi.vsphere.vmware.com CSI driver."
}
},
"type": "object"
@@ -8088,7 +8088,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.AWSElasticBlockStoreVolumeSource"
}
],
"description": "awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore"
"description": "awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Deprecated: AWSElasticBlockStore is deprecated. All operations for the in-tree awsElasticBlockStore type are redirected to the ebs.csi.aws.com CSI driver. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore"
},
"azureDisk": {
"allOf": [
@@ -8096,7 +8096,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.AzureDiskVolumeSource"
}
],
"description": "azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod."
"description": "azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. Deprecated: AzureDisk is deprecated. All operations for the in-tree azureDisk type are redirected to the disk.csi.azure.com CSI driver."
},
"azureFile": {
"allOf": [
@@ -8104,7 +8104,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.AzureFileVolumeSource"
}
],
"description": "azureFile represents an Azure File Service mount on the host and bind mount to the pod."
"description": "azureFile represents an Azure File Service mount on the host and bind mount to the pod. Deprecated: AzureFile is deprecated. All operations for the in-tree azureFile type are redirected to the file.csi.azure.com CSI driver."
},
"cephfs": {
"allOf": [
@@ -8112,7 +8112,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.CephFSVolumeSource"
}
],
"description": "cephFS represents a Ceph FS mount on the host that shares a pod's lifetime"
"description": "cephFS represents a Ceph FS mount on the host that shares a pod's lifetime. Deprecated: CephFS is deprecated and the in-tree cephfs type is no longer supported."
},
"cinder": {
"allOf": [
@@ -8120,7 +8120,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.CinderVolumeSource"
}
],
"description": "cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md"
"description": "cinder represents a cinder volume attached and mounted on kubelets host machine. Deprecated: Cinder is deprecated. All operations for the in-tree cinder type are redirected to the cinder.csi.openstack.org CSI driver. More info: https://examples.k8s.io/mysql-cinder-pd/README.md"
},
"configMap": {
"allOf": [
@@ -8136,7 +8136,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.CSIVolumeSource"
}
],
"description": "csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature)."
"description": "csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers."
},
"downwardAPI": {
"allOf": [
@@ -8176,7 +8176,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.FlexVolumeSource"
}
],
"description": "flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin."
"description": "flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. Deprecated: FlexVolume is deprecated. Consider using a CSIDriver instead."
},
"flocker": {
"allOf": [
@@ -8184,7 +8184,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.FlockerVolumeSource"
}
],
"description": "flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running"
"description": "flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running. Deprecated: Flocker is deprecated and the in-tree flocker type is no longer supported."
},
"gcePersistentDisk": {
"allOf": [
@@ -8192,7 +8192,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.GCEPersistentDiskVolumeSource"
}
],
"description": "gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk"
"description": "gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Deprecated: GCEPersistentDisk is deprecated. All operations for the in-tree gcePersistentDisk type are redirected to the pd.csi.storage.gke.io CSI driver. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk"
},
"gitRepo": {
"allOf": [
@@ -8200,7 +8200,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.GitRepoVolumeSource"
}
],
"description": "gitRepo represents a git repository at a particular revision. DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container."
"description": "gitRepo represents a git repository at a particular revision. Deprecated: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container."
},
"glusterfs": {
"allOf": [
@@ -8208,7 +8208,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.GlusterfsVolumeSource"
}
],
"description": "glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/glusterfs/README.md"
"description": "glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. Deprecated: Glusterfs is deprecated and the in-tree glusterfs type is no longer supported. More info: https://examples.k8s.io/volumes/glusterfs/README.md"
},
"hostPath": {
"allOf": [
@@ -8261,7 +8261,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.PhotonPersistentDiskVolumeSource"
}
],
"description": "photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine"
"description": "photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine. Deprecated: PhotonPersistentDisk is deprecated and the in-tree photonPersistentDisk type is no longer supported."
},
"portworxVolume": {
"allOf": [
@@ -8269,7 +8269,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.PortworxVolumeSource"
}
],
"description": "portworxVolume represents a portworx volume attached and mounted on kubelets host machine"
"description": "portworxVolume represents a portworx volume attached and mounted on kubelets host machine. Deprecated: PortworxVolume is deprecated. All operations for the in-tree portworxVolume type are redirected to the pxd.portworx.com CSI driver when the CSIMigrationPortworx feature-gate is on."
},
"projected": {
"allOf": [
@@ -8285,7 +8285,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.QuobyteVolumeSource"
}
],
"description": "quobyte represents a Quobyte mount on the host that shares a pod's lifetime"
"description": "quobyte represents a Quobyte mount on the host that shares a pod's lifetime. Deprecated: Quobyte is deprecated and the in-tree quobyte type is no longer supported."
},
"rbd": {
"allOf": [
@@ -8293,7 +8293,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.RBDVolumeSource"
}
],
"description": "rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md"
"description": "rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. Deprecated: RBD is deprecated and the in-tree rbd type is no longer supported. More info: https://examples.k8s.io/volumes/rbd/README.md"
},
"scaleIO": {
"allOf": [
@@ -8301,7 +8301,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.ScaleIOVolumeSource"
}
],
"description": "scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes."
"description": "scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. Deprecated: ScaleIO is deprecated and the in-tree scaleIO type is no longer supported."
},
"secret": {
"allOf": [
@@ -8317,7 +8317,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.StorageOSVolumeSource"
}
],
"description": "storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes."
"description": "storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes. Deprecated: StorageOS is deprecated and the in-tree storageos type is no longer supported."
},
"vsphereVolume": {
"allOf": [
@@ -8325,7 +8325,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource"
}
],
"description": "vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine"
"description": "vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine. Deprecated: VsphereVolume is deprecated. All operations for the in-tree vsphereVolume type are redirected to the csi.vsphere.vmware.com CSI driver."
}
},
"required": [

View File

@@ -4914,7 +4914,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.AWSElasticBlockStoreVolumeSource"
}
],
"description": "awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore"
"description": "awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Deprecated: AWSElasticBlockStore is deprecated. All operations for the in-tree awsElasticBlockStore type are redirected to the ebs.csi.aws.com CSI driver. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore"
},
"azureDisk": {
"allOf": [
@@ -4922,7 +4922,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.AzureDiskVolumeSource"
}
],
"description": "azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod."
"description": "azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. Deprecated: AzureDisk is deprecated. All operations for the in-tree azureDisk type are redirected to the disk.csi.azure.com CSI driver."
},
"azureFile": {
"allOf": [
@@ -4930,7 +4930,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.AzureFileVolumeSource"
}
],
"description": "azureFile represents an Azure File Service mount on the host and bind mount to the pod."
"description": "azureFile represents an Azure File Service mount on the host and bind mount to the pod. Deprecated: AzureFile is deprecated. All operations for the in-tree azureFile type are redirected to the file.csi.azure.com CSI driver."
},
"cephfs": {
"allOf": [
@@ -4938,7 +4938,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.CephFSVolumeSource"
}
],
"description": "cephFS represents a Ceph FS mount on the host that shares a pod's lifetime"
"description": "cephFS represents a Ceph FS mount on the host that shares a pod's lifetime. Deprecated: CephFS is deprecated and the in-tree cephfs type is no longer supported."
},
"cinder": {
"allOf": [
@@ -4946,7 +4946,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.CinderVolumeSource"
}
],
"description": "cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md"
"description": "cinder represents a cinder volume attached and mounted on kubelets host machine. Deprecated: Cinder is deprecated. All operations for the in-tree cinder type are redirected to the cinder.csi.openstack.org CSI driver. More info: https://examples.k8s.io/mysql-cinder-pd/README.md"
},
"configMap": {
"allOf": [
@@ -4962,7 +4962,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.CSIVolumeSource"
}
],
"description": "csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature)."
"description": "csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers."
},
"downwardAPI": {
"allOf": [
@@ -5002,7 +5002,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.FlexVolumeSource"
}
],
"description": "flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin."
"description": "flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. Deprecated: FlexVolume is deprecated. Consider using a CSIDriver instead."
},
"flocker": {
"allOf": [
@@ -5010,7 +5010,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.FlockerVolumeSource"
}
],
"description": "flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running"
"description": "flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running. Deprecated: Flocker is deprecated and the in-tree flocker type is no longer supported."
},
"gcePersistentDisk": {
"allOf": [
@@ -5018,7 +5018,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.GCEPersistentDiskVolumeSource"
}
],
"description": "gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk"
"description": "gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Deprecated: GCEPersistentDisk is deprecated. All operations for the in-tree gcePersistentDisk type are redirected to the pd.csi.storage.gke.io CSI driver. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk"
},
"gitRepo": {
"allOf": [
@@ -5026,7 +5026,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.GitRepoVolumeSource"
}
],
"description": "gitRepo represents a git repository at a particular revision. DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container."
"description": "gitRepo represents a git repository at a particular revision. Deprecated: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container."
},
"glusterfs": {
"allOf": [
@@ -5034,7 +5034,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.GlusterfsVolumeSource"
}
],
"description": "glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/glusterfs/README.md"
"description": "glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. Deprecated: Glusterfs is deprecated and the in-tree glusterfs type is no longer supported. More info: https://examples.k8s.io/volumes/glusterfs/README.md"
},
"hostPath": {
"allOf": [
@@ -5087,7 +5087,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.PhotonPersistentDiskVolumeSource"
}
],
"description": "photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine"
"description": "photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine. Deprecated: PhotonPersistentDisk is deprecated and the in-tree photonPersistentDisk type is no longer supported."
},
"portworxVolume": {
"allOf": [
@@ -5095,7 +5095,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.PortworxVolumeSource"
}
],
"description": "portworxVolume represents a portworx volume attached and mounted on kubelets host machine"
"description": "portworxVolume represents a portworx volume attached and mounted on kubelets host machine. Deprecated: PortworxVolume is deprecated. All operations for the in-tree portworxVolume type are redirected to the pxd.portworx.com CSI driver when the CSIMigrationPortworx feature-gate is on."
},
"projected": {
"allOf": [
@@ -5111,7 +5111,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.QuobyteVolumeSource"
}
],
"description": "quobyte represents a Quobyte mount on the host that shares a pod's lifetime"
"description": "quobyte represents a Quobyte mount on the host that shares a pod's lifetime. Deprecated: Quobyte is deprecated and the in-tree quobyte type is no longer supported."
},
"rbd": {
"allOf": [
@@ -5119,7 +5119,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.RBDVolumeSource"
}
],
"description": "rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md"
"description": "rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. Deprecated: RBD is deprecated and the in-tree rbd type is no longer supported. More info: https://examples.k8s.io/volumes/rbd/README.md"
},
"scaleIO": {
"allOf": [
@@ -5127,7 +5127,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.ScaleIOVolumeSource"
}
],
"description": "scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes."
"description": "scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. Deprecated: ScaleIO is deprecated and the in-tree scaleIO type is no longer supported."
},
"secret": {
"allOf": [
@@ -5143,7 +5143,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.StorageOSVolumeSource"
}
],
"description": "storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes."
"description": "storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes. Deprecated: StorageOS is deprecated and the in-tree storageos type is no longer supported."
},
"vsphereVolume": {
"allOf": [
@@ -5151,7 +5151,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource"
}
],
"description": "vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine"
"description": "vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine. Deprecated: VsphereVolume is deprecated. All operations for the in-tree vsphereVolume type are redirected to the csi.vsphere.vmware.com CSI driver."
}
},
"required": [

View File

@@ -4118,7 +4118,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.AWSElasticBlockStoreVolumeSource"
}
],
"description": "awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore"
"description": "awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Deprecated: AWSElasticBlockStore is deprecated. All operations for the in-tree awsElasticBlockStore type are redirected to the ebs.csi.aws.com CSI driver. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore"
},
"azureDisk": {
"allOf": [
@@ -4126,7 +4126,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.AzureDiskVolumeSource"
}
],
"description": "azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod."
"description": "azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. Deprecated: AzureDisk is deprecated. All operations for the in-tree azureDisk type are redirected to the disk.csi.azure.com CSI driver."
},
"azureFile": {
"allOf": [
@@ -4134,7 +4134,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.AzureFileVolumeSource"
}
],
"description": "azureFile represents an Azure File Service mount on the host and bind mount to the pod."
"description": "azureFile represents an Azure File Service mount on the host and bind mount to the pod. Deprecated: AzureFile is deprecated. All operations for the in-tree azureFile type are redirected to the file.csi.azure.com CSI driver."
},
"cephfs": {
"allOf": [
@@ -4142,7 +4142,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.CephFSVolumeSource"
}
],
"description": "cephFS represents a Ceph FS mount on the host that shares a pod's lifetime"
"description": "cephFS represents a Ceph FS mount on the host that shares a pod's lifetime. Deprecated: CephFS is deprecated and the in-tree cephfs type is no longer supported."
},
"cinder": {
"allOf": [
@@ -4150,7 +4150,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.CinderVolumeSource"
}
],
"description": "cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md"
"description": "cinder represents a cinder volume attached and mounted on kubelets host machine. Deprecated: Cinder is deprecated. All operations for the in-tree cinder type are redirected to the cinder.csi.openstack.org CSI driver. More info: https://examples.k8s.io/mysql-cinder-pd/README.md"
},
"configMap": {
"allOf": [
@@ -4166,7 +4166,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.CSIVolumeSource"
}
],
"description": "csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature)."
"description": "csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers."
},
"downwardAPI": {
"allOf": [
@@ -4206,7 +4206,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.FlexVolumeSource"
}
],
"description": "flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin."
"description": "flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. Deprecated: FlexVolume is deprecated. Consider using a CSIDriver instead."
},
"flocker": {
"allOf": [
@@ -4214,7 +4214,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.FlockerVolumeSource"
}
],
"description": "flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running"
"description": "flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running. Deprecated: Flocker is deprecated and the in-tree flocker type is no longer supported."
},
"gcePersistentDisk": {
"allOf": [
@@ -4222,7 +4222,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.GCEPersistentDiskVolumeSource"
}
],
"description": "gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk"
"description": "gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Deprecated: GCEPersistentDisk is deprecated. All operations for the in-tree gcePersistentDisk type are redirected to the pd.csi.storage.gke.io CSI driver. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk"
},
"gitRepo": {
"allOf": [
@@ -4230,7 +4230,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.GitRepoVolumeSource"
}
],
"description": "gitRepo represents a git repository at a particular revision. DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container."
"description": "gitRepo represents a git repository at a particular revision. Deprecated: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container."
},
"glusterfs": {
"allOf": [
@@ -4238,7 +4238,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.GlusterfsVolumeSource"
}
],
"description": "glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/glusterfs/README.md"
"description": "glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. Deprecated: Glusterfs is deprecated and the in-tree glusterfs type is no longer supported. More info: https://examples.k8s.io/volumes/glusterfs/README.md"
},
"hostPath": {
"allOf": [
@@ -4291,7 +4291,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.PhotonPersistentDiskVolumeSource"
}
],
"description": "photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine"
"description": "photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine. Deprecated: PhotonPersistentDisk is deprecated and the in-tree photonPersistentDisk type is no longer supported."
},
"portworxVolume": {
"allOf": [
@@ -4299,7 +4299,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.PortworxVolumeSource"
}
],
"description": "portworxVolume represents a portworx volume attached and mounted on kubelets host machine"
"description": "portworxVolume represents a portworx volume attached and mounted on kubelets host machine. Deprecated: PortworxVolume is deprecated. All operations for the in-tree portworxVolume type are redirected to the pxd.portworx.com CSI driver when the CSIMigrationPortworx feature-gate is on."
},
"projected": {
"allOf": [
@@ -4315,7 +4315,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.QuobyteVolumeSource"
}
],
"description": "quobyte represents a Quobyte mount on the host that shares a pod's lifetime"
"description": "quobyte represents a Quobyte mount on the host that shares a pod's lifetime. Deprecated: Quobyte is deprecated and the in-tree quobyte type is no longer supported."
},
"rbd": {
"allOf": [
@@ -4323,7 +4323,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.RBDVolumeSource"
}
],
"description": "rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md"
"description": "rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. Deprecated: RBD is deprecated and the in-tree rbd type is no longer supported. More info: https://examples.k8s.io/volumes/rbd/README.md"
},
"scaleIO": {
"allOf": [
@@ -4331,7 +4331,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.ScaleIOVolumeSource"
}
],
"description": "scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes."
"description": "scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. Deprecated: ScaleIO is deprecated and the in-tree scaleIO type is no longer supported."
},
"secret": {
"allOf": [
@@ -4347,7 +4347,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.StorageOSVolumeSource"
}
],
"description": "storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes."
"description": "storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes. Deprecated: StorageOS is deprecated and the in-tree storageos type is no longer supported."
},
"vsphereVolume": {
"allOf": [
@@ -4355,7 +4355,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource"
}
],
"description": "vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine"
"description": "vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine. Deprecated: VsphereVolume is deprecated. All operations for the in-tree vsphereVolume type are redirected to the csi.vsphere.vmware.com CSI driver."
}
},
"required": [

View File

@@ -97,7 +97,7 @@
"type": "object"
},
"io.k8s.api.core.v1.CSIPersistentVolumeSource": {
"description": "Represents storage that is managed by an external CSI volume driver (Beta feature)",
"description": "Represents storage that is managed by an external CSI volume driver",
"properties": {
"controllerExpandSecretRef": {
"allOf": [
@@ -476,7 +476,7 @@
"type": "object"
},
"io.k8s.api.core.v1.LocalVolumeSource": {
"description": "Local represents directly-attached storage with node affinity (Beta feature)",
"description": "Local represents directly-attached storage with node affinity",
"properties": {
"fsType": {
"description": "fsType is the filesystem type to mount. It applies only when the Path is a block device. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default value is to auto-select a filesystem if unspecified.",
@@ -655,7 +655,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.AWSElasticBlockStoreVolumeSource"
}
],
"description": "awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore"
"description": "awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Deprecated: AWSElasticBlockStore is deprecated. All operations for the in-tree awsElasticBlockStore type are redirected to the ebs.csi.aws.com CSI driver. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore"
},
"azureDisk": {
"allOf": [
@@ -663,7 +663,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.AzureDiskVolumeSource"
}
],
"description": "azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod."
"description": "azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. Deprecated: AzureDisk is deprecated. All operations for the in-tree azureDisk type are redirected to the disk.csi.azure.com CSI driver."
},
"azureFile": {
"allOf": [
@@ -671,7 +671,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.AzureFilePersistentVolumeSource"
}
],
"description": "azureFile represents an Azure File Service mount on the host and bind mount to the pod."
"description": "azureFile represents an Azure File Service mount on the host and bind mount to the pod. Deprecated: AzureFile is deprecated. All operations for the in-tree azureFile type are redirected to the file.csi.azure.com CSI driver."
},
"capacity": {
"additionalProperties": {
@@ -686,7 +686,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.CephFSPersistentVolumeSource"
}
],
"description": "cephFS represents a Ceph FS mount on the host that shares a pod's lifetime"
"description": "cephFS represents a Ceph FS mount on the host that shares a pod's lifetime. Deprecated: CephFS is deprecated and the in-tree cephfs type is no longer supported."
},
"cinder": {
"allOf": [
@@ -694,7 +694,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.CinderPersistentVolumeSource"
}
],
"description": "cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md"
"description": "cinder represents a cinder volume attached and mounted on kubelets host machine. Deprecated: Cinder is deprecated. All operations for the in-tree cinder type are redirected to the cinder.csi.openstack.org CSI driver. More info: https://examples.k8s.io/mysql-cinder-pd/README.md"
},
"claimRef": {
"allOf": [
@@ -711,7 +711,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.CSIPersistentVolumeSource"
}
],
"description": "csi represents storage that is handled by an external CSI driver (Beta feature)."
"description": "csi represents storage that is handled by an external CSI driver."
},
"fc": {
"allOf": [
@@ -727,7 +727,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.FlexPersistentVolumeSource"
}
],
"description": "flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin."
"description": "flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. Deprecated: FlexVolume is deprecated. Consider using a CSIDriver instead."
},
"flocker": {
"allOf": [
@@ -735,7 +735,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.FlockerVolumeSource"
}
],
"description": "flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running"
"description": "flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running. Deprecated: Flocker is deprecated and the in-tree flocker type is no longer supported."
},
"gcePersistentDisk": {
"allOf": [
@@ -743,7 +743,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.GCEPersistentDiskVolumeSource"
}
],
"description": "gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk"
"description": "gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. Deprecated: GCEPersistentDisk is deprecated. All operations for the in-tree gcePersistentDisk type are redirected to the pd.csi.storage.gke.io CSI driver. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk"
},
"glusterfs": {
"allOf": [
@@ -751,7 +751,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.GlusterfsPersistentVolumeSource"
}
],
"description": "glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. More info: https://examples.k8s.io/volumes/glusterfs/README.md"
"description": "glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. Deprecated: Glusterfs is deprecated and the in-tree glusterfs type is no longer supported. More info: https://examples.k8s.io/volumes/glusterfs/README.md"
},
"hostPath": {
"allOf": [
@@ -812,7 +812,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.PhotonPersistentDiskVolumeSource"
}
],
"description": "photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine"
"description": "photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine. Deprecated: PhotonPersistentDisk is deprecated and the in-tree photonPersistentDisk type is no longer supported."
},
"portworxVolume": {
"allOf": [
@@ -820,7 +820,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.PortworxVolumeSource"
}
],
"description": "portworxVolume represents a portworx volume attached and mounted on kubelets host machine"
"description": "portworxVolume represents a portworx volume attached and mounted on kubelets host machine. Deprecated: PortworxVolume is deprecated. All operations for the in-tree portworxVolume type are redirected to the pxd.portworx.com CSI driver when the CSIMigrationPortworx feature-gate is on."
},
"quobyte": {
"allOf": [
@@ -828,7 +828,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.QuobyteVolumeSource"
}
],
"description": "quobyte represents a Quobyte mount on the host that shares a pod's lifetime"
"description": "quobyte represents a Quobyte mount on the host that shares a pod's lifetime. Deprecated: Quobyte is deprecated and the in-tree quobyte type is no longer supported."
},
"rbd": {
"allOf": [
@@ -836,7 +836,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.RBDPersistentVolumeSource"
}
],
"description": "rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md"
"description": "rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. Deprecated: RBD is deprecated and the in-tree rbd type is no longer supported. More info: https://examples.k8s.io/volumes/rbd/README.md"
},
"scaleIO": {
"allOf": [
@@ -844,7 +844,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.ScaleIOPersistentVolumeSource"
}
],
"description": "scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes."
"description": "scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. Deprecated: ScaleIO is deprecated and the in-tree scaleIO type is no longer supported."
},
"storageClassName": {
"description": "storageClassName is the name of StorageClass to which this persistent volume belongs. Empty value means that this volume does not belong to any StorageClass.",
@@ -856,7 +856,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.StorageOSPersistentVolumeSource"
}
],
"description": "storageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod More info: https://examples.k8s.io/volumes/storageos/README.md"
"description": "storageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod. Deprecated: StorageOS is deprecated and the in-tree storageos type is no longer supported. More info: https://examples.k8s.io/volumes/storageos/README.md"
},
"volumeAttributesClassName": {
"description": "Name of VolumeAttributesClass to which this persistent volume belongs. Empty value is not allowed. When this field is not set, it indicates that this volume does not belong to any VolumeAttributesClass. This field is mutable and can be changed by the CSI driver after a volume has been updated successfully to a new class. For an unbound PersistentVolume, the volumeAttributesClassName will be matched with unbound PersistentVolumeClaims during the binding process. This is a beta field and requires enabling VolumeAttributesClass feature (off by default).",
@@ -872,7 +872,7 @@
"$ref": "#/components/schemas/io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource"
}
],
"description": "vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine"
"description": "vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine. Deprecated: VsphereVolume is deprecated. All operations for the in-tree vsphereVolume type are redirected to the csi.vsphere.vmware.com CSI driver."
}
},
"type": "object"