All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.kubernetes.client.openapi.models.V1NodeSelectorTermFluent Maven / Gradle / Ivy

package io.kubernetes.client.openapi.models;

import io.kubernetes.client.fluent.VisitableBuilder;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.util.ArrayList;
import java.util.function.Predicate;
import java.lang.Deprecated;
import java.util.Iterator;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;

 /**
  * Generated
  */
public interface V1NodeSelectorTermFluent> extends Fluent{
  public A addToMatchExpressions(int index,V1NodeSelectorRequirement item);
  public A setToMatchExpressions(int index,V1NodeSelectorRequirement item);
  public A addToMatchExpressions(io.kubernetes.client.openapi.models.V1NodeSelectorRequirement... items);
  public A addAllToMatchExpressions(Collection items);
  public A removeFromMatchExpressions(io.kubernetes.client.openapi.models.V1NodeSelectorRequirement... items);
  public A removeAllFromMatchExpressions(Collection items);
  public A removeMatchingFromMatchExpressions(Predicate predicate);
  
  /**
   * This method has been deprecated, please use method buildMatchExpressions instead.
   * @return The buildable object.
   */
  @Deprecated
  public List getMatchExpressions();
  public List buildMatchExpressions();
  public V1NodeSelectorRequirement buildMatchExpression(int index);
  public V1NodeSelectorRequirement buildFirstMatchExpression();
  public V1NodeSelectorRequirement buildLastMatchExpression();
  public V1NodeSelectorRequirement buildMatchingMatchExpression(Predicate predicate);
  public Boolean hasMatchingMatchExpression(Predicate predicate);
  public A withMatchExpressions(List matchExpressions);
  public A withMatchExpressions(io.kubernetes.client.openapi.models.V1NodeSelectorRequirement... matchExpressions);
  public Boolean hasMatchExpressions();
  public V1NodeSelectorTermFluent.MatchExpressionsNested addNewMatchExpression();
  public V1NodeSelectorTermFluent.MatchExpressionsNested addNewMatchExpressionLike(V1NodeSelectorRequirement item);
  public V1NodeSelectorTermFluent.MatchExpressionsNested setNewMatchExpressionLike(int index,V1NodeSelectorRequirement item);
  public V1NodeSelectorTermFluent.MatchExpressionsNested editMatchExpression(int index);
  public V1NodeSelectorTermFluent.MatchExpressionsNested editFirstMatchExpression();
  public V1NodeSelectorTermFluent.MatchExpressionsNested editLastMatchExpression();
  public V1NodeSelectorTermFluent.MatchExpressionsNested editMatchingMatchExpression(Predicate predicate);
  public A addToMatchFields(int index,V1NodeSelectorRequirement item);
  public A setToMatchFields(int index,V1NodeSelectorRequirement item);
  public A addToMatchFields(io.kubernetes.client.openapi.models.V1NodeSelectorRequirement... items);
  public A addAllToMatchFields(Collection items);
  public A removeFromMatchFields(io.kubernetes.client.openapi.models.V1NodeSelectorRequirement... items);
  public A removeAllFromMatchFields(Collection items);
  public A removeMatchingFromMatchFields(Predicate predicate);
  
  /**
   * This method has been deprecated, please use method buildMatchFields instead.
   * @return The buildable object.
   */
  @Deprecated
  public List getMatchFields();
  public List buildMatchFields();
  public V1NodeSelectorRequirement buildMatchField(int index);
  public V1NodeSelectorRequirement buildFirstMatchField();
  public V1NodeSelectorRequirement buildLastMatchField();
  public V1NodeSelectorRequirement buildMatchingMatchField(Predicate predicate);
  public Boolean hasMatchingMatchField(Predicate predicate);
  public A withMatchFields(List matchFields);
  public A withMatchFields(io.kubernetes.client.openapi.models.V1NodeSelectorRequirement... matchFields);
  public Boolean hasMatchFields();
  public V1NodeSelectorTermFluent.MatchFieldsNested addNewMatchField();
  public V1NodeSelectorTermFluent.MatchFieldsNested addNewMatchFieldLike(V1NodeSelectorRequirement item);
  public V1NodeSelectorTermFluent.MatchFieldsNested setNewMatchFieldLike(int index,V1NodeSelectorRequirement item);
  public V1NodeSelectorTermFluent.MatchFieldsNested editMatchField(int index);
  public V1NodeSelectorTermFluent.MatchFieldsNested editFirstMatchField();
  public V1NodeSelectorTermFluent.MatchFieldsNested editLastMatchField();
  public V1NodeSelectorTermFluent.MatchFieldsNested editMatchingMatchField(Predicate predicate);
  public interface MatchExpressionsNested extends Nested,V1NodeSelectorRequirementFluent>{
    public N and();
    public N endMatchExpression();
    
  }
  public interface MatchFieldsNested extends Nested,V1NodeSelectorRequirementFluent>{
    public N and();
    public N endMatchField();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy