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

io.fabric8.kubernetes.api.model.extensions.LabelSelectorFluent Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package io.fabric8.kubernetes.api.model.extensions;

import io.fabric8.kubernetes.api.builder.Fluent;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonProperty;
import javax.validation.Valid;
import java.lang.String;
import java.util.Map;
import java.lang.Object;
import com.fasterxml.jackson.annotation.JsonIgnore;
import io.fabric8.kubernetes.api.builder.Nested;

public interface LabelSelectorFluent> extends Fluent{


    public A addToMatchExpressions(LabelSelectorRequirement... items);
    public A removeFromMatchExpressions(LabelSelectorRequirement... items);
    public List getMatchExpressions();
    public A withMatchExpressions(List matchExpressions);
    public A withMatchExpressions(LabelSelectorRequirement... matchExpressions);
    public LabelSelectorFluent.MatchExpressionsNested addNewMatchExpression();
    public LabelSelectorFluent.MatchExpressionsNested addNewMatchExpressionLike(LabelSelectorRequirement item);
    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 interface MatchExpressionsNested extends Nested,LabelSelectorRequirementFluent>{

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


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy