Uses of Class
io.fabric8.openclustermanagement.api.model.discovery.v1alpha1.DiscoveredCluster
-
Packages that use DiscoveredCluster Package Description io.fabric8.openclustermanagement.api.model.discovery.v1alpha1 -
-
Uses of DiscoveredCluster in io.fabric8.openclustermanagement.api.model.discovery.v1alpha1
Methods in io.fabric8.openclustermanagement.api.model.discovery.v1alpha1 that return DiscoveredCluster Modifier and Type Method Description DiscoveredClusterDiscoveredClusterBuilder. build()DiscoveredClusterDiscoveredClusterListFluent. buildFirstItem()DiscoveredClusterDiscoveredClusterListFluent. buildItem(int index)DiscoveredClusterDiscoveredClusterListFluent. buildLastItem()DiscoveredClusterDiscoveredClusterListFluent. buildMatchingItem(Predicate<DiscoveredClusterBuilder> predicate)Methods in io.fabric8.openclustermanagement.api.model.discovery.v1alpha1 that return types with arguments of type DiscoveredCluster Modifier and Type Method Description List<DiscoveredCluster>DiscoveredClusterListFluent. buildItems()List<DiscoveredCluster>DiscoveredClusterList. getItems()Methods in io.fabric8.openclustermanagement.api.model.discovery.v1alpha1 with parameters of type DiscoveredCluster Modifier and Type Method Description DiscoveredClusterListFluent.ItemsNested<A>DiscoveredClusterListFluent. addNewItemLike(DiscoveredCluster item)ADiscoveredClusterListFluent. addToItems(int index, DiscoveredCluster item)ADiscoveredClusterListFluent. addToItems(DiscoveredCluster... items)protected voidDiscoveredClusterFluent. copyInstance(DiscoveredCluster instance)ADiscoveredClusterListFluent. removeFromItems(DiscoveredCluster... items)DiscoveredClusterListFluent.ItemsNested<A>DiscoveredClusterListFluent. setNewItemLike(int index, DiscoveredCluster item)ADiscoveredClusterListFluent. setToItems(int index, DiscoveredCluster item)ADiscoveredClusterListFluent. withItems(DiscoveredCluster... items)Method parameters in io.fabric8.openclustermanagement.api.model.discovery.v1alpha1 with type arguments of type DiscoveredCluster Modifier and Type Method Description ADiscoveredClusterListFluent. addAllToItems(Collection<DiscoveredCluster> items)ADiscoveredClusterListFluent. removeAllFromItems(Collection<DiscoveredCluster> items)voidDiscoveredClusterList. setItems(List<DiscoveredCluster> items)ADiscoveredClusterListFluent. withItems(List<DiscoveredCluster> items)Constructors in io.fabric8.openclustermanagement.api.model.discovery.v1alpha1 with parameters of type DiscoveredCluster Constructor Description DiscoveredClusterBuilder(DiscoveredCluster instance)DiscoveredClusterBuilder(DiscoveredClusterFluent<?> fluent, DiscoveredCluster instance)DiscoveredClusterFluent(DiscoveredCluster instance)Constructor parameters in io.fabric8.openclustermanagement.api.model.discovery.v1alpha1 with type arguments of type DiscoveredCluster Constructor Description DiscoveredClusterList(String apiVersion, List<DiscoveredCluster> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-