Interface VolumeMount.Builder

    • Method Detail

      • name

        VolumeMount.Builder name​(String name)

        The name of the volume.

        Parameters:
        name - The name of the volume.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mountPath

        VolumeMount.Builder mountPath​(String mountPath)

        The path in the container at which the volume should be mounted.

        Parameters:
        mountPath - The path in the container at which the volume should be mounted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.