Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.FrontendTLSConfig
-
Packages that use FrontendTLSConfig Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of FrontendTLSConfig in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return FrontendTLSConfig Modifier and Type Method Description FrontendTLSConfigFrontendTLSConfigBuilder. build()FrontendTLSConfigGatewayTLSConfigFluent. buildFrontend()FrontendTLSConfigGatewayTLSConfig. getFrontend()GatewayTLSConfig specifies frontend and backend tls configuration for gateway.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type FrontendTLSConfig Modifier and Type Method Description protected voidFrontendTLSConfigFluent. copyInstance(FrontendTLSConfig instance)GatewayTLSConfigFluent.FrontendNested<A>GatewayTLSConfigFluent. editOrNewFrontendLike(FrontendTLSConfig item)voidGatewayTLSConfig. setFrontend(FrontendTLSConfig frontend)GatewayTLSConfig specifies frontend and backend tls configuration for gateway.AGatewayTLSConfigFluent. withFrontend(FrontendTLSConfig frontend)GatewayTLSConfigFluent.FrontendNested<A>GatewayTLSConfigFluent. withNewFrontendLike(FrontendTLSConfig item)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type FrontendTLSConfig Constructor Description FrontendTLSConfigBuilder(FrontendTLSConfig instance)FrontendTLSConfigBuilder(FrontendTLSConfigFluent<?> fluent, FrontendTLSConfig instance)FrontendTLSConfigFluent(FrontendTLSConfig instance)GatewayTLSConfig(GatewayBackendTLS backend, FrontendTLSConfig frontend)
-