public class V1VolumeDevice extends Object
Constructor and Description |
---|
V1VolumeDevice() |
Modifier and Type | Method and Description |
---|---|
V1VolumeDevice |
devicePath(String devicePath) |
boolean |
equals(Object o) |
String |
getDevicePath()
devicePath is the path inside of the container that the device will be mapped to.
|
String |
getName()
name must match the name of a persistentVolumeClaim in the pod
|
int |
hashCode() |
V1VolumeDevice |
name(String name) |
void |
setDevicePath(String devicePath) |
void |
setName(String name) |
String |
toString() |
public V1VolumeDevice devicePath(String devicePath)
public String getDevicePath()
public void setDevicePath(String devicePath)
public V1VolumeDevice name(String name)
public String getName()
public void setName(String name)
Copyright © 2019. All rights reserved.