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 GatewaySpec
GatewaySpecBuilder. build()
GatewaySpec
GatewayFluent. buildSpec()
GatewaySpec
Gateway. getSpec()
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type GatewaySpec Modifier and Type Method Description protected void
GatewaySpecFluent. copyInstance(GatewaySpec instance)
GatewayFluent.SpecNested<A>
GatewayFluent. editOrNewSpecLike(GatewaySpec item)
void
Gateway. setSpec(GatewaySpec spec)
GatewayFluent.SpecNested<A>
GatewayFluent. withNewSpecLike(GatewaySpec item)
A
GatewayFluent. 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 GatewaySpec
GatewayFluent. buildSpec()
GatewaySpec
Gateway. getSpec()
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)
void
Gateway. setSpec(GatewaySpec spec)
GatewayFluent.SpecNested<A>
GatewayFluent. withNewSpecLike(GatewaySpec item)
A
GatewayFluent. 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)
-