public static final class V2beta1Autoscaling.HorizontalPodAutoscalerStatus extends com.google.protobuf.GeneratedMessageV3 implements V2beta1Autoscaling.HorizontalPodAutoscalerStatusOrBuilder
HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.Protobuf type
k8s.io.api.autoscaling.v2beta1.HorizontalPodAutoscalerStatus| Modifier and Type | Class and Description |
|---|---|
static class |
V2beta1Autoscaling.HorizontalPodAutoscalerStatus.Builder
HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
CONDITIONS_FIELD_NUMBER |
static int |
CURRENTMETRICS_FIELD_NUMBER |
static int |
CURRENTREPLICAS_FIELD_NUMBER |
static int |
DESIREDREPLICAS_FIELD_NUMBER |
static int |
LASTSCALETIME_FIELD_NUMBER |
static int |
OBSERVEDGENERATION_FIELD_NUMBER |
static com.google.protobuf.Parser<V2beta1Autoscaling.HorizontalPodAutoscalerStatus> |
PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
V2beta1Autoscaling.HorizontalPodAutoscalerCondition |
getConditions(int index)
conditions is the set of conditions required for this autoscaler to scale its target,
and indicates whether or not those conditions are met.
|
int |
getConditionsCount()
conditions is the set of conditions required for this autoscaler to scale its target,
and indicates whether or not those conditions are met.
|
List<V2beta1Autoscaling.HorizontalPodAutoscalerCondition> |
getConditionsList()
conditions is the set of conditions required for this autoscaler to scale its target,
and indicates whether or not those conditions are met.
|
V2beta1Autoscaling.HorizontalPodAutoscalerConditionOrBuilder |
getConditionsOrBuilder(int index)
conditions is the set of conditions required for this autoscaler to scale its target,
and indicates whether or not those conditions are met.
|
List<? extends V2beta1Autoscaling.HorizontalPodAutoscalerConditionOrBuilder> |
getConditionsOrBuilderList()
conditions is the set of conditions required for this autoscaler to scale its target,
and indicates whether or not those conditions are met.
|
V2beta1Autoscaling.MetricStatus |
getCurrentMetrics(int index)
currentMetrics is the last read state of the metrics used by this autoscaler.
|
int |
getCurrentMetricsCount()
currentMetrics is the last read state of the metrics used by this autoscaler.
|
List<V2beta1Autoscaling.MetricStatus> |
getCurrentMetricsList()
currentMetrics is the last read state of the metrics used by this autoscaler.
|
V2beta1Autoscaling.MetricStatusOrBuilder |
getCurrentMetricsOrBuilder(int index)
currentMetrics is the last read state of the metrics used by this autoscaler.
|
List<? extends V2beta1Autoscaling.MetricStatusOrBuilder> |
getCurrentMetricsOrBuilderList()
currentMetrics is the last read state of the metrics used by this autoscaler.
|
int |
getCurrentReplicas()
currentReplicas is current number of replicas of pods managed by this autoscaler,
as last seen by the autoscaler.
|
static V2beta1Autoscaling.HorizontalPodAutoscalerStatus |
getDefaultInstance() |
V2beta1Autoscaling.HorizontalPodAutoscalerStatus |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getDesiredReplicas()
desiredReplicas is the desired number of replicas of pods managed by this autoscaler,
as last calculated by the autoscaler.
|
Meta.Time |
getLastScaleTime()
lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods,
used by the autoscaler to control how often the number of pods is changed.
|
Meta.TimeOrBuilder |
getLastScaleTimeOrBuilder()
lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods,
used by the autoscaler to control how often the number of pods is changed.
|
long |
getObservedGeneration()
observedGeneration is the most recent generation observed by this autoscaler.
|
com.google.protobuf.Parser<V2beta1Autoscaling.HorizontalPodAutoscalerStatus> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCurrentReplicas()
currentReplicas is current number of replicas of pods managed by this autoscaler,
as last seen by the autoscaler.
|
boolean |
hasDesiredReplicas()
desiredReplicas is the desired number of replicas of pods managed by this autoscaler,
as last calculated by the autoscaler.
|
int |
hashCode() |
boolean |
hasLastScaleTime()
lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods,
used by the autoscaler to control how often the number of pods is changed.
|
boolean |
hasObservedGeneration()
observedGeneration is the most recent generation observed by this autoscaler.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static V2beta1Autoscaling.HorizontalPodAutoscalerStatus.Builder |
newBuilder() |
static V2beta1Autoscaling.HorizontalPodAutoscalerStatus.Builder |
newBuilder(V2beta1Autoscaling.HorizontalPodAutoscalerStatus prototype) |
V2beta1Autoscaling.HorizontalPodAutoscalerStatus.Builder |
newBuilderForType() |
protected V2beta1Autoscaling.HorizontalPodAutoscalerStatus.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static V2beta1Autoscaling.HorizontalPodAutoscalerStatus |
parseDelimitedFrom(InputStream input) |
static V2beta1Autoscaling.HorizontalPodAutoscalerStatus |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V2beta1Autoscaling.HorizontalPodAutoscalerStatus |
parseFrom(byte[] data) |
static V2beta1Autoscaling.HorizontalPodAutoscalerStatus |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V2beta1Autoscaling.HorizontalPodAutoscalerStatus |
parseFrom(ByteBuffer data) |
static V2beta1Autoscaling.HorizontalPodAutoscalerStatus |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V2beta1Autoscaling.HorizontalPodAutoscalerStatus |
parseFrom(com.google.protobuf.ByteString data) |
static V2beta1Autoscaling.HorizontalPodAutoscalerStatus |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V2beta1Autoscaling.HorizontalPodAutoscalerStatus |
parseFrom(com.google.protobuf.CodedInputStream input) |
static V2beta1Autoscaling.HorizontalPodAutoscalerStatus |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V2beta1Autoscaling.HorizontalPodAutoscalerStatus |
parseFrom(InputStream input) |
static V2beta1Autoscaling.HorizontalPodAutoscalerStatus |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<V2beta1Autoscaling.HorizontalPodAutoscalerStatus> |
parser() |
V2beta1Autoscaling.HorizontalPodAutoscalerStatus.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int OBSERVEDGENERATION_FIELD_NUMBER
public static final int LASTSCALETIME_FIELD_NUMBER
public static final int CURRENTREPLICAS_FIELD_NUMBER
public static final int DESIREDREPLICAS_FIELD_NUMBER
public static final int CURRENTMETRICS_FIELD_NUMBER
public static final int CONDITIONS_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<V2beta1Autoscaling.HorizontalPodAutoscalerStatus> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasObservedGeneration()
observedGeneration is the most recent generation observed by this autoscaler. +optional
optional int64 observedGeneration = 1;hasObservedGeneration in interface V2beta1Autoscaling.HorizontalPodAutoscalerStatusOrBuilderpublic long getObservedGeneration()
observedGeneration is the most recent generation observed by this autoscaler. +optional
optional int64 observedGeneration = 1;getObservedGeneration in interface V2beta1Autoscaling.HorizontalPodAutoscalerStatusOrBuilderpublic boolean hasLastScaleTime()
lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods, used by the autoscaler to control how often the number of pods is changed. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastScaleTime = 2;hasLastScaleTime in interface V2beta1Autoscaling.HorizontalPodAutoscalerStatusOrBuilderpublic Meta.Time getLastScaleTime()
lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods, used by the autoscaler to control how often the number of pods is changed. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastScaleTime = 2;getLastScaleTime in interface V2beta1Autoscaling.HorizontalPodAutoscalerStatusOrBuilderpublic Meta.TimeOrBuilder getLastScaleTimeOrBuilder()
lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods, used by the autoscaler to control how often the number of pods is changed. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastScaleTime = 2;getLastScaleTimeOrBuilder in interface V2beta1Autoscaling.HorizontalPodAutoscalerStatusOrBuilderpublic boolean hasCurrentReplicas()
currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
optional int32 currentReplicas = 3;hasCurrentReplicas in interface V2beta1Autoscaling.HorizontalPodAutoscalerStatusOrBuilderpublic int getCurrentReplicas()
currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
optional int32 currentReplicas = 3;getCurrentReplicas in interface V2beta1Autoscaling.HorizontalPodAutoscalerStatusOrBuilderpublic boolean hasDesiredReplicas()
desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
optional int32 desiredReplicas = 4;hasDesiredReplicas in interface V2beta1Autoscaling.HorizontalPodAutoscalerStatusOrBuilderpublic int getDesiredReplicas()
desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
optional int32 desiredReplicas = 4;getDesiredReplicas in interface V2beta1Autoscaling.HorizontalPodAutoscalerStatusOrBuilderpublic List<V2beta1Autoscaling.MetricStatus> getCurrentMetricsList()
currentMetrics is the last read state of the metrics used by this autoscaler. +optional
repeated .k8s.io.api.autoscaling.v2beta1.MetricStatus currentMetrics = 5;getCurrentMetricsList in interface V2beta1Autoscaling.HorizontalPodAutoscalerStatusOrBuilderpublic List<? extends V2beta1Autoscaling.MetricStatusOrBuilder> getCurrentMetricsOrBuilderList()
currentMetrics is the last read state of the metrics used by this autoscaler. +optional
repeated .k8s.io.api.autoscaling.v2beta1.MetricStatus currentMetrics = 5;getCurrentMetricsOrBuilderList in interface V2beta1Autoscaling.HorizontalPodAutoscalerStatusOrBuilderpublic int getCurrentMetricsCount()
currentMetrics is the last read state of the metrics used by this autoscaler. +optional
repeated .k8s.io.api.autoscaling.v2beta1.MetricStatus currentMetrics = 5;getCurrentMetricsCount in interface V2beta1Autoscaling.HorizontalPodAutoscalerStatusOrBuilderpublic V2beta1Autoscaling.MetricStatus getCurrentMetrics(int index)
currentMetrics is the last read state of the metrics used by this autoscaler. +optional
repeated .k8s.io.api.autoscaling.v2beta1.MetricStatus currentMetrics = 5;getCurrentMetrics in interface V2beta1Autoscaling.HorizontalPodAutoscalerStatusOrBuilderpublic V2beta1Autoscaling.MetricStatusOrBuilder getCurrentMetricsOrBuilder(int index)
currentMetrics is the last read state of the metrics used by this autoscaler. +optional
repeated .k8s.io.api.autoscaling.v2beta1.MetricStatus currentMetrics = 5;getCurrentMetricsOrBuilder in interface V2beta1Autoscaling.HorizontalPodAutoscalerStatusOrBuilderpublic List<V2beta1Autoscaling.HorizontalPodAutoscalerCondition> getConditionsList()
conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.
repeated .k8s.io.api.autoscaling.v2beta1.HorizontalPodAutoscalerCondition conditions = 6;getConditionsList in interface V2beta1Autoscaling.HorizontalPodAutoscalerStatusOrBuilderpublic List<? extends V2beta1Autoscaling.HorizontalPodAutoscalerConditionOrBuilder> getConditionsOrBuilderList()
conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.
repeated .k8s.io.api.autoscaling.v2beta1.HorizontalPodAutoscalerCondition conditions = 6;getConditionsOrBuilderList in interface V2beta1Autoscaling.HorizontalPodAutoscalerStatusOrBuilderpublic int getConditionsCount()
conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.
repeated .k8s.io.api.autoscaling.v2beta1.HorizontalPodAutoscalerCondition conditions = 6;getConditionsCount in interface V2beta1Autoscaling.HorizontalPodAutoscalerStatusOrBuilderpublic V2beta1Autoscaling.HorizontalPodAutoscalerCondition getConditions(int index)
conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.
repeated .k8s.io.api.autoscaling.v2beta1.HorizontalPodAutoscalerCondition conditions = 6;getConditions in interface V2beta1Autoscaling.HorizontalPodAutoscalerStatusOrBuilderpublic V2beta1Autoscaling.HorizontalPodAutoscalerConditionOrBuilder getConditionsOrBuilder(int index)
conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.
repeated .k8s.io.api.autoscaling.v2beta1.HorizontalPodAutoscalerCondition conditions = 6;getConditionsOrBuilder in interface V2beta1Autoscaling.HorizontalPodAutoscalerStatusOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static V2beta1Autoscaling.HorizontalPodAutoscalerStatus parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V2beta1Autoscaling.HorizontalPodAutoscalerStatus parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V2beta1Autoscaling.HorizontalPodAutoscalerStatus parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V2beta1Autoscaling.HorizontalPodAutoscalerStatus parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V2beta1Autoscaling.HorizontalPodAutoscalerStatus parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V2beta1Autoscaling.HorizontalPodAutoscalerStatus parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V2beta1Autoscaling.HorizontalPodAutoscalerStatus parseFrom(InputStream input) throws IOException
IOExceptionpublic static V2beta1Autoscaling.HorizontalPodAutoscalerStatus parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static V2beta1Autoscaling.HorizontalPodAutoscalerStatus parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static V2beta1Autoscaling.HorizontalPodAutoscalerStatus parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static V2beta1Autoscaling.HorizontalPodAutoscalerStatus parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static V2beta1Autoscaling.HorizontalPodAutoscalerStatus parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic V2beta1Autoscaling.HorizontalPodAutoscalerStatus.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static V2beta1Autoscaling.HorizontalPodAutoscalerStatus.Builder newBuilder()
public static V2beta1Autoscaling.HorizontalPodAutoscalerStatus.Builder newBuilder(V2beta1Autoscaling.HorizontalPodAutoscalerStatus prototype)
public V2beta1Autoscaling.HorizontalPodAutoscalerStatus.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected V2beta1Autoscaling.HorizontalPodAutoscalerStatus.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static V2beta1Autoscaling.HorizontalPodAutoscalerStatus getDefaultInstance()
public static com.google.protobuf.Parser<V2beta1Autoscaling.HorizontalPodAutoscalerStatus> parser()
public com.google.protobuf.Parser<V2beta1Autoscaling.HorizontalPodAutoscalerStatus> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public V2beta1Autoscaling.HorizontalPodAutoscalerStatus getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019. All rights reserved.