Interface V1.ResourceQuotaStatusOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1.ResourceQuotaStatus, V1.ResourceQuotaStatus.Builder
Enclosing class:
V1

public static interface V1.ResourceQuotaStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • 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;
    • getHard

      Deprecated.
      Use getHardMap() instead.
    • 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

      Resource.Quantity getHardOrDefault(String key, Resource.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

      Resource.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;
    • getUsed

      Deprecated.
      Use getUsedMap() instead.
    • 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

      Resource.Quantity getUsedOrDefault(String key, Resource.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

      Resource.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;