public static interface V1Autoscaling.ScaleStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getReplicas()
actual number of observed instances of the scaled object.
|
String |
getSelector()
label query over pods that should match the replicas count.
|
com.google.protobuf.ByteString |
getSelectorBytes()
label query over pods that should match the replicas count.
|
boolean |
hasReplicas()
actual number of observed instances of the scaled object.
|
boolean |
hasSelector()
label query over pods that should match the replicas count.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasReplicas()
actual number of observed instances of the scaled object.
optional int32 replicas = 1;
int getReplicas()
actual number of observed instances of the scaled object.
optional int32 replicas = 1;
boolean hasSelector()
label query over pods that should match the replicas count. This is same as the label selector but in the string format to avoid introspection by clients. The string will be in the same format as the query-param syntax. More info about label selectors: http://kubernetes.io/docs/user-guide/labels#label-selectors +optional
optional string selector = 2;
String getSelector()
label query over pods that should match the replicas count. This is same as the label selector but in the string format to avoid introspection by clients. The string will be in the same format as the query-param syntax. More info about label selectors: http://kubernetes.io/docs/user-guide/labels#label-selectors +optional
optional string selector = 2;
com.google.protobuf.ByteString getSelectorBytes()
label query over pods that should match the replicas count. This is same as the label selector but in the string format to avoid introspection by clients. The string will be in the same format as the query-param syntax. More info about label selectors: http://kubernetes.io/docs/user-guide/labels#label-selectors +optional
optional string selector = 2;
Copyright © 2021. All rights reserved.