public class HTTPBackendRefFluentImpl<A extends HTTPBackendRefFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements HTTPBackendRefFluent<A>
HTTPBackendRefFluent.FiltersNested<N>| Constructor and Description |
|---|
HTTPBackendRefFluentImpl() |
HTTPBackendRefFluentImpl(HTTPBackendRef instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic HTTPBackendRefFluentImpl()
public HTTPBackendRefFluentImpl(HTTPBackendRef instance)
public A addToFilters(Integer index, HTTPRouteFilter item)
addToFilters in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public A setToFilters(Integer index, HTTPRouteFilter item)
setToFilters in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public A addToFilters(HTTPRouteFilter... items)
addToFilters in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public A addAllToFilters(Collection<HTTPRouteFilter> items)
addAllToFilters in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public A removeFromFilters(HTTPRouteFilter... items)
removeFromFilters in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public A removeAllFromFilters(Collection<HTTPRouteFilter> items)
removeAllFromFilters in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public A removeMatchingFromFilters(Predicate<HTTPRouteFilterBuilder> predicate)
removeMatchingFromFilters in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>@Deprecated public List<HTTPRouteFilter> getFilters()
getFilters in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public List<HTTPRouteFilter> buildFilters()
buildFilters in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public HTTPRouteFilter buildFilter(Integer index)
buildFilter in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public HTTPRouteFilter buildFirstFilter()
buildFirstFilter in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public HTTPRouteFilter buildLastFilter()
buildLastFilter in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public HTTPRouteFilter buildMatchingFilter(Predicate<HTTPRouteFilterBuilder> predicate)
buildMatchingFilter in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public Boolean hasMatchingFilter(Predicate<HTTPRouteFilterBuilder> predicate)
hasMatchingFilter in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public A withFilters(List<HTTPRouteFilter> filters)
withFilters in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public A withFilters(HTTPRouteFilter... filters)
withFilters in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public Boolean hasFilters()
hasFilters in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public HTTPBackendRefFluent.FiltersNested<A> addNewFilter()
addNewFilter in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public HTTPBackendRefFluent.FiltersNested<A> addNewFilterLike(HTTPRouteFilter item)
addNewFilterLike in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public HTTPBackendRefFluent.FiltersNested<A> setNewFilterLike(Integer index, HTTPRouteFilter item)
setNewFilterLike in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public HTTPBackendRefFluent.FiltersNested<A> editFilter(Integer index)
editFilter in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public HTTPBackendRefFluent.FiltersNested<A> editFirstFilter()
editFirstFilter in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public HTTPBackendRefFluent.FiltersNested<A> editLastFilter()
editLastFilter in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public HTTPBackendRefFluent.FiltersNested<A> editMatchingFilter(Predicate<HTTPRouteFilterBuilder> predicate)
editMatchingFilter in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public String getGroup()
getGroup in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public A withGroup(String group)
withGroup in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public Boolean hasGroup()
hasGroup in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public String getKind()
getKind in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public A withKind(String kind)
withKind in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public Boolean hasKind()
hasKind in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public String getName()
getName in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public A withName(String name)
withName in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public Boolean hasName()
hasName in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public String getNamespace()
getNamespace in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public A withNamespace(String namespace)
withNamespace in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public Boolean hasNamespace()
hasNamespace in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public Integer getPort()
getPort in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public A withPort(Integer port)
withPort in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public Boolean hasPort()
hasPort in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public Integer getWeight()
getWeight in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public A withWeight(Integer weight)
withWeight in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public Boolean hasWeight()
hasWeight in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface HTTPBackendRefFluent<A extends HTTPBackendRefFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HTTPBackendRefFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HTTPBackendRefFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.