public interface ForwardPluginFluent<A extends ForwardPluginFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToUpstreams(Collection<String> items) |
A |
addNewUpstream(String arg0) |
A |
addToUpstreams(Integer index,
String item) |
A |
addToUpstreams(String... items) |
String |
getFirstUpstream() |
String |
getLastUpstream() |
String |
getMatchingUpstream(Predicate<String> predicate) |
String |
getUpstream(Integer index) |
List<String> |
getUpstreams() |
Boolean |
hasMatchingUpstream(Predicate<String> predicate) |
Boolean |
hasUpstreams() |
A |
removeAllFromUpstreams(Collection<String> items) |
A |
removeFromUpstreams(String... items) |
A |
setToUpstreams(Integer index,
String item) |
A |
withUpstreams(List<String> upstreams) |
A |
withUpstreams(String... upstreams) |
A addAllToUpstreams(Collection<String> items)
A removeAllFromUpstreams(Collection<String> items)
String getFirstUpstream()
String getLastUpstream()
Boolean hasUpstreams()
Copyright © 2015–2020 Red Hat. All rights reserved.