public class TunedMatchFluent<A extends TunedMatchFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
TunedMatchFluent.MatchNested<N> |
| Constructor and Description |
|---|
TunedMatchFluent() |
TunedMatchFluent(TunedMatch instance) |
public TunedMatchFluent()
public TunedMatchFluent(TunedMatch instance)
protected void copyInstance(TunedMatch instance)
public String getLabel()
public boolean hasLabel()
public A addToMatch(int index, TunedMatch item)
public A setToMatch(int index, TunedMatch item)
public A addToMatch(TunedMatch... items)
public A addAllToMatch(Collection<TunedMatch> items)
public A removeFromMatch(TunedMatch... items)
public A removeAllFromMatch(Collection<TunedMatch> items)
public A removeMatchingFromMatch(Predicate<TunedMatchBuilder> predicate)
public List<TunedMatch> buildMatch()
public TunedMatch buildMatch(int index)
public TunedMatch buildFirstMatch()
public TunedMatch buildLastMatch()
public TunedMatch buildMatchingMatch(Predicate<TunedMatchBuilder> predicate)
public boolean hasMatchingMatch(Predicate<TunedMatchBuilder> predicate)
public A withMatch(List<TunedMatch> match)
public A withMatch(TunedMatch... match)
public boolean hasMatch()
public TunedMatchFluent.MatchNested<A> addNewMatch()
public TunedMatchFluent.MatchNested<A> addNewMatchLike(TunedMatch item)
public TunedMatchFluent.MatchNested<A> setNewMatchLike(int index, TunedMatch item)
public TunedMatchFluent.MatchNested<A> editMatch(int index)
public TunedMatchFluent.MatchNested<A> editFirstMatch()
public TunedMatchFluent.MatchNested<A> editLastMatch()
public TunedMatchFluent.MatchNested<A> editMatchingMatch(Predicate<TunedMatchBuilder> predicate)
public String getType()
public boolean hasType()
public String getValue()
public boolean hasValue()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TunedMatchFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TunedMatchFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.