Package io.fabric8.kubernetes.api.model
Class AttachedVolume
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.AttachedVolume
-
- All Implemented Interfaces:
KubernetesResource,Serializable
public class AttachedVolume extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttachedVolume()No args constructor for use in serializationAttachedVolume(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)
-