Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.Alertmanager
-
Packages that use Alertmanager Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of Alertmanager in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return Alertmanager Modifier and Type Method Description AlertmanagerAlertmanagerBuilder. build()AlertmanagerAlertmanagerListFluent. buildFirstItem()AlertmanagerAlertmanagerListFluent. buildItem(int index)AlertmanagerAlertmanagerListFluent. buildLastItem()AlertmanagerAlertmanagerListFluent. buildMatchingItem(Predicate<AlertmanagerBuilder> predicate)Methods in io.fabric8.openshift.api.model.monitoring.v1 that return types with arguments of type Alertmanager Modifier and Type Method Description List<Alertmanager>AlertmanagerListFluent. buildItems()List<Alertmanager>AlertmanagerList. getItems()List of AlertmanagersMethods in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type Alertmanager Modifier and Type Method Description AlertmanagerListFluent.ItemsNested<A>AlertmanagerListFluent. addNewItemLike(Alertmanager item)AAlertmanagerListFluent. addToItems(int index, Alertmanager item)AAlertmanagerListFluent. addToItems(Alertmanager... items)protected voidAlertmanagerFluent. copyInstance(Alertmanager instance)AAlertmanagerListFluent. removeFromItems(Alertmanager... items)AlertmanagerListFluent.ItemsNested<A>AlertmanagerListFluent. setNewItemLike(int index, Alertmanager item)AAlertmanagerListFluent. setToItems(int index, Alertmanager item)AAlertmanagerListFluent. withItems(Alertmanager... items)Method parameters in io.fabric8.openshift.api.model.monitoring.v1 with type arguments of type Alertmanager Modifier and Type Method Description AAlertmanagerListFluent. addAllToItems(Collection<Alertmanager> items)AAlertmanagerListFluent. removeAllFromItems(Collection<Alertmanager> items)voidAlertmanagerList. setItems(List<Alertmanager> items)List of AlertmanagersAAlertmanagerListFluent. withItems(List<Alertmanager> items)Constructors in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type Alertmanager Constructor Description AlertmanagerBuilder(Alertmanager instance)AlertmanagerBuilder(AlertmanagerFluent<?> fluent, Alertmanager instance)AlertmanagerFluent(Alertmanager instance)Constructor parameters in io.fabric8.openshift.api.model.monitoring.v1 with type arguments of type Alertmanager Constructor Description AlertmanagerList(String apiVersion, List<Alertmanager> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-