Class V1VolumeDevice
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1VolumeDevice
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1VolumeDevice
extends Object
volumeDevice describes a mapping of a raw block device within a container.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondevicePath
(String devicePath) Set devicePath in a chainable fashion.boolean
devicePath is the path inside of the container that the device will be mapped to.getName()
name must match the name of a persistentVolumeClaim in the podint
hashCode()
Set name in a chainable fashion.void
setDevicePath
(String devicePath) Set the devicePath property valuevoid
Set the name property valuetoString()
-
Field Details
-
JSON_PROPERTY_DEVICE_PATH
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
-
Constructor Details
-
V1VolumeDevice
-
-
Method Details
-
getDevicePath
devicePath is the path inside of the container that the device will be mapped to.- Returns:
- the devicePath property value
-
setDevicePath
Set the devicePath property value -
devicePath
Set devicePath in a chainable fashion.- Returns:
- The same instance of V1VolumeDevice for chaining.
-
getName
name must match the name of a persistentVolumeClaim in the pod- Returns:
- the name property value
-
setName
Set the name property value -
name
Set name in a chainable fashion.- Returns:
- The same instance of V1VolumeDevice for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-