Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.ThanosRuler
-
Packages that use ThanosRuler Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of ThanosRuler in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return ThanosRuler Modifier and Type Method Description ThanosRulerThanosRulerBuilder. build()ThanosRulerThanosRulerListFluent. buildFirstItem()ThanosRulerThanosRulerListFluent. buildItem(int index)ThanosRulerThanosRulerListFluent. buildLastItem()ThanosRulerThanosRulerListFluent. buildMatchingItem(Predicate<ThanosRulerBuilder> predicate)Methods in io.fabric8.openshift.api.model.monitoring.v1 that return types with arguments of type ThanosRuler Modifier and Type Method Description List<ThanosRuler>ThanosRulerListFluent. buildItems()List<ThanosRuler>ThanosRulerList. getItems()List of PrometheusesMethods in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type ThanosRuler Modifier and Type Method Description ThanosRulerListFluent.ItemsNested<A>ThanosRulerListFluent. addNewItemLike(ThanosRuler item)AThanosRulerListFluent. addToItems(int index, ThanosRuler item)AThanosRulerListFluent. addToItems(ThanosRuler... items)protected voidThanosRulerFluent. copyInstance(ThanosRuler instance)AThanosRulerListFluent. removeFromItems(ThanosRuler... items)ThanosRulerListFluent.ItemsNested<A>ThanosRulerListFluent. setNewItemLike(int index, ThanosRuler item)AThanosRulerListFluent. setToItems(int index, ThanosRuler item)AThanosRulerListFluent. withItems(ThanosRuler... items)Method parameters in io.fabric8.openshift.api.model.monitoring.v1 with type arguments of type ThanosRuler Modifier and Type Method Description AThanosRulerListFluent. addAllToItems(Collection<ThanosRuler> items)AThanosRulerListFluent. removeAllFromItems(Collection<ThanosRuler> items)voidThanosRulerList. setItems(List<ThanosRuler> items)List of PrometheusesAThanosRulerListFluent. withItems(List<ThanosRuler> items)Constructors in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type ThanosRuler Constructor Description ThanosRulerBuilder(ThanosRuler instance)ThanosRulerBuilder(ThanosRulerFluent<?> fluent, ThanosRuler instance)ThanosRulerFluent(ThanosRuler instance)Constructor parameters in io.fabric8.openshift.api.model.monitoring.v1 with type arguments of type ThanosRuler Constructor Description ThanosRulerList(String apiVersion, List<ThanosRuler> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-