Uses of Class
io.fabric8.openclustermanagement.api.model.cluster.v1beta2.ManagedClusterSetBinding
-
Packages that use ManagedClusterSetBinding Package Description io.fabric8.openclustermanagement.api.model.cluster.v1beta2 -
-
Uses of ManagedClusterSetBinding in io.fabric8.openclustermanagement.api.model.cluster.v1beta2
Methods in io.fabric8.openclustermanagement.api.model.cluster.v1beta2 that return ManagedClusterSetBinding Modifier and Type Method Description ManagedClusterSetBindingManagedClusterSetBindingBuilder. build()ManagedClusterSetBindingManagedClusterSetBindingListFluent. buildFirstItem()ManagedClusterSetBindingManagedClusterSetBindingListFluent. buildItem(int index)ManagedClusterSetBindingManagedClusterSetBindingListFluent. buildLastItem()ManagedClusterSetBindingManagedClusterSetBindingListFluent. buildMatchingItem(Predicate<ManagedClusterSetBindingBuilder> predicate)Methods in io.fabric8.openclustermanagement.api.model.cluster.v1beta2 that return types with arguments of type ManagedClusterSetBinding Modifier and Type Method Description List<ManagedClusterSetBinding>ManagedClusterSetBindingListFluent. buildItems()List<ManagedClusterSetBinding>ManagedClusterSetBindingList. getItems()Methods in io.fabric8.openclustermanagement.api.model.cluster.v1beta2 with parameters of type ManagedClusterSetBinding Modifier and Type Method Description ManagedClusterSetBindingListFluent.ItemsNested<A>ManagedClusterSetBindingListFluent. addNewItemLike(ManagedClusterSetBinding item)AManagedClusterSetBindingListFluent. addToItems(int index, ManagedClusterSetBinding item)AManagedClusterSetBindingListFluent. addToItems(ManagedClusterSetBinding... items)protected voidManagedClusterSetBindingFluent. copyInstance(ManagedClusterSetBinding instance)AManagedClusterSetBindingListFluent. removeFromItems(ManagedClusterSetBinding... items)ManagedClusterSetBindingListFluent.ItemsNested<A>ManagedClusterSetBindingListFluent. setNewItemLike(int index, ManagedClusterSetBinding item)AManagedClusterSetBindingListFluent. setToItems(int index, ManagedClusterSetBinding item)AManagedClusterSetBindingListFluent. withItems(ManagedClusterSetBinding... items)Method parameters in io.fabric8.openclustermanagement.api.model.cluster.v1beta2 with type arguments of type ManagedClusterSetBinding Modifier and Type Method Description AManagedClusterSetBindingListFluent. addAllToItems(Collection<ManagedClusterSetBinding> items)AManagedClusterSetBindingListFluent. removeAllFromItems(Collection<ManagedClusterSetBinding> items)voidManagedClusterSetBindingList. setItems(List<ManagedClusterSetBinding> items)AManagedClusterSetBindingListFluent. withItems(List<ManagedClusterSetBinding> items)Constructors in io.fabric8.openclustermanagement.api.model.cluster.v1beta2 with parameters of type ManagedClusterSetBinding Constructor Description ManagedClusterSetBindingBuilder(ManagedClusterSetBinding instance)ManagedClusterSetBindingBuilder(ManagedClusterSetBindingFluent<?> fluent, ManagedClusterSetBinding instance)ManagedClusterSetBindingFluent(ManagedClusterSetBinding instance)Constructor parameters in io.fabric8.openclustermanagement.api.model.cluster.v1beta2 with type arguments of type ManagedClusterSetBinding Constructor Description ManagedClusterSetBindingList(String apiVersion, List<ManagedClusterSetBinding> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-