public static interface V1beta1Apps.ScaleStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsSelector(String key)
label query over pods that should match the replicas count.
|
int |
getReplicas()
actual number of observed instances of the scaled object.
|
Map<String,String> |
getSelector()
Deprecated.
|
int |
getSelectorCount()
label query over pods that should match the replicas count.
|
Map<String,String> |
getSelectorMap()
label query over pods that should match the replicas count.
|
String |
getSelectorOrDefault(String key,
String defaultValue)
label query over pods that should match the replicas count.
|
String |
getSelectorOrThrow(String key)
label query over pods that should match the replicas count.
|
String |
getTargetSelector()
label selector for pods that should match the replicas count.
|
com.google.protobuf.ByteString |
getTargetSelectorBytes()
label selector for pods that should match the replicas count.
|
boolean |
hasReplicas()
actual number of observed instances of the scaled object.
|
boolean |
hasTargetSelector()
label selector for pods that should match the replicas count.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;int getSelectorCount()
label query over pods that should match the replicas count. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors +optional
map<string, string> selector = 2;boolean containsSelector(String key)
label query over pods that should match the replicas count. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors +optional
map<string, string> selector = 2;@Deprecated Map<String,String> getSelector()
getSelectorMap() instead.Map<String,String> getSelectorMap()
label query over pods that should match the replicas count. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors +optional
map<string, string> selector = 2;String getSelectorOrDefault(String key, String defaultValue)
label query over pods that should match the replicas count. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors +optional
map<string, string> selector = 2;String getSelectorOrThrow(String key)
label query over pods that should match the replicas count. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors +optional
map<string, string> selector = 2;boolean hasTargetSelector()
label selector for pods that should match the replicas count. This is a serializated version of both map-based and more expressive set-based selectors. This is done to avoid introspection in the clients. The string will be in the same format as the query-param syntax. If the target type only supports map-based selectors, both this field and map-based selector field are populated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors +optional
optional string targetSelector = 3;String getTargetSelector()
label selector for pods that should match the replicas count. This is a serializated version of both map-based and more expressive set-based selectors. This is done to avoid introspection in the clients. The string will be in the same format as the query-param syntax. If the target type only supports map-based selectors, both this field and map-based selector field are populated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors +optional
optional string targetSelector = 3;com.google.protobuf.ByteString getTargetSelectorBytes()
label selector for pods that should match the replicas count. This is a serializated version of both map-based and more expressive set-based selectors. This is done to avoid introspection in the clients. The string will be in the same format as the query-param syntax. If the target type only supports map-based selectors, both this field and map-based selector field are populated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors +optional
optional string targetSelector = 3;Copyright © 2019. All rights reserved.