Package io.fabric8.kubernetes.api.model
Class VolumeDevice
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.VolumeDevice
-
- All Implemented Interfaces:
KubernetesResource,Serializable
public class VolumeDevice extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VolumeDevice()No args constructor for use in serializationVolumeDevice(String devicePath, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAdditionalProperties()StringgetDevicePath()StringgetName()voidsetAdditionalProperty(String name, Object value)voidsetDevicePath(String devicePath)voidsetName(String name)
-