Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.Prometheus
-
Packages that use Prometheus Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of Prometheus in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return Prometheus Modifier and Type Method Description PrometheusPrometheusBuilder. build()PrometheusPrometheusListFluent. buildFirstItem()PrometheusPrometheusListFluent. buildItem(int index)PrometheusPrometheusListFluent. buildLastItem()PrometheusPrometheusListFluent. buildMatchingItem(Predicate<PrometheusBuilder> predicate)Methods in io.fabric8.openshift.api.model.monitoring.v1 that return types with arguments of type Prometheus Modifier and Type Method Description List<Prometheus>PrometheusListFluent. buildItems()List<Prometheus>PrometheusList. getItems()List of PrometheusesMethods in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type Prometheus Modifier and Type Method Description PrometheusListFluent.ItemsNested<A>PrometheusListFluent. addNewItemLike(Prometheus item)APrometheusListFluent. addToItems(int index, Prometheus item)APrometheusListFluent. addToItems(Prometheus... items)protected voidPrometheusFluent. copyInstance(Prometheus instance)APrometheusListFluent. removeFromItems(Prometheus... items)PrometheusListFluent.ItemsNested<A>PrometheusListFluent. setNewItemLike(int index, Prometheus item)APrometheusListFluent. setToItems(int index, Prometheus item)APrometheusListFluent. withItems(Prometheus... items)Method parameters in io.fabric8.openshift.api.model.monitoring.v1 with type arguments of type Prometheus Modifier and Type Method Description APrometheusListFluent. addAllToItems(Collection<Prometheus> items)APrometheusListFluent. removeAllFromItems(Collection<Prometheus> items)voidPrometheusList. setItems(List<Prometheus> items)List of PrometheusesAPrometheusListFluent. withItems(List<Prometheus> items)Constructors in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type Prometheus Constructor Description PrometheusBuilder(Prometheus instance)PrometheusBuilder(PrometheusFluent<?> fluent, Prometheus instance)PrometheusFluent(Prometheus instance)Constructor parameters in io.fabric8.openshift.api.model.monitoring.v1 with type arguments of type Prometheus Constructor Description PrometheusList(String apiVersion, List<Prometheus> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-