Class ResourceQuotaStatus

    • Constructor Detail

      • ResourceQuotaStatus

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

      • getHard

        public Map<String,​Quantity> getHard()
        Hard is the set of enforced hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/
      • setHard

        public void setHard​(Map<String,​Quantity> hard)
        Hard is the set of enforced hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/
      • getUsed

        public Map<String,​Quantity> getUsed()
        Used is the current observed total usage of the resource in the namespace.
      • setUsed

        public void setUsed​(Map<String,​Quantity> used)
        Used is the current observed total usage of the resource in the namespace.
      • getAdditionalProperties

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

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

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