Interface ForwardPluginFluent<A extends ForwardPluginFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ServerFluent.ForwardPluginNested<N>
- All Known Implementing Classes:
ForwardPluginBuilder,ForwardPluginFluentImpl,ServerFluentImpl.ForwardPluginNestedImpl
public interface ForwardPluginFluent<A extends ForwardPluginFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AaddAllToUpstreams(Collection<String> items)AaddNewUpstream(String arg1)AaddNewUpstream(StringBuffer arg1)AaddNewUpstream(StringBuilder arg1)AaddToUpstreams(int index, String item)AaddToUpstreams(String... items)StringgetFirstUpstream()StringgetLastUpstream()StringgetMatchingUpstream(Predicate<String> predicate)StringgetUpstream(int index)List<String>getUpstreams()BooleanhasMatchingUpstream(Predicate<String> predicate)BooleanhasUpstreams()AremoveAllFromUpstreams(Collection<String> items)AremoveFromUpstreams(String... items)AsetToUpstreams(int index, String item)AwithUpstreams(String... upstreams)AwithUpstreams(List<String> upstreams)
-
-
-
Method Detail
-
addAllToUpstreams
A addAllToUpstreams(Collection<String> items)
-
removeAllFromUpstreams
A removeAllFromUpstreams(Collection<String> items)
-
getUpstream
String getUpstream(int index)
-
getFirstUpstream
String getFirstUpstream()
-
getLastUpstream
String getLastUpstream()
-
hasUpstreams
Boolean hasUpstreams()
-
addNewUpstream
A addNewUpstream(StringBuilder arg1)
-
addNewUpstream
A addNewUpstream(StringBuffer arg1)
-
-