Uses of Class
io.fabric8.openshift.api.model.config.v1alpha2.InsightsDataGather
-
Packages that use InsightsDataGather Package Description io.fabric8.openshift.api.model.config.v1alpha2 -
-
Uses of InsightsDataGather in io.fabric8.openshift.api.model.config.v1alpha2
Methods in io.fabric8.openshift.api.model.config.v1alpha2 that return InsightsDataGather Modifier and Type Method Description InsightsDataGatherInsightsDataGatherBuilder. build()InsightsDataGatherInsightsDataGatherListFluent. buildFirstItem()InsightsDataGatherInsightsDataGatherListFluent. buildItem(int index)InsightsDataGatherInsightsDataGatherListFluent. buildLastItem()InsightsDataGatherInsightsDataGatherListFluent. buildMatchingItem(Predicate<InsightsDataGatherBuilder> predicate)Methods in io.fabric8.openshift.api.model.config.v1alpha2 that return types with arguments of type InsightsDataGather Modifier and Type Method Description List<InsightsDataGather>InsightsDataGatherListFluent. buildItems()List<InsightsDataGather>InsightsDataGatherList. getItems()items is the required list of InsightsDataGather objects it may not exceed 100 itemsMethods in io.fabric8.openshift.api.model.config.v1alpha2 with parameters of type InsightsDataGather Modifier and Type Method Description InsightsDataGatherListFluent.ItemsNested<A>InsightsDataGatherListFluent. addNewItemLike(InsightsDataGather item)AInsightsDataGatherListFluent. addToItems(int index, InsightsDataGather item)AInsightsDataGatherListFluent. addToItems(InsightsDataGather... items)protected voidInsightsDataGatherFluent. copyInstance(InsightsDataGather instance)AInsightsDataGatherListFluent. removeFromItems(InsightsDataGather... items)InsightsDataGatherListFluent.ItemsNested<A>InsightsDataGatherListFluent. setNewItemLike(int index, InsightsDataGather item)AInsightsDataGatherListFluent. setToItems(int index, InsightsDataGather item)AInsightsDataGatherListFluent. withItems(InsightsDataGather... items)Method parameters in io.fabric8.openshift.api.model.config.v1alpha2 with type arguments of type InsightsDataGather Modifier and Type Method Description AInsightsDataGatherListFluent. addAllToItems(Collection<InsightsDataGather> items)AInsightsDataGatherListFluent. removeAllFromItems(Collection<InsightsDataGather> items)voidInsightsDataGatherList. setItems(List<InsightsDataGather> items)items is the required list of InsightsDataGather objects it may not exceed 100 itemsAInsightsDataGatherListFluent. withItems(List<InsightsDataGather> items)Constructors in io.fabric8.openshift.api.model.config.v1alpha2 with parameters of type InsightsDataGather Constructor Description InsightsDataGatherBuilder(InsightsDataGather instance)InsightsDataGatherBuilder(InsightsDataGatherFluent<?> fluent, InsightsDataGather instance)InsightsDataGatherFluent(InsightsDataGather instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1alpha2 with type arguments of type InsightsDataGather Constructor Description InsightsDataGatherList(String apiVersion, List<InsightsDataGather> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-