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:
getMountPath
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withMountPath
public A withMountPath(String mountPath)
- Specified by:
withMountPath
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
hasMountPath
public Boolean hasMountPath()
- Specified by:
hasMountPath
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withNewMountPath
public A withNewMountPath(String arg1)
- Specified by:
withNewMountPath
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withNewMountPath
public A withNewMountPath(StringBuilder arg1)
- Specified by:
withNewMountPath
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withNewMountPath
public A withNewMountPath(StringBuffer arg1)
- Specified by:
withNewMountPath
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
getMountPropagation
public String getMountPropagation()
- Specified by:
getMountPropagation
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withMountPropagation
public A withMountPropagation(String mountPropagation)
- Specified by:
withMountPropagation
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
hasMountPropagation
public Boolean hasMountPropagation()
- Specified by:
hasMountPropagation
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withNewMountPropagation
public A withNewMountPropagation(String arg1)
- Specified by:
withNewMountPropagation
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withNewMountPropagation
public A withNewMountPropagation(StringBuilder arg1)
- Specified by:
withNewMountPropagation
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withNewMountPropagation
public A withNewMountPropagation(StringBuffer arg1)
- Specified by:
withNewMountPropagation
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
getName
public String getName()
- Specified by:
getName
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withName
public A withName(String name)
- Specified by:
withName
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
hasName
public Boolean hasName()
- Specified by:
hasName
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withNewName
public A withNewName(String arg1)
- Specified by:
withNewName
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withNewName
public A withNewName(StringBuilder arg1)
- Specified by:
withNewName
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withNewName
public A withNewName(StringBuffer arg1)
- Specified by:
withNewName
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
isReadOnly
public Boolean isReadOnly()
- Specified by:
isReadOnly
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withReadOnly
public A withReadOnly(Boolean readOnly)
- Specified by:
withReadOnly
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
hasReadOnly
public Boolean hasReadOnly()
- Specified by:
hasReadOnly
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(String arg1)
- Specified by:
withNewReadOnly
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(boolean arg1)
- Specified by:
withNewReadOnly
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
getSubPath
public String getSubPath()
- Specified by:
getSubPath
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withSubPath
public A withSubPath(String subPath)
- Specified by:
withSubPath
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
hasSubPath
public Boolean hasSubPath()
- Specified by:
hasSubPath
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withNewSubPath
public A withNewSubPath(String arg1)
- Specified by:
withNewSubPath
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withNewSubPath
public A withNewSubPath(StringBuilder arg1)
- Specified by:
withNewSubPath
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withNewSubPath
public A withNewSubPath(StringBuffer arg1)
- Specified by:
withNewSubPath
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
getSubPathExpr
public String getSubPathExpr()
- Specified by:
getSubPathExpr
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withSubPathExpr
public A withSubPathExpr(String subPathExpr)
- Specified by:
withSubPathExpr
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
hasSubPathExpr
public Boolean hasSubPathExpr()
- Specified by:
hasSubPathExpr
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withNewSubPathExpr
public A withNewSubPathExpr(String arg1)
- Specified by:
withNewSubPathExpr
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withNewSubPathExpr
public A withNewSubPathExpr(StringBuilder arg1)
- Specified by:
withNewSubPathExpr
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
withNewSubPathExpr
public A withNewSubPathExpr(StringBuffer arg1)
- Specified by:
withNewSubPathExpr
in interfaceVolumeMountFluent<A extends VolumeMountFluent<A>>
-
-