public class IstioIngressListenerFluentImpl<A extends IstioIngressListenerFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IstioIngressListenerFluent<A>
IstioIngressListenerFluent.PortNested<N>| Constructor and Description |
|---|
IstioIngressListenerFluentImpl() |
IstioIngressListenerFluentImpl(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() |
Port |
getPort()
Deprecated.
|
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 IstioIngressListenerFluentImpl()
public IstioIngressListenerFluentImpl(IstioIngressListener instance)
public String getBind()
getBind in interface IstioIngressListenerFluent<A extends IstioIngressListenerFluent<A>>public A withBind(String bind)
withBind in interface IstioIngressListenerFluent<A extends IstioIngressListenerFluent<A>>public Boolean hasBind()
hasBind in interface IstioIngressListenerFluent<A extends IstioIngressListenerFluent<A>>public CaptureMode getCaptureMode()
getCaptureMode in interface IstioIngressListenerFluent<A extends IstioIngressListenerFluent<A>>public A withCaptureMode(CaptureMode captureMode)
withCaptureMode in interface IstioIngressListenerFluent<A extends IstioIngressListenerFluent<A>>public Boolean hasCaptureMode()
hasCaptureMode in interface IstioIngressListenerFluent<A extends IstioIngressListenerFluent<A>>public String getDefaultEndpoint()
getDefaultEndpoint in interface IstioIngressListenerFluent<A extends IstioIngressListenerFluent<A>>public A withDefaultEndpoint(String defaultEndpoint)
withDefaultEndpoint in interface IstioIngressListenerFluent<A extends IstioIngressListenerFluent<A>>public Boolean hasDefaultEndpoint()
hasDefaultEndpoint in interface IstioIngressListenerFluent<A extends IstioIngressListenerFluent<A>>@Deprecated public Port getPort()
getPort in interface IstioIngressListenerFluent<A extends IstioIngressListenerFluent<A>>public Port buildPort()
buildPort in interface IstioIngressListenerFluent<A extends IstioIngressListenerFluent<A>>public A withPort(Port port)
withPort in interface IstioIngressListenerFluent<A extends IstioIngressListenerFluent<A>>public Boolean hasPort()
hasPort in interface IstioIngressListenerFluent<A extends IstioIngressListenerFluent<A>>public A withNewPort(String name, Integer number, String protocol, Integer targetPort)
withNewPort in interface IstioIngressListenerFluent<A extends IstioIngressListenerFluent<A>>public IstioIngressListenerFluent.PortNested<A> withNewPort()
withNewPort in interface IstioIngressListenerFluent<A extends IstioIngressListenerFluent<A>>public IstioIngressListenerFluent.PortNested<A> withNewPortLike(Port item)
withNewPortLike in interface IstioIngressListenerFluent<A extends IstioIngressListenerFluent<A>>public IstioIngressListenerFluent.PortNested<A> editPort()
editPort in interface IstioIngressListenerFluent<A extends IstioIngressListenerFluent<A>>public IstioIngressListenerFluent.PortNested<A> editOrNewPort()
editOrNewPort in interface IstioIngressListenerFluent<A extends IstioIngressListenerFluent<A>>public IstioIngressListenerFluent.PortNested<A> editOrNewPortLike(Port item)
editOrNewPortLike in interface IstioIngressListenerFluent<A extends IstioIngressListenerFluent<A>>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–2022 Red Hat. All rights reserved.