Package net.stickycode.kuuty.model.v18
Class IoK8sApiPolicyV1beta1AllowedFlexVolume
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiPolicyV1beta1AllowedFlexVolume
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiPolicyV1beta1AllowedFlexVolume extends Object
AllowedFlexVolume represents a single Flexvolume that is allowed to be used.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_DRIVER
-
Constructor Summary
Constructors Constructor Description IoK8sApiPolicyV1beta1AllowedFlexVolume()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoK8sApiPolicyV1beta1AllowedFlexVolumedriver(String driver)booleanequals(Object o)StringgetDriver()driver is the name of the Flexvolume driver.inthashCode()voidsetDriver(String driver)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_DRIVER
public static final String JSON_PROPERTY_DRIVER
- See Also:
- Constant Field Values
-
-
Method Detail
-
driver
public IoK8sApiPolicyV1beta1AllowedFlexVolume driver(String driver)
-
getDriver
public String getDriver()
driver is the name of the Flexvolume driver.- Returns:
- driver
-
setDriver
public void setDriver(String driver)
-
-