Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.PrometheusSpec
-
Packages that use PrometheusSpec Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of PrometheusSpec in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return PrometheusSpec Modifier and Type Method Description PrometheusSpecPrometheusSpecBuilder. build()PrometheusSpecPrometheusFluent. buildSpec()PrometheusSpecPrometheus. getSpec()The `Prometheus` custom resource definition (CRD) defines a desired [Prometheus](https://prometheus.io/docs/prometheus) setup to run in a Kubernetes cluster.Methods in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type PrometheusSpec Modifier and Type Method Description protected voidPrometheusSpecFluent. copyInstance(PrometheusSpec instance)PrometheusFluent.SpecNested<A>PrometheusFluent. editOrNewSpecLike(PrometheusSpec item)voidPrometheus. setSpec(PrometheusSpec spec)The `Prometheus` custom resource definition (CRD) defines a desired [Prometheus](https://prometheus.io/docs/prometheus) setup to run in a Kubernetes cluster.PrometheusFluent.SpecNested<A>PrometheusFluent. withNewSpecLike(PrometheusSpec item)APrometheusFluent. withSpec(PrometheusSpec spec)Constructors in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type PrometheusSpec Constructor Description Prometheus(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, PrometheusSpec spec, PrometheusStatus status)PrometheusSpecBuilder(PrometheusSpec instance)PrometheusSpecBuilder(PrometheusSpecFluent<?> fluent, PrometheusSpec instance)PrometheusSpecFluent(PrometheusSpec instance)
-