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

io.kubernetes.client.openapi.models.V1NodeSelectorTermFluent 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 com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.util.ArrayList;
import java.lang.String;
import io.kubernetes.client.fluent.Predicate;
import java.lang.Deprecated;
import java.util.Iterator;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;

public interface V1NodeSelectorTermFluent> extends Fluent {


    public A addToMatchExpressions(int index,V1NodeSelectorRequirement item);
    public A setToMatchExpressions(int index,V1NodeSelectorRequirement item);
    public A addToMatchExpressions(V1NodeSelectorRequirement... items);
    public A addAllToMatchExpressions(Collection items);
    public A removeFromMatchExpressions(V1NodeSelectorRequirement... items);
    public A removeAllFromMatchExpressions(Collection items);
    public A removeMatchingFromMatchExpressions(io.kubernetes.client.fluent.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(io.kubernetes.client.fluent.Predicate predicate);
    public Boolean hasMatchingMatchExpression(io.kubernetes.client.fluent.Predicate predicate);
    public A withMatchExpressions(List matchExpressions);
    public A withMatchExpressions(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(io.kubernetes.client.fluent.Predicate predicate);
    public A addToMatchFields(int index,V1NodeSelectorRequirement item);
    public A setToMatchFields(int index,V1NodeSelectorRequirement item);
    public A addToMatchFields(V1NodeSelectorRequirement... items);
    public A addAllToMatchFields(Collection items);
    public A removeFromMatchFields(V1NodeSelectorRequirement... items);
    public A removeAllFromMatchFields(Collection items);
    public A removeMatchingFromMatchFields(io.kubernetes.client.fluent.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(io.kubernetes.client.fluent.Predicate predicate);
    public Boolean hasMatchingMatchField(io.kubernetes.client.fluent.Predicate predicate);
    public A withMatchFields(List matchFields);
    public A withMatchFields(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(io.kubernetes.client.fluent.Predicate predicate);
    public interface MatchExpressionsNested extends io.kubernetes.client.fluent.Nested,V1NodeSelectorRequirementFluent> {

        public N and();
        public N endMatchExpression();    }


    public interface MatchFieldsNested extends io.kubernetes.client.fluent.Nested,V1NodeSelectorRequirementFluent> {

        public N and();
        public N endMatchField();    }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy