Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.ServiceMonitor
-
Packages that use ServiceMonitor Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of ServiceMonitor in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return ServiceMonitor Modifier and Type Method Description ServiceMonitorServiceMonitorBuilder. build()ServiceMonitorServiceMonitorListFluent. buildFirstItem()ServiceMonitorServiceMonitorListFluent. buildItem(int index)ServiceMonitorServiceMonitorListFluent. buildLastItem()ServiceMonitorServiceMonitorListFluent. buildMatchingItem(Predicate<ServiceMonitorBuilder> predicate)Methods in io.fabric8.openshift.api.model.monitoring.v1 that return types with arguments of type ServiceMonitor Modifier and Type Method Description List<ServiceMonitor>ServiceMonitorListFluent. buildItems()List<ServiceMonitor>ServiceMonitorList. getItems()List of ServiceMonitorsMethods in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type ServiceMonitor Modifier and Type Method Description ServiceMonitorListFluent.ItemsNested<A>ServiceMonitorListFluent. addNewItemLike(ServiceMonitor item)AServiceMonitorListFluent. addToItems(int index, ServiceMonitor item)AServiceMonitorListFluent. addToItems(ServiceMonitor... items)protected voidServiceMonitorFluent. copyInstance(ServiceMonitor instance)AServiceMonitorListFluent. removeFromItems(ServiceMonitor... items)ServiceMonitorListFluent.ItemsNested<A>ServiceMonitorListFluent. setNewItemLike(int index, ServiceMonitor item)AServiceMonitorListFluent. setToItems(int index, ServiceMonitor item)AServiceMonitorListFluent. withItems(ServiceMonitor... items)Method parameters in io.fabric8.openshift.api.model.monitoring.v1 with type arguments of type ServiceMonitor Modifier and Type Method Description AServiceMonitorListFluent. addAllToItems(Collection<ServiceMonitor> items)AServiceMonitorListFluent. removeAllFromItems(Collection<ServiceMonitor> items)voidServiceMonitorList. setItems(List<ServiceMonitor> items)List of ServiceMonitorsAServiceMonitorListFluent. withItems(List<ServiceMonitor> items)Constructors in io.fabric8.openshift.api.model.monitoring.v1 with parameters of type ServiceMonitor Constructor Description ServiceMonitorBuilder(ServiceMonitor instance)ServiceMonitorBuilder(ServiceMonitorFluent<?> fluent, ServiceMonitor instance)ServiceMonitorFluent(ServiceMonitor instance)Constructor parameters in io.fabric8.openshift.api.model.monitoring.v1 with type arguments of type ServiceMonitor Constructor Description ServiceMonitorList(String apiVersion, List<ServiceMonitor> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-