storage.k8s.io/v1
·CSIDriver
CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster. Kubernetes attach detach controller uses this object to determine whether attach is required. Kubelet uses this object to determine whether pod information needs to be passed on mount. CSIDriver objects are non-namespaced.
Click on Property Name to show the description, and Pink Types to expand schema.
Required properties are marked with *
Change History
Kubernetes v1.32
Kubernetes v1.31
Kubernetes v1.30
2 properties have changed the description
- .spec.fsGroupPolicy
- .spec.podInfoOnMount
Kubernetes v1.29
1 property has changed the description
- .spec.podInfoOnMount
Kubernetes v1.28
Kubernetes v1.27
8 properties have changed the description
- .metadata.annotations
- .metadata.labels
- .metadata.name
- .metadata.namespace
- .metadata.ownerReferences.name
- .metadata.ownerReferences.uid
- .metadata.uid
- .spec
Kubernetes v1.26
Kubernetes v1.25
1 property has been added on this version
- .spec.seLinuxMount
1 property has been removed on this version
- .metadata.clusterName
Kubernetes v1.24
6 properties have changed the description
- .metadata.clusterName
- .metadata.generateName
- .metadata.managedFields.time
- .metadata.ownerReferences.blockOwnerDeletion
- .metadata.selfLink
- .spec.storageCapacity
Kubernetes v1.23
2 properties have changed the description
- .spec.fsGroupPolicy
- .spec.storageCapacity
Kubernetes v1.22
1 property has been added on this version
- .metadata.managedFields.subresource
3 properties have changed the description
- .spec.fsGroupPolicy
- .spec.requiresRepublish
- .spec.tokenRequests
Kubernetes v1.21
7 properties have changed the description
- .spec.attachRequired
- .spec.fsGroupPolicy
- .spec.podInfoOnMount
- .spec.requiresRepublish
- .spec.storageCapacity
- .spec.tokenRequests
- .spec.volumeLifecycleModes
Kubernetes v1.20
2 properties have been added on this version
- .spec.requiresRepublish
- .spec.tokenRequests
Kubernetes v1.19
2 properties have been added on this version
- .spec.fsGroupPolicy
- .spec.storageCapacity
1 property has changed the description
- .metadata.namespace
Kubernetes v1.18
CSIDriver was first seen on this version of Kubernetes
Kubernetes v1.17
Kubernetes v1.16
Kubernetes v1.15
Kubernetes v1.14
Kubernetes v1.13
Kubernetes v1.12
Kubernetes v1.11
We don't have any examples of CSIDriver yet 😕
But the good news is, you can help us by contributing examples on GitHub