public class ListenerFluentImpl<A extends ListenerFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ListenerFluent<A>
ListenerFluent.AllowedRoutesNested<N>, ListenerFluent.TlsNested<N>| Constructor and Description |
|---|
ListenerFluentImpl() |
ListenerFluentImpl(Listener instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ListenerFluentImpl()
public ListenerFluentImpl(Listener instance)
@Deprecated public AllowedRoutes getAllowedRoutes()
getAllowedRoutes in interface ListenerFluent<A extends ListenerFluent<A>>public AllowedRoutes buildAllowedRoutes()
buildAllowedRoutes in interface ListenerFluent<A extends ListenerFluent<A>>public A withAllowedRoutes(AllowedRoutes allowedRoutes)
withAllowedRoutes in interface ListenerFluent<A extends ListenerFluent<A>>public Boolean hasAllowedRoutes()
hasAllowedRoutes in interface ListenerFluent<A extends ListenerFluent<A>>public ListenerFluent.AllowedRoutesNested<A> withNewAllowedRoutes()
withNewAllowedRoutes in interface ListenerFluent<A extends ListenerFluent<A>>public ListenerFluent.AllowedRoutesNested<A> withNewAllowedRoutesLike(AllowedRoutes item)
withNewAllowedRoutesLike in interface ListenerFluent<A extends ListenerFluent<A>>public ListenerFluent.AllowedRoutesNested<A> editAllowedRoutes()
editAllowedRoutes in interface ListenerFluent<A extends ListenerFluent<A>>public ListenerFluent.AllowedRoutesNested<A> editOrNewAllowedRoutes()
editOrNewAllowedRoutes in interface ListenerFluent<A extends ListenerFluent<A>>public ListenerFluent.AllowedRoutesNested<A> editOrNewAllowedRoutesLike(AllowedRoutes item)
editOrNewAllowedRoutesLike in interface ListenerFluent<A extends ListenerFluent<A>>public String getHostname()
getHostname in interface ListenerFluent<A extends ListenerFluent<A>>public A withHostname(String hostname)
withHostname in interface ListenerFluent<A extends ListenerFluent<A>>public Boolean hasHostname()
hasHostname in interface ListenerFluent<A extends ListenerFluent<A>>public String getName()
getName in interface ListenerFluent<A extends ListenerFluent<A>>public A withName(String name)
withName in interface ListenerFluent<A extends ListenerFluent<A>>public Boolean hasName()
hasName in interface ListenerFluent<A extends ListenerFluent<A>>public Integer getPort()
getPort in interface ListenerFluent<A extends ListenerFluent<A>>public A withPort(Integer port)
withPort in interface ListenerFluent<A extends ListenerFluent<A>>public Boolean hasPort()
hasPort in interface ListenerFluent<A extends ListenerFluent<A>>public String getProtocol()
getProtocol in interface ListenerFluent<A extends ListenerFluent<A>>public A withProtocol(String protocol)
withProtocol in interface ListenerFluent<A extends ListenerFluent<A>>public Boolean hasProtocol()
hasProtocol in interface ListenerFluent<A extends ListenerFluent<A>>@Deprecated public GatewayTLSConfig getTls()
getTls in interface ListenerFluent<A extends ListenerFluent<A>>public GatewayTLSConfig buildTls()
buildTls in interface ListenerFluent<A extends ListenerFluent<A>>public A withTls(GatewayTLSConfig tls)
withTls in interface ListenerFluent<A extends ListenerFluent<A>>public Boolean hasTls()
hasTls in interface ListenerFluent<A extends ListenerFluent<A>>public ListenerFluent.TlsNested<A> withNewTls()
withNewTls in interface ListenerFluent<A extends ListenerFluent<A>>public ListenerFluent.TlsNested<A> withNewTlsLike(GatewayTLSConfig item)
withNewTlsLike in interface ListenerFluent<A extends ListenerFluent<A>>public ListenerFluent.TlsNested<A> editTls()
editTls in interface ListenerFluent<A extends ListenerFluent<A>>public ListenerFluent.TlsNested<A> editOrNewTls()
editOrNewTls in interface ListenerFluent<A extends ListenerFluent<A>>public ListenerFluent.TlsNested<A> editOrNewTlsLike(GatewayTLSConfig item)
editOrNewTlsLike in interface ListenerFluent<A extends ListenerFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ListenerFluent<A extends ListenerFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ListenerFluent<A extends ListenerFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ListenerFluent<A extends ListenerFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ListenerFluent<A extends ListenerFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ListenerFluent<A extends ListenerFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ListenerFluent<A extends ListenerFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ListenerFluent<A extends ListenerFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ListenerFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ListenerFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.