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