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

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

There is a newer version: 22.0.0
Show newest version
package io.kubernetes.client.openapi.models;

import io.kubernetes.client.fluent.VisitableBuilder;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.util.ArrayList;
import java.lang.String;
import java.util.LinkedHashMap;
import java.util.function.Predicate;
import java.lang.Integer;
import java.lang.Deprecated;
import java.util.Iterator;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;
import java.util.Map;

 /**
  * Generated
  */
public interface V1LabelSelectorFluent> extends Fluent{
  public A addToMatchExpressions(Integer index,V1LabelSelectorRequirement item);
  public A setToMatchExpressions(Integer index,V1LabelSelectorRequirement item);
  public A addToMatchExpressions(io.kubernetes.client.openapi.models.V1LabelSelectorRequirement... items);
  public A addAllToMatchExpressions(Collection items);
  public A removeFromMatchExpressions(io.kubernetes.client.openapi.models.V1LabelSelectorRequirement... 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 V1LabelSelectorRequirement buildMatchExpression(Integer index);
  public V1LabelSelectorRequirement buildFirstMatchExpression();
  public V1LabelSelectorRequirement buildLastMatchExpression();
  public V1LabelSelectorRequirement buildMatchingMatchExpression(Predicate predicate);
  public Boolean hasMatchingMatchExpression(Predicate predicate);
  public A withMatchExpressions(List matchExpressions);
  public A withMatchExpressions(io.kubernetes.client.openapi.models.V1LabelSelectorRequirement... matchExpressions);
  public Boolean hasMatchExpressions();
  public V1LabelSelectorFluent.MatchExpressionsNested addNewMatchExpression();
  public V1LabelSelectorFluent.MatchExpressionsNested addNewMatchExpressionLike(V1LabelSelectorRequirement item);
  public V1LabelSelectorFluent.MatchExpressionsNested setNewMatchExpressionLike(Integer index,V1LabelSelectorRequirement item);
  public V1LabelSelectorFluent.MatchExpressionsNested editMatchExpression(Integer index);
  public V1LabelSelectorFluent.MatchExpressionsNested editFirstMatchExpression();
  public V1LabelSelectorFluent.MatchExpressionsNested editLastMatchExpression();
  public V1LabelSelectorFluent.MatchExpressionsNested editMatchingMatchExpression(Predicate predicate);
  public A addToMatchLabels(String key,String value);
  public A addToMatchLabels(Map map);
  public A removeFromMatchLabels(String key);
  public A removeFromMatchLabels(Map map);
  public Map getMatchLabels();
  public A withMatchLabels(Map matchLabels);
  public Boolean hasMatchLabels();
  public interface MatchExpressionsNested extends Nested,V1LabelSelectorRequirementFluent>{
    public N and();
    public N endMatchExpression();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy