Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.PrometheusStatus
-
Packages that use PrometheusStatus Package Description io.fabric8.openshift.api.model.monitoring.v1 io.fabric8.openshift.api.model.monitoring.v1alpha1 -
-
Uses of PrometheusStatus in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return PrometheusStatus Modifier and Type Method Description PrometheusStatusPrometheusStatusBuilder. build()PrometheusStatusPrometheusFluent. buildStatus()PrometheusStatusPrometheus. getStatus()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 PrometheusStatus Modifier and Type Method Description protected voidPrometheusStatusFluent. copyInstance(PrometheusStatus instance)PrometheusFluent.StatusNested<A>PrometheusFluent. editOrNewStatusLike(PrometheusStatus item)voidPrometheus. setStatus(PrometheusStatus status)The `Prometheus` custom resource definition (CRD) defines a desired [Prometheus](https://prometheus.io/docs/prometheus) setup to run in a Kubernetes cluster.PrometheusFluent.StatusNested<A>PrometheusFluent. withNewStatusLike(PrometheusStatus item)APrometheusFluent. withStatus(PrometheusStatus status)Constructors in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type PrometheusStatus Constructor Description Prometheus(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, PrometheusSpec spec, PrometheusStatus status)PrometheusStatusBuilder(PrometheusStatus instance)PrometheusStatusBuilder(PrometheusStatusFluent<?> fluent, PrometheusStatus instance)PrometheusStatusFluent(PrometheusStatus instance) -
Uses of PrometheusStatus in io.fabric8.openshift.api.model.monitoring.v1alpha1
Methods in io.fabric8.openshift.api.model.monitoring.v1alpha1 that return PrometheusStatus Modifier and Type Method Description PrometheusStatusPrometheusAgentFluent. buildStatus()PrometheusStatusPrometheusAgent. getStatus()The `PrometheusAgent` custom resource definition (CRD) defines a desired [Prometheus Agent](https://prometheus.io/blog/2021/11/16/agent/) setup to run in a Kubernetes cluster.Methods in io.fabric8.openshift.api.model.monitoring.v1alpha1 with parameters of type PrometheusStatus Modifier and Type Method Description PrometheusAgentFluent.StatusNested<A>PrometheusAgentFluent. editOrNewStatusLike(PrometheusStatus item)voidPrometheusAgent. setStatus(PrometheusStatus status)The `PrometheusAgent` custom resource definition (CRD) defines a desired [Prometheus Agent](https://prometheus.io/blog/2021/11/16/agent/) setup to run in a Kubernetes cluster.PrometheusAgentFluent.StatusNested<A>PrometheusAgentFluent. withNewStatusLike(PrometheusStatus item)APrometheusAgentFluent. withStatus(PrometheusStatus status)Constructors in io.fabric8.openshift.api.model.monitoring.v1alpha1 with parameters of type PrometheusStatus Constructor Description PrometheusAgent(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, PrometheusAgentSpec spec, PrometheusStatus status)
-