Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.FrontendTLSValidation
-
Packages that use FrontendTLSValidation Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of FrontendTLSValidation in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return FrontendTLSValidation Modifier and Type Method Description FrontendTLSValidation
FrontendTLSValidationBuilder. build()
FrontendTLSValidation
GatewayTLSConfigFluent. buildFrontendValidation()
FrontendTLSValidation
GatewayTLSConfig. getFrontendValidation()
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type FrontendTLSValidation Modifier and Type Method Description protected void
FrontendTLSValidationFluent. copyInstance(FrontendTLSValidation instance)
GatewayTLSConfigFluent.FrontendValidationNested<A>
GatewayTLSConfigFluent. editOrNewFrontendValidationLike(FrontendTLSValidation item)
void
GatewayTLSConfig. setFrontendValidation(FrontendTLSValidation frontendValidation)
A
GatewayTLSConfigFluent. withFrontendValidation(FrontendTLSValidation frontendValidation)
GatewayTLSConfigFluent.FrontendValidationNested<A>
GatewayTLSConfigFluent. withNewFrontendValidationLike(FrontendTLSValidation item)
Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type FrontendTLSValidation Constructor Description FrontendTLSValidationBuilder(FrontendTLSValidation instance)
FrontendTLSValidationBuilder(FrontendTLSValidationFluent<?> fluent, FrontendTLSValidation instance)
FrontendTLSValidationFluent(FrontendTLSValidation instance)
GatewayTLSConfig(List<SecretObjectReference> certificateRefs, FrontendTLSValidation frontendValidation, String mode, Map<String,String> options)
-