Package io.fabric8.kubernetes.api.model
Interface VolumeMountFluent<A extends VolumeMountFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
ContainerFluent.VolumeMountsNested<N>,EphemeralContainerFluent.VolumeMountsNested<N>,WatchEventFluent.VolumeMountObjectNested<N>
- All Known Implementing Classes:
ContainerFluentImpl.VolumeMountsNestedImpl,EphemeralContainerFluentImpl.VolumeMountsNestedImpl,VolumeMountBuilder,VolumeMountFluentImpl,WatchEventFluentImpl.VolumeMountObjectNestedImpl
public interface VolumeMountFluent<A extends VolumeMountFluent<A>> extends Fluent<A>
-
-
Method Summary
-
-
-
Method Detail
-
getMountPath
String getMountPath()
-
hasMountPath
Boolean hasMountPath()
-
withNewMountPath
A withNewMountPath(StringBuilder arg1)
-
withNewMountPath
A withNewMountPath(StringBuffer arg1)
-
getMountPropagation
String getMountPropagation()
-
hasMountPropagation
Boolean hasMountPropagation()
-
withNewMountPropagation
A withNewMountPropagation(StringBuilder arg1)
-
withNewMountPropagation
A withNewMountPropagation(StringBuffer arg1)
-
getName
String getName()
-
hasName
Boolean hasName()
-
withNewName
A withNewName(StringBuilder arg1)
-
withNewName
A withNewName(StringBuffer arg1)
-
isReadOnly
Boolean isReadOnly()
-
hasReadOnly
Boolean hasReadOnly()
-
withNewReadOnly
A withNewReadOnly(boolean arg1)
-
getSubPath
String getSubPath()
-
hasSubPath
Boolean hasSubPath()
-
withNewSubPath
A withNewSubPath(StringBuilder arg1)
-
withNewSubPath
A withNewSubPath(StringBuffer arg1)
-
getSubPathExpr
String getSubPathExpr()
-
hasSubPathExpr
Boolean hasSubPathExpr()
-
withNewSubPathExpr
A withNewSubPathExpr(StringBuilder arg1)
-
withNewSubPathExpr
A withNewSubPathExpr(StringBuffer arg1)
-
-