public static interface V1.AvoidPodsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
V1.PreferAvoidPodsEntry |
getPreferAvoidPods(int index)
Bounded-sized list of signatures of pods that should avoid this node, sorted
in timestamp order from oldest to newest.
|
int |
getPreferAvoidPodsCount()
Bounded-sized list of signatures of pods that should avoid this node, sorted
in timestamp order from oldest to newest.
|
List<V1.PreferAvoidPodsEntry> |
getPreferAvoidPodsList()
Bounded-sized list of signatures of pods that should avoid this node, sorted
in timestamp order from oldest to newest.
|
V1.PreferAvoidPodsEntryOrBuilder |
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> |
getPreferAvoidPodsOrBuilderList()
Bounded-sized list of signatures of pods that should avoid this node, sorted
in timestamp order from oldest to newest.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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;
V1.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
repeated .k8s.io.api.core.v1.PreferAvoidPodsEntry preferAvoidPods = 1;
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;
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;
V1.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
repeated .k8s.io.api.core.v1.PreferAvoidPodsEntry preferAvoidPods = 1;
Copyright © 2021. All rights reserved.