Package flyteidl.admin
Interface ClusterAssignmentOuterClass.TolerationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClusterAssignmentOuterClass.Toleration,ClusterAssignmentOuterClass.Toleration.Builder
- Enclosing class:
- ClusterAssignmentOuterClass
public static interface ClusterAssignmentOuterClass.TolerationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClusterAssignmentOuterClass.SelectorgetSelectors(int index)A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.intgetSelectorsCount()A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.List<ClusterAssignmentOuterClass.Selector>getSelectorsList()A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.ClusterAssignmentOuterClass.SelectorOrBuildergetSelectorsOrBuilder(int index)A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.List<? extends ClusterAssignmentOuterClass.SelectorOrBuilder>getSelectorsOrBuilderList()A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSelectorsList
List<ClusterAssignmentOuterClass.Selector> getSelectorsList()
A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.
repeated .flyteidl.admin.Selector selectors = 1;
-
getSelectors
ClusterAssignmentOuterClass.Selector getSelectors(int index)
A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.
repeated .flyteidl.admin.Selector selectors = 1;
-
getSelectorsCount
int getSelectorsCount()
A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.
repeated .flyteidl.admin.Selector selectors = 1;
-
getSelectorsOrBuilderList
List<? extends ClusterAssignmentOuterClass.SelectorOrBuilder> getSelectorsOrBuilderList()
A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.
repeated .flyteidl.admin.Selector selectors = 1;
-
getSelectorsOrBuilder
ClusterAssignmentOuterClass.SelectorOrBuilder getSelectorsOrBuilder(int index)
A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.
repeated .flyteidl.admin.Selector selectors = 1;
-
-