public class HTTPRouteSpecFluentImpl<A extends HTTPRouteSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements HTTPRouteSpecFluent<A>
HTTPRouteSpecFluent.ParentRefsNested<N>, HTTPRouteSpecFluent.RulesNested<N>| Constructor and Description |
|---|
HTTPRouteSpecFluentImpl() |
HTTPRouteSpecFluentImpl(HTTPRouteSpec instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic HTTPRouteSpecFluentImpl()
public HTTPRouteSpecFluentImpl(HTTPRouteSpec instance)
public A addToHostnames(Integer index, String item)
addToHostnames in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public A setToHostnames(Integer index, String item)
setToHostnames in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public A addToHostnames(String... items)
addToHostnames in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public A addAllToHostnames(Collection<String> items)
addAllToHostnames in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public A removeFromHostnames(String... items)
removeFromHostnames in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public A removeAllFromHostnames(Collection<String> items)
removeAllFromHostnames in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public List<String> getHostnames()
getHostnames in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public String getHostname(Integer index)
getHostname in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public String getFirstHostname()
getFirstHostname in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public String getLastHostname()
getLastHostname in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public String getMatchingHostname(Predicate<String> predicate)
getMatchingHostname in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public Boolean hasMatchingHostname(Predicate<String> predicate)
hasMatchingHostname in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public A withHostnames(List<String> hostnames)
withHostnames in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public A withHostnames(String... hostnames)
withHostnames in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public Boolean hasHostnames()
hasHostnames in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public A addToParentRefs(Integer index, ParentReference item)
addToParentRefs in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public A setToParentRefs(Integer index, ParentReference item)
setToParentRefs in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public A addToParentRefs(ParentReference... items)
addToParentRefs in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public A addAllToParentRefs(Collection<ParentReference> items)
addAllToParentRefs in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public A removeFromParentRefs(ParentReference... items)
removeFromParentRefs in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public A removeAllFromParentRefs(Collection<ParentReference> items)
removeAllFromParentRefs in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public A removeMatchingFromParentRefs(Predicate<ParentReferenceBuilder> predicate)
removeMatchingFromParentRefs in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>@Deprecated public List<ParentReference> getParentRefs()
getParentRefs in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public List<ParentReference> buildParentRefs()
buildParentRefs in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public ParentReference buildParentRef(Integer index)
buildParentRef in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public ParentReference buildFirstParentRef()
buildFirstParentRef in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public ParentReference buildLastParentRef()
buildLastParentRef in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public ParentReference buildMatchingParentRef(Predicate<ParentReferenceBuilder> predicate)
buildMatchingParentRef in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public Boolean hasMatchingParentRef(Predicate<ParentReferenceBuilder> predicate)
hasMatchingParentRef in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public A withParentRefs(List<ParentReference> parentRefs)
withParentRefs in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public A withParentRefs(ParentReference... parentRefs)
withParentRefs in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public Boolean hasParentRefs()
hasParentRefs in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public HTTPRouteSpecFluent.ParentRefsNested<A> addNewParentRef()
addNewParentRef in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public HTTPRouteSpecFluent.ParentRefsNested<A> addNewParentRefLike(ParentReference item)
addNewParentRefLike in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public HTTPRouteSpecFluent.ParentRefsNested<A> setNewParentRefLike(Integer index, ParentReference item)
setNewParentRefLike in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public HTTPRouteSpecFluent.ParentRefsNested<A> editParentRef(Integer index)
editParentRef in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public HTTPRouteSpecFluent.ParentRefsNested<A> editFirstParentRef()
editFirstParentRef in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public HTTPRouteSpecFluent.ParentRefsNested<A> editLastParentRef()
editLastParentRef in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public HTTPRouteSpecFluent.ParentRefsNested<A> editMatchingParentRef(Predicate<ParentReferenceBuilder> predicate)
editMatchingParentRef in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public A addToRules(Integer index, HTTPRouteRule item)
addToRules in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public A setToRules(Integer index, HTTPRouteRule item)
setToRules in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public A addToRules(HTTPRouteRule... items)
addToRules in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public A addAllToRules(Collection<HTTPRouteRule> items)
addAllToRules in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public A removeFromRules(HTTPRouteRule... items)
removeFromRules in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public A removeAllFromRules(Collection<HTTPRouteRule> items)
removeAllFromRules in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public A removeMatchingFromRules(Predicate<HTTPRouteRuleBuilder> predicate)
removeMatchingFromRules in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>@Deprecated public List<HTTPRouteRule> getRules()
getRules in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public List<HTTPRouteRule> buildRules()
buildRules in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public HTTPRouteRule buildRule(Integer index)
buildRule in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public HTTPRouteRule buildFirstRule()
buildFirstRule in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public HTTPRouteRule buildLastRule()
buildLastRule in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public HTTPRouteRule buildMatchingRule(Predicate<HTTPRouteRuleBuilder> predicate)
buildMatchingRule in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public Boolean hasMatchingRule(Predicate<HTTPRouteRuleBuilder> predicate)
hasMatchingRule in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public A withRules(List<HTTPRouteRule> rules)
withRules in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public A withRules(HTTPRouteRule... rules)
withRules in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public Boolean hasRules()
hasRules in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public HTTPRouteSpecFluent.RulesNested<A> addNewRule()
addNewRule in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public HTTPRouteSpecFluent.RulesNested<A> addNewRuleLike(HTTPRouteRule item)
addNewRuleLike in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public HTTPRouteSpecFluent.RulesNested<A> setNewRuleLike(Integer index, HTTPRouteRule item)
setNewRuleLike in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public HTTPRouteSpecFluent.RulesNested<A> editRule(Integer index)
editRule in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public HTTPRouteSpecFluent.RulesNested<A> editFirstRule()
editFirstRule in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public HTTPRouteSpecFluent.RulesNested<A> editLastRule()
editLastRule in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public HTTPRouteSpecFluent.RulesNested<A> editMatchingRule(Predicate<HTTPRouteRuleBuilder> predicate)
editMatchingRule in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface HTTPRouteSpecFluent<A extends HTTPRouteSpecFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HTTPRouteSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HTTPRouteSpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.