Interface Generated.ResourceQuotaStatusOrBuilder

    • Method Detail

      • getHardCount

        int getHardCount()
         Hard is the set of enforced hard limits for each named resource.
         More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/
         +optional
         
        map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> hard = 1;
      • containsHard

        boolean containsHard​(String key)
         Hard is the set of enforced hard limits for each named resource.
         More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/
         +optional
         
        map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> hard = 1;
      • getHardMap

        Map<String,​Generated.Quantity> getHardMap()
         Hard is the set of enforced hard limits for each named resource.
         More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/
         +optional
         
        map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> hard = 1;
      • getHardOrDefault

        Generated.Quantity getHardOrDefault​(String key,
                                            Generated.Quantity defaultValue)
         Hard is the set of enforced hard limits for each named resource.
         More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/
         +optional
         
        map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> hard = 1;
      • getHardOrThrow

        Generated.Quantity getHardOrThrow​(String key)
         Hard is the set of enforced hard limits for each named resource.
         More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/
         +optional
         
        map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> hard = 1;
      • getUsedCount

        int getUsedCount()
         Used is the current observed total usage of the resource in the namespace.
         +optional
         
        map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> used = 2;
      • containsUsed

        boolean containsUsed​(String key)
         Used is the current observed total usage of the resource in the namespace.
         +optional
         
        map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> used = 2;
      • getUsedMap

        Map<String,​Generated.Quantity> getUsedMap()
         Used is the current observed total usage of the resource in the namespace.
         +optional
         
        map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> used = 2;
      • getUsedOrDefault

        Generated.Quantity getUsedOrDefault​(String key,
                                            Generated.Quantity defaultValue)
         Used is the current observed total usage of the resource in the namespace.
         +optional
         
        map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> used = 2;
      • getUsedOrThrow

        Generated.Quantity getUsedOrThrow​(String key)
         Used is the current observed total usage of the resource in the namespace.
         +optional
         
        map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> used = 2;