Package io.fabric8.kubernetes.api.model
Class VolumeMountFluentImpl<A extends VolumeMountFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.VolumeMountFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,VolumeMountFluent<A>
- Direct Known Subclasses:
ContainerFluentImpl.VolumeMountsNestedImpl,EphemeralContainerFluentImpl.VolumeMountsNestedImpl,VolumeMountBuilder,WatchEventFluentImpl.VolumeMountObjectNestedImpl
public class VolumeMountFluentImpl<A extends VolumeMountFluent<A>> extends BaseFluent<A> implements VolumeMountFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description VolumeMountFluentImpl()VolumeMountFluentImpl(VolumeMount instance)
-
Method Summary
-
-
-
Constructor Detail
-
VolumeMountFluentImpl
public VolumeMountFluentImpl()
-
VolumeMountFluentImpl
public VolumeMountFluentImpl(VolumeMount instance)
-
-
Method Detail
-
getMountPath
public String getMountPath()
- Specified by:
getMountPathin interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withMountPath
public A withMountPath(String mountPath)
- Specified by:
withMountPathin interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
hasMountPath
public Boolean hasMountPath()
- Specified by:
hasMountPathin interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withNewMountPath
public A withNewMountPath(String arg1)
- Specified by:
withNewMountPathin interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withNewMountPath
public A withNewMountPath(StringBuilder arg1)
- Specified by:
withNewMountPathin interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withNewMountPath
public A withNewMountPath(StringBuffer arg1)
- Specified by:
withNewMountPathin interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
getMountPropagation
public String getMountPropagation()
- Specified by:
getMountPropagationin interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withMountPropagation
public A withMountPropagation(String mountPropagation)
- Specified by:
withMountPropagationin interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
hasMountPropagation
public Boolean hasMountPropagation()
- Specified by:
hasMountPropagationin interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withNewMountPropagation
public A withNewMountPropagation(String arg1)
- Specified by:
withNewMountPropagationin interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withNewMountPropagation
public A withNewMountPropagation(StringBuilder arg1)
- Specified by:
withNewMountPropagationin interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withNewMountPropagation
public A withNewMountPropagation(StringBuffer arg1)
- Specified by:
withNewMountPropagationin interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
getName
public String getName()
- Specified by:
getNamein interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withName
public A withName(String name)
- Specified by:
withNamein interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
hasName
public Boolean hasName()
- Specified by:
hasNamein interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withNewName
public A withNewName(String arg1)
- Specified by:
withNewNamein interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withNewName
public A withNewName(StringBuilder arg1)
- Specified by:
withNewNamein interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withNewName
public A withNewName(StringBuffer arg1)
- Specified by:
withNewNamein interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
isReadOnly
public Boolean isReadOnly()
- Specified by:
isReadOnlyin interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withReadOnly
public A withReadOnly(Boolean readOnly)
- Specified by:
withReadOnlyin interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
hasReadOnly
public Boolean hasReadOnly()
- Specified by:
hasReadOnlyin interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(String arg1)
- Specified by:
withNewReadOnlyin interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(boolean arg1)
- Specified by:
withNewReadOnlyin interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
getSubPath
public String getSubPath()
- Specified by:
getSubPathin interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withSubPath
public A withSubPath(String subPath)
- Specified by:
withSubPathin interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
hasSubPath
public Boolean hasSubPath()
- Specified by:
hasSubPathin interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withNewSubPath
public A withNewSubPath(String arg1)
- Specified by:
withNewSubPathin interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withNewSubPath
public A withNewSubPath(StringBuilder arg1)
- Specified by:
withNewSubPathin interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withNewSubPath
public A withNewSubPath(StringBuffer arg1)
- Specified by:
withNewSubPathin interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
getSubPathExpr
public String getSubPathExpr()
- Specified by:
getSubPathExprin interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withSubPathExpr
public A withSubPathExpr(String subPathExpr)
- Specified by:
withSubPathExprin interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
hasSubPathExpr
public Boolean hasSubPathExpr()
- Specified by:
hasSubPathExprin interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withNewSubPathExpr
public A withNewSubPathExpr(String arg1)
- Specified by:
withNewSubPathExprin interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withNewSubPathExpr
public A withNewSubPathExpr(StringBuilder arg1)
- Specified by:
withNewSubPathExprin interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withNewSubPathExpr
public A withNewSubPathExpr(StringBuffer arg1)
- Specified by:
withNewSubPathExprin interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
-