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()GatewayTLSConfigGatewaySpecFluent. buildTls()GatewayTLSConfigGatewaySpec. getTls()GatewaySpec defines the desired state of Gateway.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type GatewayTLSConfig Modifier and Type Method Description protected voidGatewayTLSConfigFluent. copyInstance(GatewayTLSConfig instance)GatewaySpecFluent.TlsNested<A>GatewaySpecFluent. editOrNewTlsLike(GatewayTLSConfig item)voidGatewaySpec. setTls(GatewayTLSConfig tls)GatewaySpec defines the desired state of Gateway.GatewaySpecFluent.TlsNested<A>GatewaySpecFluent. withNewTlsLike(GatewayTLSConfig item)AGatewaySpecFluent. withTls(GatewayTLSConfig tls)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type GatewayTLSConfig Constructor Description GatewaySpec(List<GatewaySpecAddress> addresses, AllowedListeners allowedListeners, String defaultScope, String gatewayClassName, GatewayInfrastructure infrastructure, List<Listener> listeners, GatewayTLSConfig tls)GatewayTLSConfigBuilder(GatewayTLSConfig instance)GatewayTLSConfigBuilder(GatewayTLSConfigFluent<?> fluent, GatewayTLSConfig instance)GatewayTLSConfigFluent(GatewayTLSConfig instance)
-