Class IoK8sApiStorageV1VolumeNodeResources


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]")
    public class IoK8sApiStorageV1VolumeNodeResources
    extends Object
    VolumeNodeResources is a set of resource limits for scheduling of volumes.
    • Constructor Detail

      • IoK8sApiStorageV1VolumeNodeResources

        public IoK8sApiStorageV1VolumeNodeResources()
    • Method Detail

      • getCount

        @Nullable
        public Integer getCount()
        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:
        count
      • setCount

        public void setCount​(Integer count)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object