Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.GatewayInfrastructure
-
Packages that use GatewayInfrastructure Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of GatewayInfrastructure in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return GatewayInfrastructure Modifier and Type Method Description GatewayInfrastructureGatewayInfrastructureBuilder. build()GatewayInfrastructureGatewaySpecFluent. buildInfrastructure()GatewayInfrastructureGatewaySpec. getInfrastructure()GatewaySpec defines the desired state of Gateway.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type GatewayInfrastructure Modifier and Type Method Description protected voidGatewayInfrastructureFluent. copyInstance(GatewayInfrastructure instance)GatewaySpecFluent.InfrastructureNested<A>GatewaySpecFluent. editOrNewInfrastructureLike(GatewayInfrastructure item)voidGatewaySpec. setInfrastructure(GatewayInfrastructure infrastructure)GatewaySpec defines the desired state of Gateway.AGatewaySpecFluent. withInfrastructure(GatewayInfrastructure infrastructure)GatewaySpecFluent.InfrastructureNested<A>GatewaySpecFluent. withNewInfrastructureLike(GatewayInfrastructure item)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type GatewayInfrastructure Constructor Description GatewayInfrastructureBuilder(GatewayInfrastructure instance)GatewayInfrastructureBuilder(GatewayInfrastructureFluent<?> fluent, GatewayInfrastructure instance)GatewayInfrastructureFluent(GatewayInfrastructure instance)GatewaySpec(List<GatewayAddress> addresses, GatewayBackendTLS backendTLS, String gatewayClassName, GatewayInfrastructure infrastructure, List<Listener> listeners)
-