Uses of Class
io.fabric8.openshift.api.model.miscellaneous.helm.v1beta1.ProjectHelmChartRepository
-
Packages that use ProjectHelmChartRepository Package Description io.fabric8.openshift.api.model.miscellaneous.helm.v1beta1 -
-
Uses of ProjectHelmChartRepository in io.fabric8.openshift.api.model.miscellaneous.helm.v1beta1
Methods in io.fabric8.openshift.api.model.miscellaneous.helm.v1beta1 that return ProjectHelmChartRepository Modifier and Type Method Description ProjectHelmChartRepositoryProjectHelmChartRepositoryBuilder. build()ProjectHelmChartRepositoryProjectHelmChartRepositoryListFluent. buildFirstItem()ProjectHelmChartRepositoryProjectHelmChartRepositoryListFluent. buildItem(int index)ProjectHelmChartRepositoryProjectHelmChartRepositoryListFluent. buildLastItem()ProjectHelmChartRepositoryProjectHelmChartRepositoryListFluent. buildMatchingItem(Predicate<ProjectHelmChartRepositoryBuilder> predicate)Methods in io.fabric8.openshift.api.model.miscellaneous.helm.v1beta1 that return types with arguments of type ProjectHelmChartRepository Modifier and Type Method Description List<ProjectHelmChartRepository>ProjectHelmChartRepositoryListFluent. buildItems()List<ProjectHelmChartRepository>ProjectHelmChartRepositoryList. 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 ProjectHelmChartRepository Modifier and Type Method Description ProjectHelmChartRepositoryListFluent.ItemsNested<A>ProjectHelmChartRepositoryListFluent. addNewItemLike(ProjectHelmChartRepository item)AProjectHelmChartRepositoryListFluent. addToItems(int index, ProjectHelmChartRepository item)AProjectHelmChartRepositoryListFluent. addToItems(ProjectHelmChartRepository... items)protected voidProjectHelmChartRepositoryFluent. copyInstance(ProjectHelmChartRepository instance)AProjectHelmChartRepositoryListFluent. removeFromItems(ProjectHelmChartRepository... items)ProjectHelmChartRepositoryListFluent.ItemsNested<A>ProjectHelmChartRepositoryListFluent. setNewItemLike(int index, ProjectHelmChartRepository item)AProjectHelmChartRepositoryListFluent. setToItems(int index, ProjectHelmChartRepository item)AProjectHelmChartRepositoryListFluent. withItems(ProjectHelmChartRepository... items)Method parameters in io.fabric8.openshift.api.model.miscellaneous.helm.v1beta1 with type arguments of type ProjectHelmChartRepository Modifier and Type Method Description AProjectHelmChartRepositoryListFluent. addAllToItems(Collection<ProjectHelmChartRepository> items)AProjectHelmChartRepositoryListFluent. removeAllFromItems(Collection<ProjectHelmChartRepository> items)voidProjectHelmChartRepositoryList. setItems(List<ProjectHelmChartRepository> items)Compatibility level 2: Stable within a major release for a minimum of 9 months or 3 minor releases (whichever is longer).AProjectHelmChartRepositoryListFluent. withItems(List<ProjectHelmChartRepository> items)Constructors in io.fabric8.openshift.api.model.miscellaneous.helm.v1beta1 with parameters of type ProjectHelmChartRepository Constructor Description ProjectHelmChartRepositoryBuilder(ProjectHelmChartRepository instance)ProjectHelmChartRepositoryBuilder(ProjectHelmChartRepositoryFluent<?> fluent, ProjectHelmChartRepository instance)ProjectHelmChartRepositoryFluent(ProjectHelmChartRepository instance)Constructor parameters in io.fabric8.openshift.api.model.miscellaneous.helm.v1beta1 with type arguments of type ProjectHelmChartRepository Constructor Description ProjectHelmChartRepositoryList(String apiVersion, List<ProjectHelmChartRepository> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-