Class ListenerFluent<A extends ListenerFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.gatewayapi.v1.ListenerFluent<A>
-
- Direct Known Subclasses:
GatewaySpecFluent.ListenersNested,ListenerBuilder
public class ListenerFluent<A extends ListenerFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classListenerFluent.AllowedRoutesNested<N>classListenerFluent.TlsNested<N>
-
Constructor Summary
Constructors Constructor Description ListenerFluent()ListenerFluent(Listener instance)
-
Method Summary
-
-
-
Constructor Detail
-
ListenerFluent
public ListenerFluent()
-
ListenerFluent
public ListenerFluent(Listener instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(Listener instance)
-
buildAllowedRoutes
public AllowedRoutes buildAllowedRoutes()
-
withAllowedRoutes
public A withAllowedRoutes(AllowedRoutes allowedRoutes)
-
hasAllowedRoutes
public boolean hasAllowedRoutes()
-
withNewAllowedRoutes
public ListenerFluent.AllowedRoutesNested<A> withNewAllowedRoutes()
-
withNewAllowedRoutesLike
public ListenerFluent.AllowedRoutesNested<A> withNewAllowedRoutesLike(AllowedRoutes item)
-
editAllowedRoutes
public ListenerFluent.AllowedRoutesNested<A> editAllowedRoutes()
-
editOrNewAllowedRoutes
public ListenerFluent.AllowedRoutesNested<A> editOrNewAllowedRoutes()
-
editOrNewAllowedRoutesLike
public ListenerFluent.AllowedRoutesNested<A> editOrNewAllowedRoutesLike(AllowedRoutes item)
-
getHostname
public String getHostname()
-
hasHostname
public boolean hasHostname()
-
getName
public String getName()
-
hasName
public boolean hasName()
-
getPort
public Integer getPort()
-
hasPort
public boolean hasPort()
-
getProtocol
public String getProtocol()
-
hasProtocol
public boolean hasProtocol()
-
buildTls
public GatewayTLSConfig buildTls()
-
withTls
public A withTls(GatewayTLSConfig tls)
-
hasTls
public boolean hasTls()
-
withNewTls
public ListenerFluent.TlsNested<A> withNewTls()
-
withNewTlsLike
public ListenerFluent.TlsNested<A> withNewTlsLike(GatewayTLSConfig item)
-
editTls
public ListenerFluent.TlsNested<A> editTls()
-
editOrNewTls
public ListenerFluent.TlsNested<A> editOrNewTls()
-
editOrNewTlsLike
public ListenerFluent.TlsNested<A> editOrNewTlsLike(GatewayTLSConfig item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ListenerFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ListenerFluent<A>>
-
-