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 Type
    Method
    Description
    getPreferAvoidPods(int index)
    Bounded-sized list of signatures of pods that should avoid this node, sorted in timestamp order from oldest to newest.
    int
    Bounded-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.
    Bounded-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.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      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;
    • 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

      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;