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