Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.GatewayBackendTLS
-
Packages that use GatewayBackendTLS Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of GatewayBackendTLS in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return GatewayBackendTLS Modifier and Type Method Description GatewayBackendTLS
GatewayBackendTLSBuilder. build()
GatewayBackendTLS
GatewaySpecFluent. buildBackendTLS()
GatewayBackendTLS
GatewaySpec. getBackendTLS()
GatewaySpec defines the desired state of Gateway.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type GatewayBackendTLS Modifier and Type Method Description protected void
GatewayBackendTLSFluent. copyInstance(GatewayBackendTLS instance)
GatewaySpecFluent.BackendTLSNested<A>
GatewaySpecFluent. editOrNewBackendTLSLike(GatewayBackendTLS item)
void
GatewaySpec. setBackendTLS(GatewayBackendTLS backendTLS)
GatewaySpec defines the desired state of Gateway.A
GatewaySpecFluent. withBackendTLS(GatewayBackendTLS backendTLS)
GatewaySpecFluent.BackendTLSNested<A>
GatewaySpecFluent. withNewBackendTLSLike(GatewayBackendTLS item)
Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type GatewayBackendTLS Constructor Description GatewayBackendTLSBuilder(GatewayBackendTLS instance)
GatewayBackendTLSBuilder(GatewayBackendTLSFluent<?> fluent, GatewayBackendTLS instance)
GatewayBackendTLSFluent(GatewayBackendTLS instance)
GatewaySpec(List<GatewayAddress> addresses, GatewayBackendTLS backendTLS, String gatewayClassName, GatewayInfrastructure infrastructure, List<Listener> listeners)
-