python/kubernetes/docs/V1CSINodeSpec.md
Nabarun Pal 598d41ba5f
Generate client 17.0.0
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-11-07 16:10:08 +05:30

590 B

V1CSINodeSpec

CSINodeSpec holds information about the specification of all CSI drivers installed on a node

Properties

Name Type Description Notes
drivers **list[V1CSINodeDriver]** drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty.

[Back to Model list] [Back to API list] [Back to README]