Uses of Class
io.fabric8.openshift.api.model.hive.v1.ClusterImageSet
-
Packages that use ClusterImageSet Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of ClusterImageSet in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return ClusterImageSet Modifier and Type Method Description ClusterImageSetClusterImageSetBuilder. build()ClusterImageSetClusterImageSetListFluent. buildFirstItem()ClusterImageSetClusterImageSetListFluent. buildItem(int index)ClusterImageSetClusterImageSetListFluent. buildLastItem()ClusterImageSetClusterImageSetListFluent. buildMatchingItem(Predicate<ClusterImageSetBuilder> predicate)Methods in io.fabric8.openshift.api.model.hive.v1 that return types with arguments of type ClusterImageSet Modifier and Type Method Description List<ClusterImageSet>ClusterImageSetListFluent. buildItems()List<ClusterImageSet>ClusterImageSetList. getItems()ClusterImageSetList contains a list of ClusterImageSetMethods in io.fabric8.openshift.api.model.hive.v1 with parameters of type ClusterImageSet Modifier and Type Method Description ClusterImageSetListFluent.ItemsNested<A>ClusterImageSetListFluent. addNewItemLike(ClusterImageSet item)AClusterImageSetListFluent. addToItems(int index, ClusterImageSet item)AClusterImageSetListFluent. addToItems(ClusterImageSet... items)protected voidClusterImageSetFluent. copyInstance(ClusterImageSet instance)AClusterImageSetListFluent. removeFromItems(ClusterImageSet... items)ClusterImageSetListFluent.ItemsNested<A>ClusterImageSetListFluent. setNewItemLike(int index, ClusterImageSet item)AClusterImageSetListFluent. setToItems(int index, ClusterImageSet item)AClusterImageSetListFluent. withItems(ClusterImageSet... items)Method parameters in io.fabric8.openshift.api.model.hive.v1 with type arguments of type ClusterImageSet Modifier and Type Method Description AClusterImageSetListFluent. addAllToItems(Collection<ClusterImageSet> items)AClusterImageSetListFluent. removeAllFromItems(Collection<ClusterImageSet> items)voidClusterImageSetList. setItems(List<ClusterImageSet> items)ClusterImageSetList contains a list of ClusterImageSetAClusterImageSetListFluent. withItems(List<ClusterImageSet> items)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type ClusterImageSet Constructor Description ClusterImageSetBuilder(ClusterImageSet instance)ClusterImageSetBuilder(ClusterImageSetFluent<?> fluent, ClusterImageSet instance)ClusterImageSetFluent(ClusterImageSet instance)Constructor parameters in io.fabric8.openshift.api.model.hive.v1 with type arguments of type ClusterImageSet Constructor Description ClusterImageSetList(String apiVersion, List<ClusterImageSet> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-