annotations.me.snowdrop.istio.api.model.v1.mixer.ReferencedAttributesFluent Maven / Gradle / Ivy
package me.snowdrop.istio.api.model.v1.mixer;
import com.fasterxml.jackson.annotation.JsonPropertyDescription;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.util.ArrayList;
import java.lang.String;
import io.fabric8.kubernetes.api.builder.Predicate;
import java.lang.Deprecated;
import javax.validation.Valid;
import java.util.Collection;
import java.lang.Object;
import java.util.List;
import java.lang.Boolean;
import java.util.Map;
public interface ReferencedAttributesFluent> extends Fluent{
public A addToAttributeMatches(int index,AttributeMatch item);
public A setToAttributeMatches(int index,AttributeMatch item);
public A addToAttributeMatches(AttributeMatch... items);
public A addAllToAttributeMatches(Collection items);
public A removeFromAttributeMatches(AttributeMatch... items);
public A removeAllFromAttributeMatches(Collection items);
/**
* This method has been deprecated, please use method buildAttributeMatches instead.
*/
@Deprecated public List getAttributeMatches();
public List buildAttributeMatches();
public AttributeMatch buildAttributeMatch(int index);
public AttributeMatch buildFirstAttributeMatch();
public AttributeMatch buildLastAttributeMatch();
public AttributeMatch buildMatchingAttributeMatch(io.fabric8.kubernetes.api.builder.Predicate predicate);
public A withAttributeMatches(List attributeMatches);
public A withAttributeMatches(AttributeMatch... attributeMatches);
public Boolean hasAttributeMatches();
public ReferencedAttributesFluent.AttributeMatchesNested addNewAttributeMatch();
public ReferencedAttributesFluent.AttributeMatchesNested addNewAttributeMatchLike(AttributeMatch item);
public ReferencedAttributesFluent.AttributeMatchesNested setNewAttributeMatchLike(int index,AttributeMatch item);
public ReferencedAttributesFluent.AttributeMatchesNested editAttributeMatch(int index);
public ReferencedAttributesFluent.AttributeMatchesNested editFirstAttributeMatch();
public ReferencedAttributesFluent.AttributeMatchesNested editLastAttributeMatch();
public ReferencedAttributesFluent.AttributeMatchesNested editMatchingAttributeMatch(io.fabric8.kubernetes.api.builder.Predicate predicate);
public A addToWords(int index,String item);
public A setToWords(int index,String item);
public A addToWords(String... items);
public A addAllToWords(Collection items);
public A removeFromWords(String... items);
public A removeAllFromWords(Collection items);
public List getWords();
public String getWord(int index);
public String getFirstWord();
public String getLastWord();
public String getMatchingWord(io.fabric8.kubernetes.api.builder.Predicate predicate);
public A withWords(List words);
public A withWords(String... words);
public Boolean hasWords();
public interface AttributeMatchesNested extends io.fabric8.kubernetes.api.builder.Nested,AttributeMatchFluent>{
public N and(); public N endAttributeMatch();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy