public class VolumeMountFluentImpl<A extends VolumeMountFluent<A>> extends BaseFluent<A> implements VolumeMountFluent<A>
_visitables| Constructor and Description |
|---|
VolumeMountFluentImpl() |
VolumeMountFluentImpl(VolumeMount instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMountPath() |
String |
getName() |
String |
getSubPath() |
Boolean |
isReadOnly() |
A |
withMountPath(String mountPath) |
A |
withName(String name) |
A |
withReadOnly(Boolean readOnly) |
A |
withSubPath(String subPath) |
public VolumeMountFluentImpl()
public VolumeMountFluentImpl(VolumeMount instance)
public String getMountPath()
getMountPath in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public A withMountPath(String mountPath)
withMountPath in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public String getName()
getName in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public A withName(String name)
withName in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public Boolean isReadOnly()
isReadOnly in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public A withReadOnly(Boolean readOnly)
withReadOnly in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public String getSubPath()
getSubPath in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public A withSubPath(String subPath)
withSubPath in interface VolumeMountFluent<A extends VolumeMountFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.