public static final class V2beta1Autoscaling.MetricStatus.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V2beta1Autoscaling.MetricStatus.Builder> implements V2beta1Autoscaling.MetricStatusOrBuilder
MetricStatus describes the last-read state of a single metric.Protobuf type
k8s.io.api.autoscaling.v2beta1.MetricStatus| Modifier and Type | Method and Description |
|---|---|
V2beta1Autoscaling.MetricStatus.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V2beta1Autoscaling.MetricStatus |
build() |
V2beta1Autoscaling.MetricStatus |
buildPartial() |
V2beta1Autoscaling.MetricStatus.Builder |
clear() |
V2beta1Autoscaling.MetricStatus.Builder |
clearExternal()
external refers to a global metric that is not associated
with any Kubernetes object.
|
V2beta1Autoscaling.MetricStatus.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V2beta1Autoscaling.MetricStatus.Builder |
clearObject()
object refers to a metric describing a single kubernetes object
(for example, hits-per-second on an Ingress object).
|
V2beta1Autoscaling.MetricStatus.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V2beta1Autoscaling.MetricStatus.Builder |
clearPods()
pods refers to a metric describing each pod in the current scale target
(for example, transactions-processed-per-second).
|
V2beta1Autoscaling.MetricStatus.Builder |
clearResource()
resource refers to a resource metric (such as those specified in
requests and limits) known to Kubernetes describing each pod in the
current scale target (e.g.
|
V2beta1Autoscaling.MetricStatus.Builder |
clearType()
type is the type of metric source.
|
V2beta1Autoscaling.MetricStatus.Builder |
clone() |
V2beta1Autoscaling.MetricStatus |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
V2beta1Autoscaling.ExternalMetricStatus |
getExternal()
external refers to a global metric that is not associated
with any Kubernetes object.
|
V2beta1Autoscaling.ExternalMetricStatus.Builder |
getExternalBuilder()
external refers to a global metric that is not associated
with any Kubernetes object.
|
V2beta1Autoscaling.ExternalMetricStatusOrBuilder |
getExternalOrBuilder()
external refers to a global metric that is not associated
with any Kubernetes object.
|
V2beta1Autoscaling.ObjectMetricStatus |
getObject()
object refers to a metric describing a single kubernetes object
(for example, hits-per-second on an Ingress object).
|
V2beta1Autoscaling.ObjectMetricStatus.Builder |
getObjectBuilder()
object refers to a metric describing a single kubernetes object
(for example, hits-per-second on an Ingress object).
|
V2beta1Autoscaling.ObjectMetricStatusOrBuilder |
getObjectOrBuilder()
object refers to a metric describing a single kubernetes object
(for example, hits-per-second on an Ingress object).
|
V2beta1Autoscaling.PodsMetricStatus |
getPods()
pods refers to a metric describing each pod in the current scale target
(for example, transactions-processed-per-second).
|
V2beta1Autoscaling.PodsMetricStatus.Builder |
getPodsBuilder()
pods refers to a metric describing each pod in the current scale target
(for example, transactions-processed-per-second).
|
V2beta1Autoscaling.PodsMetricStatusOrBuilder |
getPodsOrBuilder()
pods refers to a metric describing each pod in the current scale target
(for example, transactions-processed-per-second).
|
V2beta1Autoscaling.ResourceMetricStatus |
getResource()
resource refers to a resource metric (such as those specified in
requests and limits) known to Kubernetes describing each pod in the
current scale target (e.g.
|
V2beta1Autoscaling.ResourceMetricStatus.Builder |
getResourceBuilder()
resource refers to a resource metric (such as those specified in
requests and limits) known to Kubernetes describing each pod in the
current scale target (e.g.
|
V2beta1Autoscaling.ResourceMetricStatusOrBuilder |
getResourceOrBuilder()
resource refers to a resource metric (such as those specified in
requests and limits) known to Kubernetes describing each pod in the
current scale target (e.g.
|
String |
getType()
type is the type of metric source.
|
com.google.protobuf.ByteString |
getTypeBytes()
type is the type of metric source.
|
boolean |
hasExternal()
external refers to a global metric that is not associated
with any Kubernetes object.
|
boolean |
hasObject()
object refers to a metric describing a single kubernetes object
(for example, hits-per-second on an Ingress object).
|
boolean |
hasPods()
pods refers to a metric describing each pod in the current scale target
(for example, transactions-processed-per-second).
|
boolean |
hasResource()
resource refers to a resource metric (such as those specified in
requests and limits) known to Kubernetes describing each pod in the
current scale target (e.g.
|
boolean |
hasType()
type is the type of metric source.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
V2beta1Autoscaling.MetricStatus.Builder |
mergeExternal(V2beta1Autoscaling.ExternalMetricStatus value)
external refers to a global metric that is not associated
with any Kubernetes object.
|
V2beta1Autoscaling.MetricStatus.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V2beta1Autoscaling.MetricStatus.Builder |
mergeFrom(com.google.protobuf.Message other) |
V2beta1Autoscaling.MetricStatus.Builder |
mergeFrom(V2beta1Autoscaling.MetricStatus other) |
V2beta1Autoscaling.MetricStatus.Builder |
mergeObject(V2beta1Autoscaling.ObjectMetricStatus value)
object refers to a metric describing a single kubernetes object
(for example, hits-per-second on an Ingress object).
|
V2beta1Autoscaling.MetricStatus.Builder |
mergePods(V2beta1Autoscaling.PodsMetricStatus value)
pods refers to a metric describing each pod in the current scale target
(for example, transactions-processed-per-second).
|
V2beta1Autoscaling.MetricStatus.Builder |
mergeResource(V2beta1Autoscaling.ResourceMetricStatus value)
resource refers to a resource metric (such as those specified in
requests and limits) known to Kubernetes describing each pod in the
current scale target (e.g.
|
V2beta1Autoscaling.MetricStatus.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V2beta1Autoscaling.MetricStatus.Builder |
setExternal(V2beta1Autoscaling.ExternalMetricStatus.Builder builderForValue)
external refers to a global metric that is not associated
with any Kubernetes object.
|
V2beta1Autoscaling.MetricStatus.Builder |
setExternal(V2beta1Autoscaling.ExternalMetricStatus value)
external refers to a global metric that is not associated
with any Kubernetes object.
|
V2beta1Autoscaling.MetricStatus.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V2beta1Autoscaling.MetricStatus.Builder |
setObject(V2beta1Autoscaling.ObjectMetricStatus.Builder builderForValue)
object refers to a metric describing a single kubernetes object
(for example, hits-per-second on an Ingress object).
|
V2beta1Autoscaling.MetricStatus.Builder |
setObject(V2beta1Autoscaling.ObjectMetricStatus value)
object refers to a metric describing a single kubernetes object
(for example, hits-per-second on an Ingress object).
|
V2beta1Autoscaling.MetricStatus.Builder |
setPods(V2beta1Autoscaling.PodsMetricStatus.Builder builderForValue)
pods refers to a metric describing each pod in the current scale target
(for example, transactions-processed-per-second).
|
V2beta1Autoscaling.MetricStatus.Builder |
setPods(V2beta1Autoscaling.PodsMetricStatus value)
pods refers to a metric describing each pod in the current scale target
(for example, transactions-processed-per-second).
|
V2beta1Autoscaling.MetricStatus.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V2beta1Autoscaling.MetricStatus.Builder |
setResource(V2beta1Autoscaling.ResourceMetricStatus.Builder builderForValue)
resource refers to a resource metric (such as those specified in
requests and limits) known to Kubernetes describing each pod in the
current scale target (e.g.
|
V2beta1Autoscaling.MetricStatus.Builder |
setResource(V2beta1Autoscaling.ResourceMetricStatus value)
resource refers to a resource metric (such as those specified in
requests and limits) known to Kubernetes describing each pod in the
current scale target (e.g.
|
V2beta1Autoscaling.MetricStatus.Builder |
setType(String value)
type is the type of metric source.
|
V2beta1Autoscaling.MetricStatus.Builder |
setTypeBytes(com.google.protobuf.ByteString value)
type is the type of metric source.
|
V2beta1Autoscaling.MetricStatus.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<V2beta1Autoscaling.MetricStatus.Builder>public V2beta1Autoscaling.MetricStatus.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<V2beta1Autoscaling.MetricStatus.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<V2beta1Autoscaling.MetricStatus.Builder>public V2beta1Autoscaling.MetricStatus getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic V2beta1Autoscaling.MetricStatus build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic V2beta1Autoscaling.MetricStatus buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic V2beta1Autoscaling.MetricStatus.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<V2beta1Autoscaling.MetricStatus.Builder>public V2beta1Autoscaling.MetricStatus.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<V2beta1Autoscaling.MetricStatus.Builder>public V2beta1Autoscaling.MetricStatus.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<V2beta1Autoscaling.MetricStatus.Builder>public V2beta1Autoscaling.MetricStatus.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<V2beta1Autoscaling.MetricStatus.Builder>public V2beta1Autoscaling.MetricStatus.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V2beta1Autoscaling.MetricStatus.Builder>public V2beta1Autoscaling.MetricStatus.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V2beta1Autoscaling.MetricStatus.Builder>public V2beta1Autoscaling.MetricStatus.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V2beta1Autoscaling.MetricStatus.Builder>public V2beta1Autoscaling.MetricStatus.Builder mergeFrom(V2beta1Autoscaling.MetricStatus other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<V2beta1Autoscaling.MetricStatus.Builder>public V2beta1Autoscaling.MetricStatus.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V2beta1Autoscaling.MetricStatus.Builder>IOExceptionpublic boolean hasType()
type is the type of metric source. It will be one of "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
optional string type = 1;hasType in interface V2beta1Autoscaling.MetricStatusOrBuilderpublic String getType()
type is the type of metric source. It will be one of "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
optional string type = 1;getType in interface V2beta1Autoscaling.MetricStatusOrBuilderpublic com.google.protobuf.ByteString getTypeBytes()
type is the type of metric source. It will be one of "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
optional string type = 1;getTypeBytes in interface V2beta1Autoscaling.MetricStatusOrBuilderpublic V2beta1Autoscaling.MetricStatus.Builder setType(String value)
type is the type of metric source. It will be one of "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
optional string type = 1;public V2beta1Autoscaling.MetricStatus.Builder clearType()
type is the type of metric source. It will be one of "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
optional string type = 1;public V2beta1Autoscaling.MetricStatus.Builder setTypeBytes(com.google.protobuf.ByteString value)
type is the type of metric source. It will be one of "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
optional string type = 1;public boolean hasObject()
object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object). +optional
optional .k8s.io.api.autoscaling.v2beta1.ObjectMetricStatus object = 2;hasObject in interface V2beta1Autoscaling.MetricStatusOrBuilderpublic V2beta1Autoscaling.ObjectMetricStatus getObject()
object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object). +optional
optional .k8s.io.api.autoscaling.v2beta1.ObjectMetricStatus object = 2;getObject in interface V2beta1Autoscaling.MetricStatusOrBuilderpublic V2beta1Autoscaling.MetricStatus.Builder setObject(V2beta1Autoscaling.ObjectMetricStatus value)
object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object). +optional
optional .k8s.io.api.autoscaling.v2beta1.ObjectMetricStatus object = 2;public V2beta1Autoscaling.MetricStatus.Builder setObject(V2beta1Autoscaling.ObjectMetricStatus.Builder builderForValue)
object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object). +optional
optional .k8s.io.api.autoscaling.v2beta1.ObjectMetricStatus object = 2;public V2beta1Autoscaling.MetricStatus.Builder mergeObject(V2beta1Autoscaling.ObjectMetricStatus value)
object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object). +optional
optional .k8s.io.api.autoscaling.v2beta1.ObjectMetricStatus object = 2;public V2beta1Autoscaling.MetricStatus.Builder clearObject()
object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object). +optional
optional .k8s.io.api.autoscaling.v2beta1.ObjectMetricStatus object = 2;public V2beta1Autoscaling.ObjectMetricStatus.Builder getObjectBuilder()
object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object). +optional
optional .k8s.io.api.autoscaling.v2beta1.ObjectMetricStatus object = 2;public V2beta1Autoscaling.ObjectMetricStatusOrBuilder getObjectOrBuilder()
object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object). +optional
optional .k8s.io.api.autoscaling.v2beta1.ObjectMetricStatus object = 2;getObjectOrBuilder in interface V2beta1Autoscaling.MetricStatusOrBuilderpublic boolean hasPods()
pods refers to a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value. +optional
optional .k8s.io.api.autoscaling.v2beta1.PodsMetricStatus pods = 3;hasPods in interface V2beta1Autoscaling.MetricStatusOrBuilderpublic V2beta1Autoscaling.PodsMetricStatus getPods()
pods refers to a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value. +optional
optional .k8s.io.api.autoscaling.v2beta1.PodsMetricStatus pods = 3;getPods in interface V2beta1Autoscaling.MetricStatusOrBuilderpublic V2beta1Autoscaling.MetricStatus.Builder setPods(V2beta1Autoscaling.PodsMetricStatus value)
pods refers to a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value. +optional
optional .k8s.io.api.autoscaling.v2beta1.PodsMetricStatus pods = 3;public V2beta1Autoscaling.MetricStatus.Builder setPods(V2beta1Autoscaling.PodsMetricStatus.Builder builderForValue)
pods refers to a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value. +optional
optional .k8s.io.api.autoscaling.v2beta1.PodsMetricStatus pods = 3;public V2beta1Autoscaling.MetricStatus.Builder mergePods(V2beta1Autoscaling.PodsMetricStatus value)
pods refers to a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value. +optional
optional .k8s.io.api.autoscaling.v2beta1.PodsMetricStatus pods = 3;public V2beta1Autoscaling.MetricStatus.Builder clearPods()
pods refers to a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value. +optional
optional .k8s.io.api.autoscaling.v2beta1.PodsMetricStatus pods = 3;public V2beta1Autoscaling.PodsMetricStatus.Builder getPodsBuilder()
pods refers to a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value. +optional
optional .k8s.io.api.autoscaling.v2beta1.PodsMetricStatus pods = 3;public V2beta1Autoscaling.PodsMetricStatusOrBuilder getPodsOrBuilder()
pods refers to a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value. +optional
optional .k8s.io.api.autoscaling.v2beta1.PodsMetricStatus pods = 3;getPodsOrBuilder in interface V2beta1Autoscaling.MetricStatusOrBuilderpublic boolean hasResource()
resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. +optional
optional .k8s.io.api.autoscaling.v2beta1.ResourceMetricStatus resource = 4;
hasResource in interface V2beta1Autoscaling.MetricStatusOrBuilderpublic V2beta1Autoscaling.ResourceMetricStatus getResource()
resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. +optional
optional .k8s.io.api.autoscaling.v2beta1.ResourceMetricStatus resource = 4;
getResource in interface V2beta1Autoscaling.MetricStatusOrBuilderpublic V2beta1Autoscaling.MetricStatus.Builder setResource(V2beta1Autoscaling.ResourceMetricStatus value)
resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. +optional
optional .k8s.io.api.autoscaling.v2beta1.ResourceMetricStatus resource = 4;
public V2beta1Autoscaling.MetricStatus.Builder setResource(V2beta1Autoscaling.ResourceMetricStatus.Builder builderForValue)
resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. +optional
optional .k8s.io.api.autoscaling.v2beta1.ResourceMetricStatus resource = 4;
public V2beta1Autoscaling.MetricStatus.Builder mergeResource(V2beta1Autoscaling.ResourceMetricStatus value)
resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. +optional
optional .k8s.io.api.autoscaling.v2beta1.ResourceMetricStatus resource = 4;
public V2beta1Autoscaling.MetricStatus.Builder clearResource()
resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. +optional
optional .k8s.io.api.autoscaling.v2beta1.ResourceMetricStatus resource = 4;
public V2beta1Autoscaling.ResourceMetricStatus.Builder getResourceBuilder()
resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. +optional
optional .k8s.io.api.autoscaling.v2beta1.ResourceMetricStatus resource = 4;
public V2beta1Autoscaling.ResourceMetricStatusOrBuilder getResourceOrBuilder()
resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. +optional
optional .k8s.io.api.autoscaling.v2beta1.ResourceMetricStatus resource = 4;
getResourceOrBuilder in interface V2beta1Autoscaling.MetricStatusOrBuilderpublic boolean hasExternal()
external refers to a global metric that is not associated with any Kubernetes object. It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). +optional
optional .k8s.io.api.autoscaling.v2beta1.ExternalMetricStatus external = 5;
hasExternal in interface V2beta1Autoscaling.MetricStatusOrBuilderpublic V2beta1Autoscaling.ExternalMetricStatus getExternal()
external refers to a global metric that is not associated with any Kubernetes object. It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). +optional
optional .k8s.io.api.autoscaling.v2beta1.ExternalMetricStatus external = 5;
getExternal in interface V2beta1Autoscaling.MetricStatusOrBuilderpublic V2beta1Autoscaling.MetricStatus.Builder setExternal(V2beta1Autoscaling.ExternalMetricStatus value)
external refers to a global metric that is not associated with any Kubernetes object. It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). +optional
optional .k8s.io.api.autoscaling.v2beta1.ExternalMetricStatus external = 5;
public V2beta1Autoscaling.MetricStatus.Builder setExternal(V2beta1Autoscaling.ExternalMetricStatus.Builder builderForValue)
external refers to a global metric that is not associated with any Kubernetes object. It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). +optional
optional .k8s.io.api.autoscaling.v2beta1.ExternalMetricStatus external = 5;
public V2beta1Autoscaling.MetricStatus.Builder mergeExternal(V2beta1Autoscaling.ExternalMetricStatus value)
external refers to a global metric that is not associated with any Kubernetes object. It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). +optional
optional .k8s.io.api.autoscaling.v2beta1.ExternalMetricStatus external = 5;
public V2beta1Autoscaling.MetricStatus.Builder clearExternal()
external refers to a global metric that is not associated with any Kubernetes object. It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). +optional
optional .k8s.io.api.autoscaling.v2beta1.ExternalMetricStatus external = 5;
public V2beta1Autoscaling.ExternalMetricStatus.Builder getExternalBuilder()
external refers to a global metric that is not associated with any Kubernetes object. It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). +optional
optional .k8s.io.api.autoscaling.v2beta1.ExternalMetricStatus external = 5;
public V2beta1Autoscaling.ExternalMetricStatusOrBuilder getExternalOrBuilder()
external refers to a global metric that is not associated with any Kubernetes object. It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). +optional
optional .k8s.io.api.autoscaling.v2beta1.ExternalMetricStatus external = 5;
getExternalOrBuilder in interface V2beta1Autoscaling.MetricStatusOrBuilderpublic final V2beta1Autoscaling.MetricStatus.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V2beta1Autoscaling.MetricStatus.Builder>public final V2beta1Autoscaling.MetricStatus.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V2beta1Autoscaling.MetricStatus.Builder>Copyright © 2020. All rights reserved.