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()
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)
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)
-