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