Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.GatewayTLSConfig
-
Packages that use GatewayTLSConfig Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of GatewayTLSConfig in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return GatewayTLSConfig Modifier and Type Method Description GatewayTLSConfig
GatewayTLSConfigBuilder. build()
GatewayTLSConfig
ListenerFluent. buildTls()
GatewayTLSConfig
Listener. getTls()
Listener embodies the concept of a logical endpoint where a Gateway accepts network connections.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type GatewayTLSConfig Modifier and Type Method Description protected void
GatewayTLSConfigFluent. copyInstance(GatewayTLSConfig instance)
ListenerFluent.TlsNested<A>
ListenerFluent. editOrNewTlsLike(GatewayTLSConfig item)
void
Listener. setTls(GatewayTLSConfig tls)
Listener embodies the concept of a logical endpoint where a Gateway accepts network connections.ListenerFluent.TlsNested<A>
ListenerFluent. withNewTlsLike(GatewayTLSConfig item)
A
ListenerFluent. withTls(GatewayTLSConfig tls)
Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type GatewayTLSConfig Constructor Description GatewayTLSConfigBuilder(GatewayTLSConfig instance)
GatewayTLSConfigBuilder(GatewayTLSConfigFluent<?> fluent, GatewayTLSConfig instance)
GatewayTLSConfigFluent(GatewayTLSConfig instance)
Listener(AllowedRoutes allowedRoutes, String hostname, String name, Integer port, String protocol, GatewayTLSConfig tls)
-