drivers property
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.
Implementation
final List<CSINodeDriver> drivers;
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.
final List<CSINodeDriver> drivers;