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 GatewayStatus
GatewayStatusBuilder. build()
GatewayStatus
GatewayFluent. buildStatus()
GatewayStatus
Gateway. getStatus()
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type GatewayStatus Modifier and Type Method Description protected void
GatewayStatusFluent. copyInstance(GatewayStatus instance)
GatewayFluent.StatusNested<A>
GatewayFluent. editOrNewStatusLike(GatewayStatus item)
void
Gateway. setStatus(GatewayStatus status)
GatewayFluent.StatusNested<A>
GatewayFluent. withNewStatusLike(GatewayStatus item)
A
GatewayFluent. 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 GatewayStatus
GatewayFluent. buildStatus()
GatewayStatus
Gateway. 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)
void
Gateway. setStatus(GatewayStatus status)
GatewayFluent.StatusNested<A>
GatewayFluent. withNewStatusLike(GatewayStatus item)
A
GatewayFluent. 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)
-