public static interface V1.LimitRangeItemOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsDefault(String key)
Default resource requirement limit value by resource name if resource limit is omitted.
|
boolean |
containsDefaultRequest(String key)
DefaultRequest is the default resource requirement request value by resource name if resource request is omitted.
|
boolean |
containsMax(String key)
Max usage constraints on this kind by resource name.
|
boolean |
containsMaxLimitRequestRatio(String key)
MaxLimitRequestRatio if specified, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value; this represents the max burst for the named resource.
|
boolean |
containsMin(String key)
Min usage constraints on this kind by resource name.
|
Map<String,Resource.Quantity> |
getDefault()
Deprecated.
|
int |
getDefaultCount()
Default resource requirement limit value by resource name if resource limit is omitted.
|
Map<String,Resource.Quantity> |
getDefaultMap()
Default resource requirement limit value by resource name if resource limit is omitted.
|
Resource.Quantity |
getDefaultOrDefault(String key,
Resource.Quantity defaultValue)
Default resource requirement limit value by resource name if resource limit is omitted.
|
Resource.Quantity |
getDefaultOrThrow(String key)
Default resource requirement limit value by resource name if resource limit is omitted.
|
Map<String,Resource.Quantity> |
getDefaultRequest()
Deprecated.
|
int |
getDefaultRequestCount()
DefaultRequest is the default resource requirement request value by resource name if resource request is omitted.
|
Map<String,Resource.Quantity> |
getDefaultRequestMap()
DefaultRequest is the default resource requirement request value by resource name if resource request is omitted.
|
Resource.Quantity |
getDefaultRequestOrDefault(String key,
Resource.Quantity defaultValue)
DefaultRequest is the default resource requirement request value by resource name if resource request is omitted.
|
Resource.Quantity |
getDefaultRequestOrThrow(String key)
DefaultRequest is the default resource requirement request value by resource name if resource request is omitted.
|
Map<String,Resource.Quantity> |
getMax()
Deprecated.
|
int |
getMaxCount()
Max usage constraints on this kind by resource name.
|
Map<String,Resource.Quantity> |
getMaxLimitRequestRatio()
Deprecated.
|
int |
getMaxLimitRequestRatioCount()
MaxLimitRequestRatio if specified, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value; this represents the max burst for the named resource.
|
Map<String,Resource.Quantity> |
getMaxLimitRequestRatioMap()
MaxLimitRequestRatio if specified, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value; this represents the max burst for the named resource.
|
Resource.Quantity |
getMaxLimitRequestRatioOrDefault(String key,
Resource.Quantity defaultValue)
MaxLimitRequestRatio if specified, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value; this represents the max burst for the named resource.
|
Resource.Quantity |
getMaxLimitRequestRatioOrThrow(String key)
MaxLimitRequestRatio if specified, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value; this represents the max burst for the named resource.
|
Map<String,Resource.Quantity> |
getMaxMap()
Max usage constraints on this kind by resource name.
|
Resource.Quantity |
getMaxOrDefault(String key,
Resource.Quantity defaultValue)
Max usage constraints on this kind by resource name.
|
Resource.Quantity |
getMaxOrThrow(String key)
Max usage constraints on this kind by resource name.
|
Map<String,Resource.Quantity> |
getMin()
Deprecated.
|
int |
getMinCount()
Min usage constraints on this kind by resource name.
|
Map<String,Resource.Quantity> |
getMinMap()
Min usage constraints on this kind by resource name.
|
Resource.Quantity |
getMinOrDefault(String key,
Resource.Quantity defaultValue)
Min usage constraints on this kind by resource name.
|
Resource.Quantity |
getMinOrThrow(String key)
Min usage constraints on this kind by resource name.
|
String |
getType()
Type of resource that this limit applies to.
|
com.google.protobuf.ByteString |
getTypeBytes()
Type of resource that this limit applies to.
|
boolean |
hasType()
Type of resource that this limit applies to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasType()
Type of resource that this limit applies to.
optional string type = 1;String getType()
Type of resource that this limit applies to.
optional string type = 1;com.google.protobuf.ByteString getTypeBytes()
Type of resource that this limit applies to.
optional string type = 1;int getMaxCount()
Max usage constraints on this kind by resource name. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> max = 2;boolean containsMax(String key)
Max usage constraints on this kind by resource name. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> max = 2;@Deprecated Map<String,Resource.Quantity> getMax()
getMaxMap() instead.Map<String,Resource.Quantity> getMaxMap()
Max usage constraints on this kind by resource name. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> max = 2;Resource.Quantity getMaxOrDefault(String key, Resource.Quantity defaultValue)
Max usage constraints on this kind by resource name. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> max = 2;Resource.Quantity getMaxOrThrow(String key)
Max usage constraints on this kind by resource name. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> max = 2;int getMinCount()
Min usage constraints on this kind by resource name. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> min = 3;boolean containsMin(String key)
Min usage constraints on this kind by resource name. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> min = 3;@Deprecated Map<String,Resource.Quantity> getMin()
getMinMap() instead.Map<String,Resource.Quantity> getMinMap()
Min usage constraints on this kind by resource name. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> min = 3;Resource.Quantity getMinOrDefault(String key, Resource.Quantity defaultValue)
Min usage constraints on this kind by resource name. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> min = 3;Resource.Quantity getMinOrThrow(String key)
Min usage constraints on this kind by resource name. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> min = 3;int getDefaultCount()
Default resource requirement limit value by resource name if resource limit is omitted. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> default = 4;boolean containsDefault(String key)
Default resource requirement limit value by resource name if resource limit is omitted. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> default = 4;@Deprecated Map<String,Resource.Quantity> getDefault()
getDefaultMap() instead.Map<String,Resource.Quantity> getDefaultMap()
Default resource requirement limit value by resource name if resource limit is omitted. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> default = 4;Resource.Quantity getDefaultOrDefault(String key, Resource.Quantity defaultValue)
Default resource requirement limit value by resource name if resource limit is omitted. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> default = 4;Resource.Quantity getDefaultOrThrow(String key)
Default resource requirement limit value by resource name if resource limit is omitted. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> default = 4;int getDefaultRequestCount()
DefaultRequest is the default resource requirement request value by resource name if resource request is omitted. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> defaultRequest = 5;
boolean containsDefaultRequest(String key)
DefaultRequest is the default resource requirement request value by resource name if resource request is omitted. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> defaultRequest = 5;
@Deprecated Map<String,Resource.Quantity> getDefaultRequest()
getDefaultRequestMap() instead.Map<String,Resource.Quantity> getDefaultRequestMap()
DefaultRequest is the default resource requirement request value by resource name if resource request is omitted. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> defaultRequest = 5;
Resource.Quantity getDefaultRequestOrDefault(String key, Resource.Quantity defaultValue)
DefaultRequest is the default resource requirement request value by resource name if resource request is omitted. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> defaultRequest = 5;
Resource.Quantity getDefaultRequestOrThrow(String key)
DefaultRequest is the default resource requirement request value by resource name if resource request is omitted. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> defaultRequest = 5;
int getMaxLimitRequestRatioCount()
MaxLimitRequestRatio if specified, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value; this represents the max burst for the named resource. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> maxLimitRequestRatio = 6;
boolean containsMaxLimitRequestRatio(String key)
MaxLimitRequestRatio if specified, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value; this represents the max burst for the named resource. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> maxLimitRequestRatio = 6;
@Deprecated Map<String,Resource.Quantity> getMaxLimitRequestRatio()
getMaxLimitRequestRatioMap() instead.Map<String,Resource.Quantity> getMaxLimitRequestRatioMap()
MaxLimitRequestRatio if specified, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value; this represents the max burst for the named resource. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> maxLimitRequestRatio = 6;
Resource.Quantity getMaxLimitRequestRatioOrDefault(String key, Resource.Quantity defaultValue)
MaxLimitRequestRatio if specified, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value; this represents the max burst for the named resource. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> maxLimitRequestRatio = 6;
Resource.Quantity getMaxLimitRequestRatioOrThrow(String key)
MaxLimitRequestRatio if specified, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value; this represents the max burst for the named resource. +optional
map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> maxLimitRequestRatio = 6;
Copyright © 2023. All rights reserved.