Class ServerFluent<A extends ServerFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.ServerFluent<A>
-
- Direct Known Subclasses:
DNSSpecFluent.ServersNested,ServerBuilder
public class ServerFluent<A extends ServerFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classServerFluent.ForwardPluginNested<N>
-
Constructor Summary
Constructors Constructor Description ServerFluent()ServerFluent(Server instance)
-
Method Summary
-
-
-
Constructor Detail
-
ServerFluent
public ServerFluent()
-
ServerFluent
public ServerFluent(Server instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(Server instance)
-
buildForwardPlugin
public ForwardPlugin buildForwardPlugin()
-
withForwardPlugin
public A withForwardPlugin(ForwardPlugin forwardPlugin)
-
hasForwardPlugin
public boolean hasForwardPlugin()
-
withNewForwardPlugin
public ServerFluent.ForwardPluginNested<A> withNewForwardPlugin()
-
withNewForwardPluginLike
public ServerFluent.ForwardPluginNested<A> withNewForwardPluginLike(ForwardPlugin item)
-
editForwardPlugin
public ServerFluent.ForwardPluginNested<A> editForwardPlugin()
-
editOrNewForwardPlugin
public ServerFluent.ForwardPluginNested<A> editOrNewForwardPlugin()
-
editOrNewForwardPluginLike
public ServerFluent.ForwardPluginNested<A> editOrNewForwardPluginLike(ForwardPlugin item)
-
getName
public String getName()
-
hasName
public boolean hasName()
-
addAllToZones
public A addAllToZones(Collection<String> items)
-
removeAllFromZones
public A removeAllFromZones(Collection<String> items)
-
getZone
public String getZone(int index)
-
getFirstZone
public String getFirstZone()
-
getLastZone
public String getLastZone()
-
hasZones
public boolean hasZones()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ServerFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ServerFluent<A>>
-
-