public interface IstioEgressListenerFluent<A extends IstioEgressListenerFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IstioEgressListenerFluent.PortNested<N> |
String getBind()
Boolean hasBind()
@Deprecated A withNewBind(String arg0)
CaptureMode getCaptureMode()
A withCaptureMode(CaptureMode captureMode)
Boolean hasCaptureMode()
A addAllToHosts(Collection<String> items)
A removeAllFromHosts(Collection<String> items)
String getFirstHost()
String getLastHost()
Boolean hasHosts()
@Deprecated Port getPort()
Port buildPort()
Boolean hasPort()
IstioEgressListenerFluent.PortNested<A> withNewPort()
IstioEgressListenerFluent.PortNested<A> withNewPortLike(Port item)
IstioEgressListenerFluent.PortNested<A> editPort()
IstioEgressListenerFluent.PortNested<A> editOrNewPort()
IstioEgressListenerFluent.PortNested<A> editOrNewPortLike(Port item)
Copyright © 2015–2022 Red Hat. All rights reserved.