public class IstioEgressListenerFluent<A extends IstioEgressListenerFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
IstioEgressListenerFluent.PortNested<N> |
| Constructor and Description |
|---|
IstioEgressListenerFluent() |
IstioEgressListenerFluent(IstioEgressListener instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic IstioEgressListenerFluent()
public IstioEgressListenerFluent(IstioEgressListener instance)
protected void copyInstance(IstioEgressListener instance)
public String getBind()
public boolean hasBind()
public CaptureMode getCaptureMode()
public A withCaptureMode(CaptureMode captureMode)
public boolean hasCaptureMode()
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 Port buildPort()
public boolean hasPort()
public IstioEgressListenerFluent.PortNested<A> withNewPort()
public IstioEgressListenerFluent.PortNested<A> withNewPortLike(Port item)
public IstioEgressListenerFluent.PortNested<A> editPort()
public IstioEgressListenerFluent.PortNested<A> editOrNewPort()
public IstioEgressListenerFluent.PortNested<A> editOrNewPortLike(Port item)
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IstioEgressListenerFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IstioEgressListenerFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.