Class ServerFluentImpl<A extends ServerFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.ServerFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,ServerFluent<A>
- Direct Known Subclasses:
DNSSpecFluentImpl.ServersNestedImpl,ServerBuilder
public class ServerFluentImpl<A extends ServerFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ServerFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classServerFluentImpl.ForwardPluginNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.operator.v1.ServerFluent
ServerFluent.ForwardPluginNested<N>
-
-
Constructor Summary
Constructors Constructor Description ServerFluentImpl()ServerFluentImpl(Server instance)
-
Method Summary
-
-
-
Constructor Detail
-
ServerFluentImpl
public ServerFluentImpl()
-
ServerFluentImpl
public ServerFluentImpl(Server instance)
-
-
Method Detail
-
getForwardPlugin
@Deprecated public ForwardPlugin getForwardPlugin()
Deprecated.This method has been deprecated, please use method buildForwardPlugin instead.- Specified by:
getForwardPluginin interfaceServerFluent<A extends ServerFluent<A>>- Returns:
- The buildable object.
-
buildForwardPlugin
public ForwardPlugin buildForwardPlugin()
- Specified by:
buildForwardPluginin interfaceServerFluent<A extends ServerFluent<A>>
-
withForwardPlugin
public A withForwardPlugin(ForwardPlugin forwardPlugin)
- Specified by:
withForwardPluginin interfaceServerFluent<A extends ServerFluent<A>>
-
hasForwardPlugin
public Boolean hasForwardPlugin()
- Specified by:
hasForwardPluginin interfaceServerFluent<A extends ServerFluent<A>>
-
withNewForwardPlugin
public ServerFluent.ForwardPluginNested<A> withNewForwardPlugin()
- Specified by:
withNewForwardPluginin interfaceServerFluent<A extends ServerFluent<A>>
-
withNewForwardPluginLike
public ServerFluent.ForwardPluginNested<A> withNewForwardPluginLike(ForwardPlugin item)
- Specified by:
withNewForwardPluginLikein interfaceServerFluent<A extends ServerFluent<A>>
-
editForwardPlugin
public ServerFluent.ForwardPluginNested<A> editForwardPlugin()
- Specified by:
editForwardPluginin interfaceServerFluent<A extends ServerFluent<A>>
-
editOrNewForwardPlugin
public ServerFluent.ForwardPluginNested<A> editOrNewForwardPlugin()
- Specified by:
editOrNewForwardPluginin interfaceServerFluent<A extends ServerFluent<A>>
-
editOrNewForwardPluginLike
public ServerFluent.ForwardPluginNested<A> editOrNewForwardPluginLike(ForwardPlugin item)
- Specified by:
editOrNewForwardPluginLikein interfaceServerFluent<A extends ServerFluent<A>>
-
getName
public String getName()
- Specified by:
getNamein interfaceServerFluent<A extends ServerFluent<A>>
-
withName
public A withName(String name)
- Specified by:
withNamein interfaceServerFluent<A extends ServerFluent<A>>
-
hasName
public Boolean hasName()
- Specified by:
hasNamein interfaceServerFluent<A extends ServerFluent<A>>
-
withNewName
public A withNewName(String arg1)
- Specified by:
withNewNamein interfaceServerFluent<A extends ServerFluent<A>>
-
withNewName
public A withNewName(StringBuilder arg1)
- Specified by:
withNewNamein interfaceServerFluent<A extends ServerFluent<A>>
-
withNewName
public A withNewName(StringBuffer arg1)
- Specified by:
withNewNamein interfaceServerFluent<A extends ServerFluent<A>>
-
addToZones
public A addToZones(int index, String item)
- Specified by:
addToZonesin interfaceServerFluent<A extends ServerFluent<A>>
-
setToZones
public A setToZones(int index, String item)
- Specified by:
setToZonesin interfaceServerFluent<A extends ServerFluent<A>>
-
addToZones
public A addToZones(String... items)
- Specified by:
addToZonesin interfaceServerFluent<A extends ServerFluent<A>>
-
addAllToZones
public A addAllToZones(Collection<String> items)
- Specified by:
addAllToZonesin interfaceServerFluent<A extends ServerFluent<A>>
-
removeFromZones
public A removeFromZones(String... items)
- Specified by:
removeFromZonesin interfaceServerFluent<A extends ServerFluent<A>>
-
removeAllFromZones
public A removeAllFromZones(Collection<String> items)
- Specified by:
removeAllFromZonesin interfaceServerFluent<A extends ServerFluent<A>>
-
getZones
public List<String> getZones()
- Specified by:
getZonesin interfaceServerFluent<A extends ServerFluent<A>>
-
getZone
public String getZone(int index)
- Specified by:
getZonein interfaceServerFluent<A extends ServerFluent<A>>
-
getFirstZone
public String getFirstZone()
- Specified by:
getFirstZonein interfaceServerFluent<A extends ServerFluent<A>>
-
getLastZone
public String getLastZone()
- Specified by:
getLastZonein interfaceServerFluent<A extends ServerFluent<A>>
-
getMatchingZone
public String getMatchingZone(Predicate<String> predicate)
- Specified by:
getMatchingZonein interfaceServerFluent<A extends ServerFluent<A>>
-
hasMatchingZone
public Boolean hasMatchingZone(Predicate<String> predicate)
- Specified by:
hasMatchingZonein interfaceServerFluent<A extends ServerFluent<A>>
-
withZones
public A withZones(List<String> zones)
- Specified by:
withZonesin interfaceServerFluent<A extends ServerFluent<A>>
-
withZones
public A withZones(String... zones)
- Specified by:
withZonesin interfaceServerFluent<A extends ServerFluent<A>>
-
hasZones
public Boolean hasZones()
- Specified by:
hasZonesin interfaceServerFluent<A extends ServerFluent<A>>
-
addNewZone
public A addNewZone(String arg1)
- Specified by:
addNewZonein interfaceServerFluent<A extends ServerFluent<A>>
-
addNewZone
public A addNewZone(StringBuilder arg1)
- Specified by:
addNewZonein interfaceServerFluent<A extends ServerFluent<A>>
-
addNewZone
public A addNewZone(StringBuffer arg1)
- Specified by:
addNewZonein interfaceServerFluent<A extends ServerFluent<A>>
-
-