public class VolumeMountFluentImpl<A extends VolumeMountFluent<A>> extends BaseFluent<A> implements VolumeMountFluent<A>
_visitables, VISIT
Constructor and Description |
---|
VolumeMountFluentImpl() |
VolumeMountFluentImpl(VolumeMount instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getMountPath() |
String |
getMountPropagation() |
String |
getName() |
Boolean |
getReadOnly() |
String |
getSubPath() |
String |
getSubPathExpr() |
int |
hashCode() |
Boolean |
hasMountPath() |
Boolean |
hasMountPropagation() |
Boolean |
hasName() |
Boolean |
hasReadOnly() |
Boolean |
hasSubPath() |
Boolean |
hasSubPathExpr() |
A |
withMountPath(String mountPath) |
A |
withMountPropagation(String mountPropagation) |
A |
withName(String name) |
A |
withNewMountPath(String arg0)
Deprecated.
|
A |
withNewMountPropagation(String arg0)
Deprecated.
|
A |
withNewName(String arg0)
Deprecated.
|
A |
withNewSubPath(String arg0)
Deprecated.
|
A |
withNewSubPathExpr(String arg0)
Deprecated.
|
A |
withReadOnly(Boolean readOnly) |
A |
withSubPath(String subPath) |
A |
withSubPathExpr(String subPathExpr) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
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 Boolean hasMountPath()
hasMountPath
in interface VolumeMountFluent<A extends VolumeMountFluent<A>>
@Deprecated public A withNewMountPath(String arg0)
withNewMountPath
in interface VolumeMountFluent<A extends VolumeMountFluent<A>>
public String getMountPropagation()
getMountPropagation
in interface VolumeMountFluent<A extends VolumeMountFluent<A>>
public A withMountPropagation(String mountPropagation)
withMountPropagation
in interface VolumeMountFluent<A extends VolumeMountFluent<A>>
public Boolean hasMountPropagation()
hasMountPropagation
in interface VolumeMountFluent<A extends VolumeMountFluent<A>>
@Deprecated public A withNewMountPropagation(String arg0)
withNewMountPropagation
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 hasName()
hasName
in interface VolumeMountFluent<A extends VolumeMountFluent<A>>
@Deprecated public A withNewName(String arg0)
withNewName
in interface VolumeMountFluent<A extends VolumeMountFluent<A>>
public Boolean getReadOnly()
getReadOnly
in interface VolumeMountFluent<A extends VolumeMountFluent<A>>
public A withReadOnly(Boolean readOnly)
withReadOnly
in interface VolumeMountFluent<A extends VolumeMountFluent<A>>
public Boolean hasReadOnly()
hasReadOnly
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>>
public Boolean hasSubPath()
hasSubPath
in interface VolumeMountFluent<A extends VolumeMountFluent<A>>
@Deprecated public A withNewSubPath(String arg0)
withNewSubPath
in interface VolumeMountFluent<A extends VolumeMountFluent<A>>
public String getSubPathExpr()
getSubPathExpr
in interface VolumeMountFluent<A extends VolumeMountFluent<A>>
public A withSubPathExpr(String subPathExpr)
withSubPathExpr
in interface VolumeMountFluent<A extends VolumeMountFluent<A>>
public Boolean hasSubPathExpr()
hasSubPathExpr
in interface VolumeMountFluent<A extends VolumeMountFluent<A>>
@Deprecated public A withNewSubPathExpr(String arg0)
withNewSubPathExpr
in interface VolumeMountFluent<A extends VolumeMountFluent<A>>
Copyright © 2015–2020 Red Hat. All rights reserved.