Interface VolumeMount.Builder

    • Method Detail

      • name

        VolumeMount.Builder name​(String name)

        Volume mount name.

        Parameters:
        name - Volume mount name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mountPath

        VolumeMount.Builder mountPath​(String mountPath)

        Volume mount path.

        Parameters:
        mountPath - Volume mount path.
        Returns:
        Returns a reference to this object so that method calls can be chained together.