public interface IVolumeMount
| Modifier and Type | Method and Description |
|---|---|
String |
getMountPath() |
String |
getName() |
boolean |
isReadOnly() |
void |
setMountPath(String path) |
void |
setName(String name) |
void |
setReadOnly(boolean readonly) |
Copyright © 2020 Red Hat, Inc. All Rights Reserved.