Class QuotaUsage

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class QuotaUsage
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<QuotaUsageBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    QuotaUsage identifies a quota metric and records the usage
    See Also:
    Serialized Form
    • Constructor Detail

      • QuotaUsage

        public QuotaUsage()
        No args constructor for use in serialization
    • Method Detail

      • getAmount

        public Long getAmount()
        Amount is the amount of the quota being used
      • setAmount

        public void setAmount​(Long amount)
        Amount is the amount of the quota being used
      • getDimensions

        public Map<String,​String> getDimensions()
        Dimensions are unique axes on which this Limit is applied (e.g. region: us-central-1)
      • setDimensions

        public void setDimensions​(Map<String,​String> dimensions)
        Dimensions are unique axes on which this Limit is applied (e.g. region: us-central-1)
      • getLimit

        public String getLimit()
        Limit is the name of the item that's limited (e.g. cpus)
      • setLimit

        public void setLimit​(String limit)
        Limit is the name of the item that's limited (e.g. cpus)
      • getService

        public String getService()
        Service is the Google Cloud Service to which this quota belongs (e.g. compute.googleapis.com)
      • setService

        public void setService​(String service)
        Service is the Google Cloud Service to which this quota belongs (e.g. compute.googleapis.com)
      • getAdditionalProperties

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

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

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