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 GatewayInfrastructure
GatewayInfrastructureBuilder. build()
GatewayInfrastructure
GatewaySpecFluent. buildInfrastructure()
GatewayInfrastructure
GatewaySpec. getInfrastructure()
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type GatewayInfrastructure Modifier and Type Method Description protected void
GatewayInfrastructureFluent. copyInstance(GatewayInfrastructure instance)
GatewaySpecFluent.InfrastructureNested<A>
GatewaySpecFluent. editOrNewInfrastructureLike(GatewayInfrastructure item)
void
GatewaySpec. setInfrastructure(GatewayInfrastructure infrastructure)
A
GatewaySpecFluent. 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)
-