Interface ClusterAssignmentOuterClass.TolerationOrBuilder

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