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