public class IstioIngressListenerFluent<A extends IstioIngressListenerFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
IstioIngressListenerFluent.ConnectionPoolNested<N> |
class |
IstioIngressListenerFluent.PortNested<N> |
class |
IstioIngressListenerFluent.TlsNested<N> |
| Constructor and Description |
|---|
IstioIngressListenerFluent() |
IstioIngressListenerFluent(IstioIngressListener instance) |
public IstioIngressListenerFluent()
public IstioIngressListenerFluent(IstioIngressListener instance)
protected void copyInstance(IstioIngressListener instance)
public String getBind()
public boolean hasBind()
public CaptureMode getCaptureMode()
public A withCaptureMode(CaptureMode captureMode)
public boolean hasCaptureMode()
public ConnectionPoolSettings buildConnectionPool()
public A withConnectionPool(ConnectionPoolSettings connectionPool)
public boolean hasConnectionPool()
public IstioIngressListenerFluent.ConnectionPoolNested<A> withNewConnectionPool()
public IstioIngressListenerFluent.ConnectionPoolNested<A> withNewConnectionPoolLike(ConnectionPoolSettings item)
public IstioIngressListenerFluent.ConnectionPoolNested<A> editConnectionPool()
public IstioIngressListenerFluent.ConnectionPoolNested<A> editOrNewConnectionPool()
public IstioIngressListenerFluent.ConnectionPoolNested<A> editOrNewConnectionPoolLike(ConnectionPoolSettings item)
public String getDefaultEndpoint()
public boolean hasDefaultEndpoint()
public SidecarPort buildPort()
public A withPort(SidecarPort port)
public boolean hasPort()
public IstioIngressListenerFluent.PortNested<A> withNewPort()
public IstioIngressListenerFluent.PortNested<A> withNewPortLike(SidecarPort item)
public IstioIngressListenerFluent.PortNested<A> editPort()
public IstioIngressListenerFluent.PortNested<A> editOrNewPort()
public IstioIngressListenerFluent.PortNested<A> editOrNewPortLike(SidecarPort item)
public ServerTLSSettings buildTls()
public A withTls(ServerTLSSettings tls)
public boolean hasTls()
public IstioIngressListenerFluent.TlsNested<A> withNewTls()
public IstioIngressListenerFluent.TlsNested<A> withNewTlsLike(ServerTLSSettings item)
public IstioIngressListenerFluent.TlsNested<A> editTls()
public IstioIngressListenerFluent.TlsNested<A> editOrNewTls()
public IstioIngressListenerFluent.TlsNested<A> editOrNewTlsLike(ServerTLSSettings item)
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IstioIngressListenerFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IstioIngressListenerFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.