Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.ThanosRulerSpec
-
Packages that use ThanosRulerSpec Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of ThanosRulerSpec in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return ThanosRulerSpec Modifier and Type Method Description ThanosRulerSpecThanosRulerSpecBuilder. build()ThanosRulerSpecThanosRulerFluent. buildSpec()ThanosRulerSpecThanosRuler. getSpec()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 ThanosRulerSpec Modifier and Type Method Description protected voidThanosRulerSpecFluent. copyInstance(ThanosRulerSpec instance)ThanosRulerFluent.SpecNested<A>ThanosRulerFluent. editOrNewSpecLike(ThanosRulerSpec item)voidThanosRuler. setSpec(ThanosRulerSpec spec)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.SpecNested<A>ThanosRulerFluent. withNewSpecLike(ThanosRulerSpec item)AThanosRulerFluent. withSpec(ThanosRulerSpec spec)Constructors in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type ThanosRulerSpec Constructor Description ThanosRuler(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ThanosRulerSpec spec, ThanosRulerStatus status)ThanosRulerSpecBuilder(ThanosRulerSpec instance)ThanosRulerSpecBuilder(ThanosRulerSpecFluent<?> fluent, ThanosRulerSpec instance)ThanosRulerSpecFluent(ThanosRulerSpec instance)
-