public interface IstioIngressListenerFluent<A extends IstioIngressListenerFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IstioIngressListenerFluent.PortNested<N> |
| Modifier and Type | Method and Description |
|---|---|
Port |
buildPort() |
IstioIngressListenerFluent.PortNested<A> |
editOrNewPort() |
IstioIngressListenerFluent.PortNested<A> |
editOrNewPortLike(Port item) |
IstioIngressListenerFluent.PortNested<A> |
editPort() |
String |
getBind() |
CaptureMode |
getCaptureMode() |
String |
getDefaultEndpoint() |
Port |
getPort()
Deprecated.
|
Boolean |
hasBind() |
Boolean |
hasCaptureMode() |
Boolean |
hasDefaultEndpoint() |
Boolean |
hasPort() |
A |
withBind(String bind) |
A |
withCaptureMode(CaptureMode captureMode) |
A |
withDefaultEndpoint(String defaultEndpoint) |
IstioIngressListenerFluent.PortNested<A> |
withNewPort() |
A |
withNewPort(String name,
Integer number,
String protocol,
Integer targetPort) |
IstioIngressListenerFluent.PortNested<A> |
withNewPortLike(Port item) |
A |
withPort(Port port) |
String getBind()
Boolean hasBind()
CaptureMode getCaptureMode()
A withCaptureMode(CaptureMode captureMode)
Boolean hasCaptureMode()
String getDefaultEndpoint()
Boolean hasDefaultEndpoint()
@Deprecated Port getPort()
Port buildPort()
Boolean hasPort()
IstioIngressListenerFluent.PortNested<A> withNewPort()
IstioIngressListenerFluent.PortNested<A> withNewPortLike(Port item)
IstioIngressListenerFluent.PortNested<A> editPort()
IstioIngressListenerFluent.PortNested<A> editOrNewPort()
IstioIngressListenerFluent.PortNested<A> editOrNewPortLike(Port item)
Copyright © 2015–2023 Red Hat. All rights reserved.