Uses of Class
io.fabric8.openshift.api.model.installer.v1.ImageContentSource
-
Packages that use ImageContentSource Package Description io.fabric8.openshift.api.model.installer.v1 -
-
Uses of ImageContentSource in io.fabric8.openshift.api.model.installer.v1
Methods in io.fabric8.openshift.api.model.installer.v1 that return ImageContentSource Modifier and Type Method Description ImageContentSourceImageContentSourceBuilder. build()ImageContentSourceInstallConfigFluent. buildFirstImageContentSource()ImageContentSourceInstallConfigFluent. buildImageContentSource(int index)ImageContentSourceInstallConfigFluent. buildLastImageContentSource()ImageContentSourceInstallConfigFluent. buildMatchingImageContentSource(Predicate<ImageContentSourceBuilder> predicate)Methods in io.fabric8.openshift.api.model.installer.v1 that return types with arguments of type ImageContentSource Modifier and Type Method Description List<ImageContentSource>InstallConfigFluent. buildImageContentSources()List<ImageContentSource>InstallConfig. getImageContentSources()ImageContentSources lists sources/repositories for the release-image content.Methods in io.fabric8.openshift.api.model.installer.v1 with parameters of type ImageContentSource Modifier and Type Method Description InstallConfigFluent.ImageContentSourcesNested<A>InstallConfigFluent. addNewImageContentSourceLike(ImageContentSource item)AInstallConfigFluent. addToImageContentSources(int index, ImageContentSource item)AInstallConfigFluent. addToImageContentSources(ImageContentSource... items)protected voidImageContentSourceFluent. copyInstance(ImageContentSource instance)AInstallConfigFluent. removeFromImageContentSources(ImageContentSource... items)InstallConfigFluent.ImageContentSourcesNested<A>InstallConfigFluent. setNewImageContentSourceLike(int index, ImageContentSource item)AInstallConfigFluent. setToImageContentSources(int index, ImageContentSource item)AInstallConfigFluent. withImageContentSources(ImageContentSource... imageContentSources)Method parameters in io.fabric8.openshift.api.model.installer.v1 with type arguments of type ImageContentSource Modifier and Type Method Description AInstallConfigFluent. addAllToImageContentSources(Collection<ImageContentSource> items)AInstallConfigFluent. removeAllFromImageContentSources(Collection<ImageContentSource> items)voidInstallConfig. setImageContentSources(List<ImageContentSource> imageContentSources)ImageContentSources lists sources/repositories for the release-image content.AInstallConfigFluent. withImageContentSources(List<ImageContentSource> imageContentSources)Constructors in io.fabric8.openshift.api.model.installer.v1 with parameters of type ImageContentSource Constructor Description ImageContentSourceBuilder(ImageContentSource instance)ImageContentSourceBuilder(ImageContentSourceFluent<?> fluent, ImageContentSource instance)ImageContentSourceFluent(ImageContentSource instance)
-