public interface TCPRouteSpecFluent<A extends TCPRouteSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TCPRouteSpecFluent.ParentRefsNested<N> |
static interface |
TCPRouteSpecFluent.RulesNested<N> |
A addToParentRefs(int index, ParentReference item)
A setToParentRefs(int index, ParentReference item)
A addToParentRefs(ParentReference... items)
A addAllToParentRefs(Collection<ParentReference> items)
A removeFromParentRefs(ParentReference... items)
A removeAllFromParentRefs(Collection<ParentReference> items)
A removeMatchingFromParentRefs(Predicate<ParentReferenceBuilder> predicate)
@Deprecated List<ParentReference> getParentRefs()
List<ParentReference> buildParentRefs()
ParentReference buildParentRef(int index)
ParentReference buildFirstParentRef()
ParentReference buildLastParentRef()
ParentReference buildMatchingParentRef(Predicate<ParentReferenceBuilder> predicate)
Boolean hasMatchingParentRef(Predicate<ParentReferenceBuilder> predicate)
A withParentRefs(List<ParentReference> parentRefs)
A withParentRefs(ParentReference... parentRefs)
Boolean hasParentRefs()
TCPRouteSpecFluent.ParentRefsNested<A> addNewParentRef()
TCPRouteSpecFluent.ParentRefsNested<A> addNewParentRefLike(ParentReference item)
TCPRouteSpecFluent.ParentRefsNested<A> setNewParentRefLike(int index, ParentReference item)
TCPRouteSpecFluent.ParentRefsNested<A> editParentRef(int index)
TCPRouteSpecFluent.ParentRefsNested<A> editFirstParentRef()
TCPRouteSpecFluent.ParentRefsNested<A> editLastParentRef()
TCPRouteSpecFluent.ParentRefsNested<A> editMatchingParentRef(Predicate<ParentReferenceBuilder> predicate)
A addToRules(int index, TCPRouteRule item)
A setToRules(int index, TCPRouteRule item)
A addToRules(TCPRouteRule... items)
A addAllToRules(Collection<TCPRouteRule> items)
A removeFromRules(TCPRouteRule... items)
A removeAllFromRules(Collection<TCPRouteRule> items)
A removeMatchingFromRules(Predicate<TCPRouteRuleBuilder> predicate)
@Deprecated List<TCPRouteRule> getRules()
List<TCPRouteRule> buildRules()
TCPRouteRule buildRule(int index)
TCPRouteRule buildFirstRule()
TCPRouteRule buildLastRule()
TCPRouteRule buildMatchingRule(Predicate<TCPRouteRuleBuilder> predicate)
Boolean hasMatchingRule(Predicate<TCPRouteRuleBuilder> predicate)
A withRules(List<TCPRouteRule> rules)
A withRules(TCPRouteRule... rules)
Boolean hasRules()
TCPRouteSpecFluent.RulesNested<A> addNewRule()
TCPRouteSpecFluent.RulesNested<A> addNewRuleLike(TCPRouteRule item)
TCPRouteSpecFluent.RulesNested<A> setNewRuleLike(int index, TCPRouteRule item)
TCPRouteSpecFluent.RulesNested<A> editRule(int index)
TCPRouteSpecFluent.RulesNested<A> editFirstRule()
TCPRouteSpecFluent.RulesNested<A> editLastRule()
TCPRouteSpecFluent.RulesNested<A> editMatchingRule(Predicate<TCPRouteRuleBuilder> predicate)
Boolean hasAdditionalProperties()
Copyright © 2015–2023 Red Hat. All rights reserved.