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 GatewayTLSConfigGatewayTLSConfigBuilder. build()GatewayTLSConfigListenerFluent. buildTls()GatewayTLSConfigListener. 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 voidGatewayTLSConfigFluent. copyInstance(GatewayTLSConfig instance)ListenerFluent.TlsNested<A>ListenerFluent. editOrNewTlsLike(GatewayTLSConfig item)voidListener. setTls(GatewayTLSConfig tls)Listener embodies the concept of a logical endpoint where a Gateway accepts network connections.ListenerFluent.TlsNested<A>ListenerFluent. withNewTlsLike(GatewayTLSConfig item)AListenerFluent. 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)
-