Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.GatewaySpec
-
Packages that use GatewaySpec Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 io.fabric8.kubernetes.api.model.gatewayapi.v1beta1 -
-
Uses of GatewaySpec in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return GatewaySpec Modifier and Type Method Description GatewaySpecGatewaySpecBuilder. build()GatewaySpecGatewayFluent. buildSpec()GatewaySpecGateway. getSpec()Gateway represents an instance of a service-traffic handling infrastructure by binding Listeners to a set of IP addresses.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type GatewaySpec Modifier and Type Method Description protected voidGatewaySpecFluent. copyInstance(GatewaySpec instance)GatewayFluent.SpecNested<A>GatewayFluent. editOrNewSpecLike(GatewaySpec item)voidGateway. setSpec(GatewaySpec spec)Gateway represents an instance of a service-traffic handling infrastructure by binding Listeners to a set of IP addresses.GatewayFluent.SpecNested<A>GatewayFluent. withNewSpecLike(GatewaySpec item)AGatewayFluent. withSpec(GatewaySpec spec)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type GatewaySpec Constructor Description Gateway(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, GatewaySpec spec, GatewayStatus status)GatewaySpecBuilder(GatewaySpec instance)GatewaySpecBuilder(GatewaySpecFluent<?> fluent, GatewaySpec instance)GatewaySpecFluent(GatewaySpec instance) -
Uses of GatewaySpec in io.fabric8.kubernetes.api.model.gatewayapi.v1beta1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1beta1 that return GatewaySpec Modifier and Type Method Description GatewaySpecGatewayFluent. buildSpec()GatewaySpecGateway. getSpec()Gateway represents an instance of a service-traffic handling infrastructure by binding Listeners to a set of IP addresses.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1beta1 with parameters of type GatewaySpec Modifier and Type Method Description GatewayFluent.SpecNested<A>GatewayFluent. editOrNewSpecLike(GatewaySpec item)voidGateway. setSpec(GatewaySpec spec)Gateway represents an instance of a service-traffic handling infrastructure by binding Listeners to a set of IP addresses.GatewayFluent.SpecNested<A>GatewayFluent. withNewSpecLike(GatewaySpec item)AGatewayFluent. withSpec(GatewaySpec spec)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1beta1 with parameters of type GatewaySpec Constructor Description Gateway(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, GatewaySpec spec, GatewayStatus status)
-