Uses of Class
io.fabric8.openshift.api.model.monitoring.v1alpha1.PrometheusAgentSpec
-
Packages that use PrometheusAgentSpec Package Description io.fabric8.openshift.api.model.monitoring.v1alpha1 -
-
Uses of PrometheusAgentSpec in io.fabric8.openshift.api.model.monitoring.v1alpha1
Methods in io.fabric8.openshift.api.model.monitoring.v1alpha1 that return PrometheusAgentSpec Modifier and Type Method Description PrometheusAgentSpecPrometheusAgentSpecBuilder. build()PrometheusAgentSpecPrometheusAgentFluent. buildSpec()PrometheusAgentSpecPrometheusAgent. getSpec()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 PrometheusAgentSpec Modifier and Type Method Description protected voidPrometheusAgentSpecFluent. copyInstance(PrometheusAgentSpec instance)PrometheusAgentFluent.SpecNested<A>PrometheusAgentFluent. editOrNewSpecLike(PrometheusAgentSpec item)voidPrometheusAgent. setSpec(PrometheusAgentSpec spec)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.SpecNested<A>PrometheusAgentFluent. withNewSpecLike(PrometheusAgentSpec item)APrometheusAgentFluent. withSpec(PrometheusAgentSpec spec)Constructors in io.fabric8.openshift.api.model.monitoring.v1alpha1 with parameters of type PrometheusAgentSpec Constructor Description PrometheusAgent(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, PrometheusAgentSpec spec, PrometheusStatus status)PrometheusAgentSpecBuilder(PrometheusAgentSpec instance)PrometheusAgentSpecBuilder(PrometheusAgentSpecFluent<?> fluent, PrometheusAgentSpec instance)PrometheusAgentSpecFluent(PrometheusAgentSpec instance)
-