Package io.kubernetes.client.proto
Interface V1.AvoidPodsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.AvoidPods,V1.AvoidPods.Builder
- Enclosing class:
- V1
public static interface V1.AvoidPodsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPreferAvoidPods(int index) Bounded-sized list of signatures of pods that should avoid this node, sorted in timestamp order from oldest to newest.intBounded-sized list of signatures of pods that should avoid this node, sorted in timestamp order from oldest to newest.Bounded-sized list of signatures of pods that should avoid this node, sorted in timestamp order from oldest to newest.getPreferAvoidPodsOrBuilder(int index) Bounded-sized list of signatures of pods that should avoid this node, sorted in timestamp order from oldest to newest.List<? extends V1.PreferAvoidPodsEntryOrBuilder>Bounded-sized list of signatures of pods that should avoid this node, sorted in timestamp order from oldest to newest.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
-
getPreferAvoidPodsList
List<V1.PreferAvoidPodsEntry> getPreferAvoidPodsList()Bounded-sized list of signatures of pods that should avoid this node, sorted in timestamp order from oldest to newest. Size of the slice is unspecified. +optional
repeated .k8s.io.api.core.v1.PreferAvoidPodsEntry preferAvoidPods = 1; -
getPreferAvoidPods
Bounded-sized list of signatures of pods that should avoid this node, sorted in timestamp order from oldest to newest. Size of the slice is unspecified. +optional
repeated .k8s.io.api.core.v1.PreferAvoidPodsEntry preferAvoidPods = 1; -
getPreferAvoidPodsCount
int getPreferAvoidPodsCount()Bounded-sized list of signatures of pods that should avoid this node, sorted in timestamp order from oldest to newest. Size of the slice is unspecified. +optional
repeated .k8s.io.api.core.v1.PreferAvoidPodsEntry preferAvoidPods = 1; -
getPreferAvoidPodsOrBuilderList
List<? extends V1.PreferAvoidPodsEntryOrBuilder> getPreferAvoidPodsOrBuilderList()Bounded-sized list of signatures of pods that should avoid this node, sorted in timestamp order from oldest to newest. Size of the slice is unspecified. +optional
repeated .k8s.io.api.core.v1.PreferAvoidPodsEntry preferAvoidPods = 1; -
getPreferAvoidPodsOrBuilder
Bounded-sized list of signatures of pods that should avoid this node, sorted in timestamp order from oldest to newest. Size of the slice is unspecified. +optional
repeated .k8s.io.api.core.v1.PreferAvoidPodsEntry preferAvoidPods = 1;
-