Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.ServiceMonitorListFluent.ItemsNested
-
Packages that use ServiceMonitorListFluent.ItemsNested Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of ServiceMonitorListFluent.ItemsNested in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return ServiceMonitorListFluent.ItemsNested Modifier and Type Method Description ServiceMonitorListFluent.ItemsNested<A>ServiceMonitorListFluent. addNewItem()ServiceMonitorListFluent.ItemsNested<A>ServiceMonitorListFluent. addNewItemLike(ServiceMonitor item)ServiceMonitorListFluent.ItemsNested<A>ServiceMonitorListFluent. editFirstItem()ServiceMonitorListFluent.ItemsNested<A>ServiceMonitorListFluent. editItem(int index)ServiceMonitorListFluent.ItemsNested<A>ServiceMonitorListFluent. editLastItem()ServiceMonitorListFluent.ItemsNested<A>ServiceMonitorListFluent. editMatchingItem(Predicate<ServiceMonitorBuilder> predicate)ServiceMonitorListFluent.ItemsNested<A>ServiceMonitorListFluent. setNewItemLike(int index, ServiceMonitor item)
-