public interface UDPRouteSpecFluent<A extends UDPRouteSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
UDPRouteSpecFluent.ParentRefsNested<N> |
static interface |
UDPRouteSpecFluent.RulesNested<N> |
A addToParentRefs(Integer index, ParentReference item)
A setToParentRefs(Integer 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(Integer 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()
UDPRouteSpecFluent.ParentRefsNested<A> addNewParentRef()
UDPRouteSpecFluent.ParentRefsNested<A> addNewParentRefLike(ParentReference item)
UDPRouteSpecFluent.ParentRefsNested<A> setNewParentRefLike(Integer index, ParentReference item)
UDPRouteSpecFluent.ParentRefsNested<A> editParentRef(Integer index)
UDPRouteSpecFluent.ParentRefsNested<A> editFirstParentRef()
UDPRouteSpecFluent.ParentRefsNested<A> editLastParentRef()
UDPRouteSpecFluent.ParentRefsNested<A> editMatchingParentRef(Predicate<ParentReferenceBuilder> predicate)
A addToRules(Integer index, UDPRouteRule item)
A setToRules(Integer index, UDPRouteRule item)
A addToRules(UDPRouteRule... items)
A addAllToRules(Collection<UDPRouteRule> items)
A removeFromRules(UDPRouteRule... items)
A removeAllFromRules(Collection<UDPRouteRule> items)
A removeMatchingFromRules(Predicate<UDPRouteRuleBuilder> predicate)
@Deprecated List<UDPRouteRule> getRules()
List<UDPRouteRule> buildRules()
UDPRouteRule buildRule(Integer index)
UDPRouteRule buildFirstRule()
UDPRouteRule buildLastRule()
UDPRouteRule buildMatchingRule(Predicate<UDPRouteRuleBuilder> predicate)
Boolean hasMatchingRule(Predicate<UDPRouteRuleBuilder> predicate)
A withRules(List<UDPRouteRule> rules)
A withRules(UDPRouteRule... rules)
Boolean hasRules()
UDPRouteSpecFluent.RulesNested<A> addNewRule()
UDPRouteSpecFluent.RulesNested<A> addNewRuleLike(UDPRouteRule item)
UDPRouteSpecFluent.RulesNested<A> setNewRuleLike(Integer index, UDPRouteRule item)
UDPRouteSpecFluent.RulesNested<A> editRule(Integer index)
UDPRouteSpecFluent.RulesNested<A> editFirstRule()
UDPRouteSpecFluent.RulesNested<A> editLastRule()
UDPRouteSpecFluent.RulesNested<A> editMatchingRule(Predicate<UDPRouteRuleBuilder> predicate)
Boolean hasAdditionalProperties()
Copyright © 2015–2023 Red Hat. All rights reserved.