Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.ThanosRulerStatus
-
Packages that use ThanosRulerStatus Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of ThanosRulerStatus in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return ThanosRulerStatus Modifier and Type Method Description ThanosRulerStatusThanosRulerStatusBuilder. build()ThanosRulerStatusThanosRulerFluent. buildStatus()ThanosRulerStatusThanosRuler. getStatus()The `ThanosRuler` custom resource definition (CRD) defines a desired [Thanos Ruler](https://github.com/thanos-io/thanos/blob/main/docs/components/rule.md) setup to run in a Kubernetes cluster.Methods in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type ThanosRulerStatus Modifier and Type Method Description protected voidThanosRulerStatusFluent. copyInstance(ThanosRulerStatus instance)ThanosRulerFluent.StatusNested<A>ThanosRulerFluent. editOrNewStatusLike(ThanosRulerStatus item)voidThanosRuler. setStatus(ThanosRulerStatus status)The `ThanosRuler` custom resource definition (CRD) defines a desired [Thanos Ruler](https://github.com/thanos-io/thanos/blob/main/docs/components/rule.md) setup to run in a Kubernetes cluster.ThanosRulerFluent.StatusNested<A>ThanosRulerFluent. withNewStatusLike(ThanosRulerStatus item)AThanosRulerFluent. withStatus(ThanosRulerStatus status)Constructors in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type ThanosRulerStatus Constructor Description ThanosRuler(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ThanosRulerSpec spec, ThanosRulerStatus status)ThanosRulerStatusBuilder(ThanosRulerStatus instance)ThanosRulerStatusBuilder(ThanosRulerStatusFluent<?> fluent, ThanosRulerStatus instance)ThanosRulerStatusFluent(ThanosRulerStatus instance)
-