Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.GatewayStatus
-
Packages that use GatewayStatus Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 io.fabric8.kubernetes.api.model.gatewayapi.v1beta1 -
-
Uses of GatewayStatus in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return GatewayStatus Modifier and Type Method Description GatewayStatusGatewayStatusBuilder. build()GatewayStatusGatewayFluent. buildStatus()GatewayStatusGateway. getStatus()Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type GatewayStatus Modifier and Type Method Description protected voidGatewayStatusFluent. copyInstance(GatewayStatus instance)GatewayFluent.StatusNested<A>GatewayFluent. editOrNewStatusLike(GatewayStatus item)voidGateway. setStatus(GatewayStatus status)GatewayFluent.StatusNested<A>GatewayFluent. withNewStatusLike(GatewayStatus item)AGatewayFluent. withStatus(GatewayStatus status)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type GatewayStatus Constructor Description Gateway(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, GatewaySpec spec, GatewayStatus status)GatewayStatusBuilder(GatewayStatus instance)GatewayStatusBuilder(GatewayStatusFluent<?> fluent, GatewayStatus instance)GatewayStatusFluent(GatewayStatus instance) -
Uses of GatewayStatus in io.fabric8.kubernetes.api.model.gatewayapi.v1beta1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1beta1 that return GatewayStatus Modifier and Type Method Description GatewayStatusGatewayFluent. buildStatus()GatewayStatusGateway. getStatus()Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1beta1 with parameters of type GatewayStatus Modifier and Type Method Description GatewayFluent.StatusNested<A>GatewayFluent. editOrNewStatusLike(GatewayStatus item)voidGateway. setStatus(GatewayStatus status)GatewayFluent.StatusNested<A>GatewayFluent. withNewStatusLike(GatewayStatus item)AGatewayFluent. withStatus(GatewayStatus status)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1beta1 with parameters of type GatewayStatus Constructor Description Gateway(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, GatewaySpec spec, GatewayStatus status)
-