Class ResourceQuotaSpec

    • Constructor Detail

      • ResourceQuotaSpec

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

      • getHard

        public Map<String,​Quantity> getHard()
        hard is the set of desired 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 desired hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/
      • getScopeSelector

        public ScopeSelector getScopeSelector()
        ResourceQuotaSpec defines the desired hard limits to enforce for Quota.
      • setScopeSelector

        public void setScopeSelector​(ScopeSelector scopeSelector)
        ResourceQuotaSpec defines the desired hard limits to enforce for Quota.
      • getScopes

        public List<String> getScopes()
        A collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects.
      • setScopes

        public void setScopes​(List<String> scopes)
        A collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects.
      • getAdditionalProperties

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

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

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