Package io.kubernetes.client.proto
Interface V1Autoscaling.HorizontalPodAutoscalerListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1Autoscaling.HorizontalPodAutoscalerList,V1Autoscaling.HorizontalPodAutoscalerList.Builder
- Enclosing class:
- V1Autoscaling
public static interface V1Autoscaling.HorizontalPodAutoscalerListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetItems(int index) list of horizontal pod autoscaler objects.intlist of horizontal pod autoscaler objects.list of horizontal pod autoscaler objects.getItemsOrBuilder(int index) list of horizontal pod autoscaler objects.list of horizontal pod autoscaler objects.Standard list metadata.Standard list metadata.booleanStandard list metadata.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
-
hasMetadata
boolean hasMetadata()Standard list metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1; -
getMetadata
Meta.ListMeta getMetadata()Standard list metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1; -
getMetadataOrBuilder
Meta.ListMetaOrBuilder getMetadataOrBuilder()Standard list metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1; -
getItemsList
List<V1Autoscaling.HorizontalPodAutoscaler> getItemsList()list of horizontal pod autoscaler objects.
repeated .k8s.io.api.autoscaling.v1.HorizontalPodAutoscaler items = 2; -
getItems
list of horizontal pod autoscaler objects.
repeated .k8s.io.api.autoscaling.v1.HorizontalPodAutoscaler items = 2; -
getItemsCount
int getItemsCount()list of horizontal pod autoscaler objects.
repeated .k8s.io.api.autoscaling.v1.HorizontalPodAutoscaler items = 2; -
getItemsOrBuilderList
List<? extends V1Autoscaling.HorizontalPodAutoscalerOrBuilder> getItemsOrBuilderList()list of horizontal pod autoscaler objects.
repeated .k8s.io.api.autoscaling.v1.HorizontalPodAutoscaler items = 2; -
getItemsOrBuilder
list of horizontal pod autoscaler objects.
repeated .k8s.io.api.autoscaling.v1.HorizontalPodAutoscaler items = 2;
-