public class ForwardPluginFluentImpl<A extends ForwardPluginFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ForwardPluginFluent<A>
| Constructor and Description |
|---|
ForwardPluginFluentImpl() |
ForwardPluginFluentImpl(ForwardPlugin instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToUpstreams(Collection<String> items) |
A |
addNewUpstream(String arg1) |
A |
addNewUpstream(StringBuffer arg1) |
A |
addNewUpstream(StringBuilder arg1) |
A |
addToUpstreams(int index,
String item) |
A |
addToUpstreams(String... items) |
boolean |
equals(Object o) |
String |
getFirstUpstream() |
String |
getLastUpstream() |
String |
getMatchingUpstream(io.fabric8.kubernetes.api.builder.Predicate<String> predicate) |
String |
getUpstream(int index) |
List<String> |
getUpstreams() |
int |
hashCode() |
Boolean |
hasMatchingUpstream(io.fabric8.kubernetes.api.builder.Predicate<String> predicate) |
Boolean |
hasUpstreams() |
A |
removeAllFromUpstreams(Collection<String> items) |
A |
removeFromUpstreams(String... items) |
A |
setToUpstreams(int index,
String item) |
A |
withUpstreams(List<String> upstreams) |
A |
withUpstreams(String... upstreams) |
public ForwardPluginFluentImpl()
public ForwardPluginFluentImpl(ForwardPlugin instance)
public A addToUpstreams(int index, String item)
addToUpstreams in interface ForwardPluginFluent<A extends ForwardPluginFluent<A>>public A setToUpstreams(int index, String item)
setToUpstreams in interface ForwardPluginFluent<A extends ForwardPluginFluent<A>>public A addToUpstreams(String... items)
addToUpstreams in interface ForwardPluginFluent<A extends ForwardPluginFluent<A>>public A addAllToUpstreams(Collection<String> items)
addAllToUpstreams in interface ForwardPluginFluent<A extends ForwardPluginFluent<A>>public A removeFromUpstreams(String... items)
removeFromUpstreams in interface ForwardPluginFluent<A extends ForwardPluginFluent<A>>public A removeAllFromUpstreams(Collection<String> items)
removeAllFromUpstreams in interface ForwardPluginFluent<A extends ForwardPluginFluent<A>>public List<String> getUpstreams()
getUpstreams in interface ForwardPluginFluent<A extends ForwardPluginFluent<A>>public String getUpstream(int index)
getUpstream in interface ForwardPluginFluent<A extends ForwardPluginFluent<A>>public String getFirstUpstream()
getFirstUpstream in interface ForwardPluginFluent<A extends ForwardPluginFluent<A>>public String getLastUpstream()
getLastUpstream in interface ForwardPluginFluent<A extends ForwardPluginFluent<A>>public String getMatchingUpstream(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)
getMatchingUpstream in interface ForwardPluginFluent<A extends ForwardPluginFluent<A>>public Boolean hasMatchingUpstream(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)
hasMatchingUpstream in interface ForwardPluginFluent<A extends ForwardPluginFluent<A>>public A withUpstreams(List<String> upstreams)
withUpstreams in interface ForwardPluginFluent<A extends ForwardPluginFluent<A>>public A withUpstreams(String... upstreams)
withUpstreams in interface ForwardPluginFluent<A extends ForwardPluginFluent<A>>public Boolean hasUpstreams()
hasUpstreams in interface ForwardPluginFluent<A extends ForwardPluginFluent<A>>public A addNewUpstream(String arg1)
addNewUpstream in interface ForwardPluginFluent<A extends ForwardPluginFluent<A>>public A addNewUpstream(StringBuilder arg1)
addNewUpstream in interface ForwardPluginFluent<A extends ForwardPluginFluent<A>>public A addNewUpstream(StringBuffer arg1)
addNewUpstream in interface ForwardPluginFluent<A extends ForwardPluginFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.