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.
|
V1.ScopeSelector |
getScopeSelector()
scopeSelector is also a collection of filters like scopes that must match each object tracked by a quota
but expressed using ScopeSelectorOperator in combination with possible values.
|
V1.ScopeSelectorOrBuilder |
getScopeSelectorOrBuilder()
scopeSelector is also a collection of filters like scopes that must match each object tracked by a quota
but expressed using ScopeSelectorOperator in combination with possible values.
|
List<String> |
getScopesList()
A collection of filters that must match each object tracked by a quota.
|
boolean |
hasScopeSelector()
scopeSelector is also a collection of filters like scopes that must match each object tracked by a quota
but expressed using ScopeSelectorOperator in combination with possible values.
|
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://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 desired 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 desired 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 desired 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 desired 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;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;boolean hasScopeSelector()
scopeSelector is also a collection of filters like scopes that must match each object tracked by a quota but expressed using ScopeSelectorOperator in combination with possible values. For a resource to match, both scopes AND scopeSelector (if specified in spec), must be matched. +optional
optional .k8s.io.api.core.v1.ScopeSelector scopeSelector = 3;V1.ScopeSelector getScopeSelector()
scopeSelector is also a collection of filters like scopes that must match each object tracked by a quota but expressed using ScopeSelectorOperator in combination with possible values. For a resource to match, both scopes AND scopeSelector (if specified in spec), must be matched. +optional
optional .k8s.io.api.core.v1.ScopeSelector scopeSelector = 3;V1.ScopeSelectorOrBuilder getScopeSelectorOrBuilder()
scopeSelector is also a collection of filters like scopes that must match each object tracked by a quota but expressed using ScopeSelectorOperator in combination with possible values. For a resource to match, both scopes AND scopeSelector (if specified in spec), must be matched. +optional
optional .k8s.io.api.core.v1.ScopeSelector scopeSelector = 3;Copyright © 2021. All rights reserved.