Interface V1VolumeMountFluent<A extends V1VolumeMountFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1ContainerFluent.VolumeMountsNested<N>, V1EphemeralContainerFluent.VolumeMountsNested<N>
All Known Implementing Classes:
V1VolumeMountBuilder, V1VolumeMountFluentImpl

public interface V1VolumeMountFluent<A extends V1VolumeMountFluent<A>> extends Fluent<A>
Generated
  • Method Details

    • getMountPath

      String getMountPath()
    • withMountPath

      A withMountPath(String mountPath)
    • hasMountPath

      Boolean hasMountPath()
    • getMountPropagation

      String getMountPropagation()
    • withMountPropagation

      A withMountPropagation(String mountPropagation)
    • hasMountPropagation

      Boolean hasMountPropagation()
    • getName

      String getName()
    • withName

      A withName(String name)
    • hasName

      Boolean hasName()
    • getReadOnly

      Boolean getReadOnly()
    • withReadOnly

      A withReadOnly(Boolean readOnly)
    • hasReadOnly

      Boolean hasReadOnly()
    • getSubPath

      String getSubPath()
    • withSubPath

      A withSubPath(String subPath)
    • hasSubPath

      Boolean hasSubPath()
    • getSubPathExpr

      String getSubPathExpr()
    • withSubPathExpr

      A withSubPathExpr(String subPathExpr)
    • hasSubPathExpr

      Boolean hasSubPathExpr()
    • withReadOnly

      A withReadOnly()