Class VolumeNodeResources.Builder

  • Enclosing class:
    VolumeNodeResources

    public static class VolumeNodeResources.Builder
    extends java.lang.Object
    • Method Detail

      • count

        public VolumeNodeResources.Builder count​(java.lang.Number count)
        Maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is nil, then the supported number of volumes on this node is unbounded.
        Returns:
        this.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object