public class AttachedVolume extends Object implements KubernetesResource
| Constructor and Description |
|---|
AttachedVolume()
No args constructor for use in serialization
|
AttachedVolume(String devicePath,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getDevicePath() |
String |
getName() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setDevicePath(String devicePath) |
void |
setName(String name) |
Copyright © 2015–2023 Red Hat. All rights reserved.