Uses of Class
io.fabric8.openshift.api.model.miscellaneous.helm.v1beta1.HelmChartRepository
-
Packages that use HelmChartRepository Package Description io.fabric8.openshift.api.model.miscellaneous.helm.v1beta1 -
-
Uses of HelmChartRepository in io.fabric8.openshift.api.model.miscellaneous.helm.v1beta1
Methods in io.fabric8.openshift.api.model.miscellaneous.helm.v1beta1 that return HelmChartRepository Modifier and Type Method Description HelmChartRepositoryHelmChartRepositoryBuilder. build()HelmChartRepositoryHelmChartRepositoryListFluent. buildFirstItem()HelmChartRepositoryHelmChartRepositoryListFluent. buildItem(int index)HelmChartRepositoryHelmChartRepositoryListFluent. buildLastItem()HelmChartRepositoryHelmChartRepositoryListFluent. buildMatchingItem(Predicate<HelmChartRepositoryBuilder> predicate)Methods in io.fabric8.openshift.api.model.miscellaneous.helm.v1beta1 that return types with arguments of type HelmChartRepository Modifier and Type Method Description List<HelmChartRepository>HelmChartRepositoryListFluent. buildItems()List<HelmChartRepository>HelmChartRepositoryList. getItems()Compatibility level 2: Stable within a major release for a minimum of 9 months or 3 minor releases (whichever is longer).Methods in io.fabric8.openshift.api.model.miscellaneous.helm.v1beta1 with parameters of type HelmChartRepository Modifier and Type Method Description HelmChartRepositoryListFluent.ItemsNested<A>HelmChartRepositoryListFluent. addNewItemLike(HelmChartRepository item)AHelmChartRepositoryListFluent. addToItems(int index, HelmChartRepository item)AHelmChartRepositoryListFluent. addToItems(HelmChartRepository... items)protected voidHelmChartRepositoryFluent. copyInstance(HelmChartRepository instance)AHelmChartRepositoryListFluent. removeFromItems(HelmChartRepository... items)HelmChartRepositoryListFluent.ItemsNested<A>HelmChartRepositoryListFluent. setNewItemLike(int index, HelmChartRepository item)AHelmChartRepositoryListFluent. setToItems(int index, HelmChartRepository item)AHelmChartRepositoryListFluent. withItems(HelmChartRepository... items)Method parameters in io.fabric8.openshift.api.model.miscellaneous.helm.v1beta1 with type arguments of type HelmChartRepository Modifier and Type Method Description AHelmChartRepositoryListFluent. addAllToItems(Collection<HelmChartRepository> items)AHelmChartRepositoryListFluent. removeAllFromItems(Collection<HelmChartRepository> items)voidHelmChartRepositoryList. setItems(List<HelmChartRepository> items)Compatibility level 2: Stable within a major release for a minimum of 9 months or 3 minor releases (whichever is longer).AHelmChartRepositoryListFluent. withItems(List<HelmChartRepository> items)Constructors in io.fabric8.openshift.api.model.miscellaneous.helm.v1beta1 with parameters of type HelmChartRepository Constructor Description HelmChartRepositoryBuilder(HelmChartRepository instance)HelmChartRepositoryBuilder(HelmChartRepositoryFluent<?> fluent, HelmChartRepository instance)HelmChartRepositoryFluent(HelmChartRepository instance)Constructor parameters in io.fabric8.openshift.api.model.miscellaneous.helm.v1beta1 with type arguments of type HelmChartRepository Constructor Description HelmChartRepositoryList(String apiVersion, List<HelmChartRepository> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-