Class V1CSINodeSpec
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1CSINodeSpec
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1CSINodeSpec
extends Object
CSINodeSpec holds information about the specification of all CSI drivers installed on a node
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionadddriversItem
(V1CSINodeDriver driversItem) Add an item to the drivers property in a chainable fashion.drivers
(List<@Valid V1CSINodeDriver> drivers) Set drivers in a chainable fashion.boolean
List<@Valid V1CSINodeDriver>
drivers is a list of information of all CSI Drivers existing on a node.int
hashCode()
void
setDrivers
(List<@Valid V1CSINodeDriver> drivers) Set the drivers property valuetoString()
-
Field Details
-
JSON_PROPERTY_DRIVERS
- See Also:
-
-
Constructor Details
-
V1CSINodeSpec
-
-
Method Details
-
getDrivers
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.- Returns:
- the drivers property value
-
setDrivers
Set the drivers property value -
drivers
Set drivers in a chainable fashion.- Returns:
- The same instance of V1CSINodeSpec for chaining.
-
adddriversItem
Add an item to the drivers property in a chainable fashion.- Returns:
- The same instance of V1CSINodeSpec for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-