Interface EksPersistentVolumeClaim.Builder

  • Method Details

    • claimName

      The name of the persistentVolumeClaim bounded to a persistentVolume. For more information, see Persistent Volume Claims in the Kubernetes documentation.

      Parameters:
      claimName - The name of the persistentVolumeClaim bounded to a persistentVolume. For more information, see Persistent Volume Claims in the Kubernetes documentation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • readOnly

      An optional boolean value indicating if the mount is read only. Default is false. For more information, see Read Only Mounts in the Kubernetes documentation.

      Parameters:
      readOnly - An optional boolean value indicating if the mount is read only. Default is false. For more information, see Read Only Mounts in the Kubernetes documentation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.