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(java.lang.Object o) |
java.lang.String |
getMountPath() |
java.lang.String |
getMountPropagation() |
java.lang.String |
getName() |
java.lang.String |
getSubPath() |
java.lang.String |
getSubPathExpr() |
java.lang.Boolean |
hasMountPath() |
java.lang.Boolean |
hasMountPropagation() |
java.lang.Boolean |
hasName() |
java.lang.Boolean |
hasReadOnly() |
java.lang.Boolean |
hasSubPath() |
java.lang.Boolean |
hasSubPathExpr() |
java.lang.Boolean |
isReadOnly() |
A |
withMountPath(java.lang.String mountPath) |
A |
withMountPropagation(java.lang.String mountPropagation) |
A |
withName(java.lang.String name) |
A |
withNewMountPath(java.lang.String arg1) |
A |
withNewMountPath(java.lang.StringBuffer arg1) |
A |
withNewMountPath(java.lang.StringBuilder arg1) |
A |
withNewMountPropagation(java.lang.String arg1) |
A |
withNewMountPropagation(java.lang.StringBuffer arg1) |
A |
withNewMountPropagation(java.lang.StringBuilder arg1) |
A |
withNewName(java.lang.String arg1) |
A |
withNewName(java.lang.StringBuffer arg1) |
A |
withNewName(java.lang.StringBuilder arg1) |
A |
withNewReadOnly(boolean arg1) |
A |
withNewReadOnly(java.lang.String arg1) |
A |
withNewSubPath(java.lang.String arg1) |
A |
withNewSubPath(java.lang.StringBuffer arg1) |
A |
withNewSubPath(java.lang.StringBuilder arg1) |
A |
withNewSubPathExpr(java.lang.String arg1) |
A |
withNewSubPathExpr(java.lang.StringBuffer arg1) |
A |
withNewSubPathExpr(java.lang.StringBuilder arg1) |
A |
withReadOnly(java.lang.Boolean readOnly) |
A |
withSubPath(java.lang.String subPath) |
A |
withSubPathExpr(java.lang.String subPathExpr) |
public VolumeMountFluentImpl()
public VolumeMountFluentImpl(VolumeMount instance)
public java.lang.String getMountPath()
getMountPath in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public A withMountPath(java.lang.String mountPath)
withMountPath in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public java.lang.Boolean hasMountPath()
hasMountPath in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public A withNewMountPath(java.lang.String arg1)
withNewMountPath in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public A withNewMountPath(java.lang.StringBuilder arg1)
withNewMountPath in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public A withNewMountPath(java.lang.StringBuffer arg1)
withNewMountPath in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public java.lang.String getMountPropagation()
getMountPropagation in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public A withMountPropagation(java.lang.String mountPropagation)
withMountPropagation in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public java.lang.Boolean hasMountPropagation()
hasMountPropagation in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public A withNewMountPropagation(java.lang.String arg1)
withNewMountPropagation in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public A withNewMountPropagation(java.lang.StringBuilder arg1)
withNewMountPropagation in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public A withNewMountPropagation(java.lang.StringBuffer arg1)
withNewMountPropagation in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public java.lang.String getName()
getName in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public A withName(java.lang.String name)
withName in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public java.lang.Boolean hasName()
hasName in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public A withNewName(java.lang.String arg1)
withNewName in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public A withNewName(java.lang.StringBuilder arg1)
withNewName in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public A withNewName(java.lang.StringBuffer arg1)
withNewName in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public java.lang.Boolean isReadOnly()
isReadOnly in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public A withReadOnly(java.lang.Boolean readOnly)
withReadOnly in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public java.lang.Boolean hasReadOnly()
hasReadOnly in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public A withNewReadOnly(java.lang.String arg1)
withNewReadOnly in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public A withNewReadOnly(boolean arg1)
withNewReadOnly in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public java.lang.String getSubPath()
getSubPath in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public A withSubPath(java.lang.String subPath)
withSubPath in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public java.lang.Boolean hasSubPath()
hasSubPath in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public A withNewSubPath(java.lang.String arg1)
withNewSubPath in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public A withNewSubPath(java.lang.StringBuilder arg1)
withNewSubPath in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public A withNewSubPath(java.lang.StringBuffer arg1)
withNewSubPath in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public java.lang.String getSubPathExpr()
getSubPathExpr in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public A withSubPathExpr(java.lang.String subPathExpr)
withSubPathExpr in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public java.lang.Boolean hasSubPathExpr()
hasSubPathExpr in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public A withNewSubPathExpr(java.lang.String arg1)
withNewSubPathExpr in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public A withNewSubPathExpr(java.lang.StringBuilder arg1)
withNewSubPathExpr in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public A withNewSubPathExpr(java.lang.StringBuffer arg1)
withNewSubPathExpr in interface VolumeMountFluent<A extends VolumeMountFluent<A>>public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2015-2019 Red Hat. All Rights Reserved.