Class VolumeNodeResources

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<VolumeNodeResourcesBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class VolumeNodeResources
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<VolumeNodeResourcesBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    VolumeNodeResources is a set of resource limits for scheduling of volumes.
    See Also:
    Serialized Form
    • Constructor Detail

      • VolumeNodeResources

        public VolumeNodeResources()
        No args constructor for use in serialization
      • VolumeNodeResources

        public VolumeNodeResources​(Integer count)
    • Method Detail

      • 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.
      • setCount

        public void setCount​(Integer count)
        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.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)