Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1VolumeDevice
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1VolumeDevice
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1VolumeDevice extends Object
volumeDevice describes a mapping of a raw block device within a container.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_DEVICE_PATHstatic StringJSON_PROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1VolumeDevice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoK8sApiCoreV1VolumeDevicedevicePath(String devicePath)booleanequals(Object o)StringgetDevicePath()devicePath is the path inside of the container that the device will be mapped to.StringgetName()name must match the name of a persistentVolumeClaim in the podinthashCode()IoK8sApiCoreV1VolumeDevicename(String name)voidsetDevicePath(String devicePath)voidsetName(String name)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_DEVICE_PATH
public static final String JSON_PROPERTY_DEVICE_PATH
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
devicePath
public IoK8sApiCoreV1VolumeDevice devicePath(String devicePath)
-
getDevicePath
public String getDevicePath()
devicePath is the path inside of the container that the device will be mapped to.- Returns:
- devicePath
-
setDevicePath
public void setDevicePath(String devicePath)
-
name
public IoK8sApiCoreV1VolumeDevice name(String name)
-
getName
public String getName()
name must match the name of a persistentVolumeClaim in the pod- Returns:
- name
-
setName
public void setName(String name)
-
-