Uses of Class
io.fabric8.openshift.api.model.monitoring.v1alpha1.PrometheusAgent
-
Packages that use PrometheusAgent Package Description io.fabric8.openshift.api.model.monitoring.v1alpha1 -
-
Uses of PrometheusAgent in io.fabric8.openshift.api.model.monitoring.v1alpha1
Methods in io.fabric8.openshift.api.model.monitoring.v1alpha1 that return PrometheusAgent Modifier and Type Method Description PrometheusAgentPrometheusAgentBuilder. build()PrometheusAgentPrometheusAgentListFluent. buildFirstItem()PrometheusAgentPrometheusAgentListFluent. buildItem(int index)PrometheusAgentPrometheusAgentListFluent. buildLastItem()PrometheusAgentPrometheusAgentListFluent. buildMatchingItem(Predicate<PrometheusAgentBuilder> predicate)Methods in io.fabric8.openshift.api.model.monitoring.v1alpha1 that return types with arguments of type PrometheusAgent Modifier and Type Method Description List<PrometheusAgent>PrometheusAgentListFluent. buildItems()List<PrometheusAgent>PrometheusAgentList. getItems()List of Prometheus agentsMethods in io.fabric8.openshift.api.model.monitoring.v1alpha1 with parameters of type PrometheusAgent Modifier and Type Method Description PrometheusAgentListFluent.ItemsNested<A>PrometheusAgentListFluent. addNewItemLike(PrometheusAgent item)APrometheusAgentListFluent. addToItems(int index, PrometheusAgent item)APrometheusAgentListFluent. addToItems(PrometheusAgent... items)protected voidPrometheusAgentFluent. copyInstance(PrometheusAgent instance)APrometheusAgentListFluent. removeFromItems(PrometheusAgent... items)PrometheusAgentListFluent.ItemsNested<A>PrometheusAgentListFluent. setNewItemLike(int index, PrometheusAgent item)APrometheusAgentListFluent. setToItems(int index, PrometheusAgent item)APrometheusAgentListFluent. withItems(PrometheusAgent... items)Method parameters in io.fabric8.openshift.api.model.monitoring.v1alpha1 with type arguments of type PrometheusAgent Modifier and Type Method Description APrometheusAgentListFluent. addAllToItems(Collection<PrometheusAgent> items)APrometheusAgentListFluent. removeAllFromItems(Collection<PrometheusAgent> items)voidPrometheusAgentList. setItems(List<PrometheusAgent> items)List of Prometheus agentsAPrometheusAgentListFluent. withItems(List<PrometheusAgent> items)Constructors in io.fabric8.openshift.api.model.monitoring.v1alpha1 with parameters of type PrometheusAgent Constructor Description PrometheusAgentBuilder(PrometheusAgent instance)PrometheusAgentBuilder(PrometheusAgentFluent<?> fluent, PrometheusAgent instance)PrometheusAgentFluent(PrometheusAgent instance)Constructor parameters in io.fabric8.openshift.api.model.monitoring.v1alpha1 with type arguments of type PrometheusAgent Constructor Description PrometheusAgentList(String apiVersion, List<PrometheusAgent> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-