public static interface V1.ResourceQuotaStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsHard(String key)
Hard is the set of enforced hard limits for each named resource.
|
boolean |
containsUsed(String key)
Used is the current observed total usage of the resource in the namespace.
|
Map<String,Resource.Quantity> |
getHard()
Deprecated.
|
int |
getHardCount()
Hard is the set of enforced hard limits for each named resource.
|
Map<String,Resource.Quantity> |
getHardMap()
Hard is the set of enforced hard limits for each named resource.
|
Resource.Quantity |
getHardOrDefault(String key,
Resource.Quantity defaultValue)
Hard is the set of enforced hard limits for each named resource.
|
Resource.Quantity |
getHardOrThrow(String key)
Hard is the set of enforced hard limits for each named resource.
|
Map<String,Resource.Quantity> |
getUsed()
Deprecated.
|
int |
getUsedCount()
Used is the current observed total usage of the resource in the namespace.
|
Map<String,Resource.Quantity> |
getUsedMap()
Used is the current observed total usage of the resource in the namespace.
|
Resource.Quantity |
getUsedOrDefault(String key,
Resource.Quantity defaultValue)
Used is the current observed total usage of the resource in the namespace.
|
Resource.Quantity |
getUsedOrThrow(String key)
Used is the current observed total usage of the resource in the namespace.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint 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;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;@Deprecated Map<String,Resource.Quantity> getHard()
getHardMap() instead.Map<String,Resource.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;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;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;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;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;@Deprecated Map<String,Resource.Quantity> getUsed()
getUsedMap() instead.Map<String,Resource.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;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;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;Copyright © 2023. All rights reserved.