Package k8s.io.api.core.v1
Interface Generated.AvoidPodsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.AvoidPods,Generated.AvoidPods.Builder
- Enclosing class:
- Generated
public static interface Generated.AvoidPodsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Generated.PreferAvoidPodsEntrygetPreferAvoidPods(int index)Bounded-sized list of signatures of pods that should avoid this node, sorted in timestamp order from oldest to newest.intgetPreferAvoidPodsCount()Bounded-sized list of signatures of pods that should avoid this node, sorted in timestamp order from oldest to newest.List<Generated.PreferAvoidPodsEntry>getPreferAvoidPodsList()Bounded-sized list of signatures of pods that should avoid this node, sorted in timestamp order from oldest to newest.Generated.PreferAvoidPodsEntryOrBuildergetPreferAvoidPodsOrBuilder(int index)Bounded-sized list of signatures of pods that should avoid this node, sorted in timestamp order from oldest to newest.List<? extends Generated.PreferAvoidPodsEntryOrBuilder>getPreferAvoidPodsOrBuilderList()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.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPreferAvoidPodsList
List<Generated.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 +listType=atomic
repeated .k8s.io.api.core.v1.PreferAvoidPodsEntry preferAvoidPods = 1;
-
getPreferAvoidPods
Generated.PreferAvoidPodsEntry getPreferAvoidPods(int index)
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 +listType=atomic
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 +listType=atomic
repeated .k8s.io.api.core.v1.PreferAvoidPodsEntry preferAvoidPods = 1;
-
getPreferAvoidPodsOrBuilderList
List<? extends Generated.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 +listType=atomic
repeated .k8s.io.api.core.v1.PreferAvoidPodsEntry preferAvoidPods = 1;
-
getPreferAvoidPodsOrBuilder
Generated.PreferAvoidPodsEntryOrBuilder getPreferAvoidPodsOrBuilder(int index)
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 +listType=atomic
repeated .k8s.io.api.core.v1.PreferAvoidPodsEntry preferAvoidPods = 1;
-
-