public class ServerFluent<A extends ServerFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ServerFluent.PortNested<N> |
class |
ServerFluent.TlsNested<N> |
| Constructor and Description |
|---|
ServerFluent() |
ServerFluent(Server instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ServerFluent()
public ServerFluent(Server instance)
public String getBind()
public boolean hasBind()
public String getDefaultEndpoint()
public boolean hasDefaultEndpoint()
public A addAllToHosts(Collection<String> items)
public A removeAllFromHosts(Collection<String> items)
public String getHost(int index)
public String getFirstHost()
public String getLastHost()
public boolean hasHosts()
public String getName()
public boolean hasName()
public Port buildPort()
public boolean hasPort()
public ServerFluent.PortNested<A> withNewPort()
public ServerFluent.PortNested<A> withNewPortLike(Port item)
public ServerFluent.PortNested<A> editPort()
public ServerFluent.PortNested<A> editOrNewPort()
public ServerFluent.PortNested<A> editOrNewPortLike(Port item)
public ServerTLSSettings buildTls()
public A withTls(ServerTLSSettings tls)
public boolean hasTls()
public ServerFluent.TlsNested<A> withNewTls()
public ServerFluent.TlsNested<A> withNewTlsLike(ServerTLSSettings item)
public ServerFluent.TlsNested<A> editTls()
public ServerFluent.TlsNested<A> editOrNewTls()
public ServerFluent.TlsNested<A> editOrNewTlsLike(ServerTLSSettings item)
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ServerFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ServerFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.