Package io.kubernetes.client.proto
Interface V1Autoscaling.ScaleStatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1Autoscaling.ScaleStatus,V1Autoscaling.ScaleStatus.Builder
- Enclosing class:
- V1Autoscaling
public static interface V1Autoscaling.ScaleStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintactual number of observed instances of the scaled object.label query over pods that should match the replicas count.com.google.protobuf.ByteStringlabel query over pods that should match the replicas count.booleanactual number of observed instances of the scaled object.booleanlabel query over pods that should match the replicas count.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasReplicas
boolean hasReplicas()actual number of observed instances of the scaled object.
optional int32 replicas = 1; -
getReplicas
int getReplicas()actual number of observed instances of the scaled object.
optional int32 replicas = 1; -
hasSelector
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: https://kubernetes.io/docs/user-guide/labels#label-selectors +optional
optional string selector = 2; -
getSelector
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: https://kubernetes.io/docs/user-guide/labels#label-selectors +optional
optional string selector = 2; -
getSelectorBytes
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: https://kubernetes.io/docs/user-guide/labels#label-selectors +optional
optional string selector = 2;
-