public static interface V2beta2Autoscaling.HorizontalPodAutoscalerListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V2beta2Autoscaling.HorizontalPodAutoscaler |
getItems(int index)
items is the list of horizontal pod autoscaler objects.
|
int |
getItemsCount()
items is the list of horizontal pod autoscaler objects.
|
List<V2beta2Autoscaling.HorizontalPodAutoscaler> |
getItemsList()
items is the list of horizontal pod autoscaler objects.
|
V2beta2Autoscaling.HorizontalPodAutoscalerOrBuilder |
getItemsOrBuilder(int index)
items is the list of horizontal pod autoscaler objects.
|
List<? extends V2beta2Autoscaling.HorizontalPodAutoscalerOrBuilder> |
getItemsOrBuilderList()
items is the list of horizontal pod autoscaler objects.
|
Meta.ListMeta |
getMetadata()
metadata is the standard list metadata.
|
Meta.ListMetaOrBuilder |
getMetadataOrBuilder()
metadata is the standard list metadata.
|
boolean |
hasMetadata()
metadata is the standard list metadata.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetadata()
metadata is the standard list metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;Meta.ListMeta getMetadata()
metadata is the standard list metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;Meta.ListMetaOrBuilder getMetadataOrBuilder()
metadata is the standard list metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;List<V2beta2Autoscaling.HorizontalPodAutoscaler> getItemsList()
items is the list of horizontal pod autoscaler objects.
repeated .k8s.io.api.autoscaling.v2beta2.HorizontalPodAutoscaler items = 2;V2beta2Autoscaling.HorizontalPodAutoscaler getItems(int index)
items is the list of horizontal pod autoscaler objects.
repeated .k8s.io.api.autoscaling.v2beta2.HorizontalPodAutoscaler items = 2;int getItemsCount()
items is the list of horizontal pod autoscaler objects.
repeated .k8s.io.api.autoscaling.v2beta2.HorizontalPodAutoscaler items = 2;List<? extends V2beta2Autoscaling.HorizontalPodAutoscalerOrBuilder> getItemsOrBuilderList()
items is the list of horizontal pod autoscaler objects.
repeated .k8s.io.api.autoscaling.v2beta2.HorizontalPodAutoscaler items = 2;V2beta2Autoscaling.HorizontalPodAutoscalerOrBuilder getItemsOrBuilder(int index)
items is the list of horizontal pod autoscaler objects.
repeated .k8s.io.api.autoscaling.v2beta2.HorizontalPodAutoscaler items = 2;Copyright © 2023. All rights reserved.