Uses of Class
io.fabric8.openshift.api.model.TLSConfig
-
Packages that use TLSConfig Package Description io.fabric8.openshift.api.model -
-
Uses of TLSConfig in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return TLSConfig Modifier and Type Method Description TLSConfigTLSConfigBuilder. build()TLSConfigRouteSpecFluent. buildTls()TLSConfigRouteSpec. getTls()RouteSpec describes the hostname or path the route exposes, any security information, and one to four backends (services) the route points to.Methods in io.fabric8.openshift.api.model with parameters of type TLSConfig Modifier and Type Method Description protected voidTLSConfigFluent. copyInstance(TLSConfig instance)RouteSpecFluent.TlsNested<A>RouteSpecFluent. editOrNewTlsLike(TLSConfig item)voidRouteSpec. setTls(TLSConfig tls)RouteSpec describes the hostname or path the route exposes, any security information, and one to four backends (services) the route points to.RouteSpecFluent.TlsNested<A>RouteSpecFluent. withNewTlsLike(TLSConfig item)ARouteSpecFluent. withTls(TLSConfig tls)Constructors in io.fabric8.openshift.api.model with parameters of type TLSConfig Constructor Description RouteSpec(List<RouteTargetReference> alternateBackends, String host, RouteHTTPHeaders httpHeaders, String path, RoutePort port, String subdomain, TLSConfig tls, RouteTargetReference to, String wildcardPolicy)TLSConfigBuilder(TLSConfig instance)TLSConfigBuilder(TLSConfigFluent<?> fluent, TLSConfig instance)TLSConfigFluent(TLSConfig instance)
-