public class ServerFluentImpl<A extends ServerFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ServerFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ServerFluentImpl.ForwardPluginNestedImpl<N> |
ServerFluent.ForwardPluginNested<N>| Constructor and Description |
|---|
ServerFluentImpl() |
ServerFluentImpl(Server instance) |
public ServerFluentImpl()
public ServerFluentImpl(Server instance)
@Deprecated public ForwardPlugin getForwardPlugin()
getForwardPlugin in interface ServerFluent<A extends ServerFluent<A>>public ForwardPlugin buildForwardPlugin()
buildForwardPlugin in interface ServerFluent<A extends ServerFluent<A>>public A withForwardPlugin(ForwardPlugin forwardPlugin)
withForwardPlugin in interface ServerFluent<A extends ServerFluent<A>>public Boolean hasForwardPlugin()
hasForwardPlugin in interface ServerFluent<A extends ServerFluent<A>>public ServerFluent.ForwardPluginNested<A> withNewForwardPlugin()
withNewForwardPlugin in interface ServerFluent<A extends ServerFluent<A>>public ServerFluent.ForwardPluginNested<A> withNewForwardPluginLike(ForwardPlugin item)
withNewForwardPluginLike in interface ServerFluent<A extends ServerFluent<A>>public ServerFluent.ForwardPluginNested<A> editForwardPlugin()
editForwardPlugin in interface ServerFluent<A extends ServerFluent<A>>public ServerFluent.ForwardPluginNested<A> editOrNewForwardPlugin()
editOrNewForwardPlugin in interface ServerFluent<A extends ServerFluent<A>>public ServerFluent.ForwardPluginNested<A> editOrNewForwardPluginLike(ForwardPlugin item)
editOrNewForwardPluginLike in interface ServerFluent<A extends ServerFluent<A>>public String getName()
getName in interface ServerFluent<A extends ServerFluent<A>>public A withName(String name)
withName in interface ServerFluent<A extends ServerFluent<A>>public Boolean hasName()
hasName in interface ServerFluent<A extends ServerFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface ServerFluent<A extends ServerFluent<A>>public A addToZones(Integer index, String item)
addToZones in interface ServerFluent<A extends ServerFluent<A>>public A setToZones(Integer index, String item)
setToZones in interface ServerFluent<A extends ServerFluent<A>>public A addToZones(String... items)
addToZones in interface ServerFluent<A extends ServerFluent<A>>public A addAllToZones(Collection<String> items)
addAllToZones in interface ServerFluent<A extends ServerFluent<A>>public A removeFromZones(String... items)
removeFromZones in interface ServerFluent<A extends ServerFluent<A>>public A removeAllFromZones(Collection<String> items)
removeAllFromZones in interface ServerFluent<A extends ServerFluent<A>>public List<String> getZones()
getZones in interface ServerFluent<A extends ServerFluent<A>>public String getZone(Integer index)
getZone in interface ServerFluent<A extends ServerFluent<A>>public String getFirstZone()
getFirstZone in interface ServerFluent<A extends ServerFluent<A>>public String getLastZone()
getLastZone in interface ServerFluent<A extends ServerFluent<A>>public String getMatchingZone(Predicate<String> predicate)
getMatchingZone in interface ServerFluent<A extends ServerFluent<A>>public Boolean hasMatchingZone(Predicate<String> predicate)
hasMatchingZone in interface ServerFluent<A extends ServerFluent<A>>public A withZones(List<String> zones)
withZones in interface ServerFluent<A extends ServerFluent<A>>public A withZones(String... zones)
withZones in interface ServerFluent<A extends ServerFluent<A>>public Boolean hasZones()
hasZones in interface ServerFluent<A extends ServerFluent<A>>public A addNewZone(String arg0)
addNewZone in interface ServerFluent<A extends ServerFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ServerFluent<A extends ServerFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ServerFluent<A extends ServerFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ServerFluent<A extends ServerFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ServerFluent<A extends ServerFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ServerFluent<A extends ServerFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ServerFluent<A extends ServerFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ServerFluent<A extends ServerFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.