Class ListenerEntryFluent<A extends ListenerEntryFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.gatewayapi.v1.ListenerEntryFluent<A>
-
- Direct Known Subclasses:
ListenerEntryBuilder,ListenerSetSpecFluent.ListenersNested
public class ListenerEntryFluent<A extends ListenerEntryFluent<A>> extends BaseFluent<A>
Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classListenerEntryFluent.AllowedRoutesNested<N>classListenerEntryFluent.TlsNested<N>
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT
-
-
Constructor Summary
Constructors Constructor Description ListenerEntryFluent()ListenerEntryFluent(ListenerEntry instance)
-
Method Summary
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ListenerEntryFluent
public ListenerEntryFluent()
-
ListenerEntryFluent
public ListenerEntryFluent(ListenerEntry instance)
-
-
Method Detail
-
buildAllowedRoutes
public AllowedRoutes buildAllowedRoutes()
-
buildTls
public ListenerTLSConfig buildTls()
-
copyInstance
protected void copyInstance(ListenerEntry instance)
-
editAllowedRoutes
public ListenerEntryFluent.AllowedRoutesNested<A> editAllowedRoutes()
-
editOrNewAllowedRoutes
public ListenerEntryFluent.AllowedRoutesNested<A> editOrNewAllowedRoutes()
-
editOrNewAllowedRoutesLike
public ListenerEntryFluent.AllowedRoutesNested<A> editOrNewAllowedRoutesLike(AllowedRoutes item)
-
editOrNewTls
public ListenerEntryFluent.TlsNested<A> editOrNewTls()
-
editOrNewTlsLike
public ListenerEntryFluent.TlsNested<A> editOrNewTlsLike(ListenerTLSConfig item)
-
editTls
public ListenerEntryFluent.TlsNested<A> editTls()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classBaseFluent<A extends ListenerEntryFluent<A>>
-
getHostname
public String getHostname()
-
getName
public String getName()
-
getPort
public Integer getPort()
-
getProtocol
public String getProtocol()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasAllowedRoutes
public boolean hasAllowedRoutes()
-
hasHostname
public boolean hasHostname()
-
hasName
public boolean hasName()
-
hasPort
public boolean hasPort()
-
hasProtocol
public boolean hasProtocol()
-
hasTls
public boolean hasTls()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBaseFluent<A extends ListenerEntryFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withAllowedRoutes
public A withAllowedRoutes(AllowedRoutes allowedRoutes)
-
withNewAllowedRoutes
public ListenerEntryFluent.AllowedRoutesNested<A> withNewAllowedRoutes()
-
withNewAllowedRoutesLike
public ListenerEntryFluent.AllowedRoutesNested<A> withNewAllowedRoutesLike(AllowedRoutes item)
-
withNewTls
public ListenerEntryFluent.TlsNested<A> withNewTls()
-
withNewTlsLike
public ListenerEntryFluent.TlsNested<A> withNewTlsLike(ListenerTLSConfig item)
-
withTls
public A withTls(ListenerTLSConfig tls)
-
-