io.k8s.api.storage.v1.CSIDriver
See theCSIDriver companion object
final case class CSIDriver(spec: CSIDriverSpec, metadata: Option[ObjectMeta]) extends KObject
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.
Attributes
- Companion
- object
- Source
- CSIDriver.scala
- Graph
-
- Supertypes
Members list
Keywords
- no keywords
- final
- lazy
- override
Inherited
- Not inherited
- KObject
- Product
In this article