public static interface V1.ResourceQuotaSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsHard(String key)
Hard is the set of desired hard limits for each named resource.
|
Map<String,Resource.Quantity> |
getHard()
Deprecated.
|
int |
getHardCount()
Hard is the set of desired hard limits for each named resource.
|
Map<String,Resource.Quantity> |
getHardMap()
Hard is the set of desired hard limits for each named resource.
|
Resource.Quantity |
getHardOrDefault(String key,
Resource.Quantity defaultValue)
Hard is the set of desired hard limits for each named resource.
|
Resource.Quantity |
getHardOrThrow(String key)
Hard is the set of desired hard limits for each named resource.
|
String |
getScopes(int index)
A collection of filters that must match each object tracked by a quota.
|
com.google.protobuf.ByteString |
getScopesBytes(int index)
A collection of filters that must match each object tracked by a quota.
|
int |
getScopesCount()
A collection of filters that must match each object tracked by a quota.
|
List<String> |
getScopesList()
A collection of filters that must match each object tracked by a quota.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getHardCount()
Hard is the set of desired hard limits for each named resource. More info: https://git.k8s.io/community/contributors/design-proposals/admission_control_resource_quota.md +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> hard = 1;boolean containsHard(String key)
Hard is the set of desired hard limits for each named resource. More info: https://git.k8s.io/community/contributors/design-proposals/admission_control_resource_quota.md +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 desired hard limits for each named resource. More info: https://git.k8s.io/community/contributors/design-proposals/admission_control_resource_quota.md +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 desired hard limits for each named resource. More info: https://git.k8s.io/community/contributors/design-proposals/admission_control_resource_quota.md +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> hard = 1;Resource.Quantity getHardOrThrow(String key)
Hard is the set of desired hard limits for each named resource. More info: https://git.k8s.io/community/contributors/design-proposals/admission_control_resource_quota.md +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> hard = 1;List<String> getScopesList()
A collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects. +optional
repeated string scopes = 2;int getScopesCount()
A collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects. +optional
repeated string scopes = 2;String getScopes(int index)
A collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects. +optional
repeated string scopes = 2;com.google.protobuf.ByteString getScopesBytes(int index)
A collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects. +optional
repeated string scopes = 2;Copyright © 2018. All rights reserved.