Interface Volume.Builder

    • Method Detail

      • name

        Volume.Builder name​(String name)

        Volume name.

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

        Volume.Builder hostPath​(HostPath hostPath)

        Represents a pre-existing file or directory on the host machine that the volume maps to.

        Parameters:
        hostPath - Represents a pre-existing file or directory on the host machine that the volume maps to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.