Class V1VolumeNodeResources

java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1VolumeNodeResources

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1VolumeNodeResources extends Object
VolumeNodeResources is a set of resource limits for scheduling of volumes.
  • Field Details

  • Constructor Details

    • V1VolumeNodeResources

      public V1VolumeNodeResources()
  • Method Details

    • getCount

      public Integer getCount()
      count indicates the 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 not specified, then the supported number of volumes on this node is unbounded.
      Returns:
      the count property value
    • setCount

      public void setCount(Integer count)
      Set the count property value
    • count

      public V1VolumeNodeResources count(Integer count)
      Set count in a chainable fashion.
      Returns:
      The same instance of V1VolumeNodeResources for chaining.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object