Uses of Class
io.fabric8.openshift.api.model.machineconfiguration.v1.ImageRegistryBundle
-
Packages that use ImageRegistryBundle Package Description io.fabric8.openshift.api.model.machineconfiguration.v1 -
-
Uses of ImageRegistryBundle in io.fabric8.openshift.api.model.machineconfiguration.v1
Methods in io.fabric8.openshift.api.model.machineconfiguration.v1 that return ImageRegistryBundle Modifier and Type Method Description ImageRegistryBundleImageRegistryBundleBuilder. build()ImageRegistryBundleControllerConfigSpecFluent. buildFirstImageRegistryBundleDatum()ImageRegistryBundleControllerConfigSpecFluent. buildFirstImageRegistryBundleUserDatum()ImageRegistryBundleControllerConfigSpecFluent. buildImageRegistryBundleDatum(int index)ImageRegistryBundleControllerConfigSpecFluent. buildImageRegistryBundleUserDatum(int index)ImageRegistryBundleControllerConfigSpecFluent. buildLastImageRegistryBundleDatum()ImageRegistryBundleControllerConfigSpecFluent. buildLastImageRegistryBundleUserDatum()ImageRegistryBundleControllerConfigSpecFluent. buildMatchingImageRegistryBundleDatum(Predicate<ImageRegistryBundleBuilder> predicate)ImageRegistryBundleControllerConfigSpecFluent. buildMatchingImageRegistryBundleUserDatum(Predicate<ImageRegistryBundleBuilder> predicate)Methods in io.fabric8.openshift.api.model.machineconfiguration.v1 that return types with arguments of type ImageRegistryBundle Modifier and Type Method Description List<ImageRegistryBundle>ControllerConfigSpecFluent. buildImageRegistryBundleData()List<ImageRegistryBundle>ControllerConfigSpecFluent. buildImageRegistryBundleUserData()List<ImageRegistryBundle>ControllerConfigSpec. getImageRegistryBundleData()imageRegistryBundleData is the ImageRegistryDataList<ImageRegistryBundle>ControllerConfigSpec. getImageRegistryBundleUserData()imageRegistryBundleUserData is Image Registry Data provided by the userMethod parameters in io.fabric8.openshift.api.model.machineconfiguration.v1 with type arguments of type ImageRegistryBundle Modifier and Type Method Description AControllerConfigSpecFluent. addAllToImageRegistryBundleData(Collection<ImageRegistryBundle> items)AControllerConfigSpecFluent. addAllToImageRegistryBundleUserData(Collection<ImageRegistryBundle> items)AControllerConfigSpecFluent. removeAllFromImageRegistryBundleData(Collection<ImageRegistryBundle> items)AControllerConfigSpecFluent. removeAllFromImageRegistryBundleUserData(Collection<ImageRegistryBundle> items)voidControllerConfigSpec. setImageRegistryBundleData(List<ImageRegistryBundle> imageRegistryBundleData)imageRegistryBundleData is the ImageRegistryDatavoidControllerConfigSpec. setImageRegistryBundleUserData(List<ImageRegistryBundle> imageRegistryBundleUserData)imageRegistryBundleUserData is Image Registry Data provided by the userAControllerConfigSpecFluent. withImageRegistryBundleData(List<ImageRegistryBundle> imageRegistryBundleData)AControllerConfigSpecFluent. withImageRegistryBundleUserData(List<ImageRegistryBundle> imageRegistryBundleUserData)Constructors in io.fabric8.openshift.api.model.machineconfiguration.v1 with parameters of type ImageRegistryBundle Constructor Description ImageRegistryBundleBuilder(ImageRegistryBundle instance)ImageRegistryBundleBuilder(ImageRegistryBundleFluent<?> fluent, ImageRegistryBundle instance)ImageRegistryBundleFluent(ImageRegistryBundle instance)Constructor parameters in io.fabric8.openshift.api.model.machineconfiguration.v1 with type arguments of type ImageRegistryBundle Constructor Description ControllerConfigSpec(String additionalTrustBundle, String baseOSContainerImage, String baseOSExtensionsContainerImage, String cloudProviderCAData, String cloudProviderConfig, String clusterDNSIP, io.fabric8.openshift.api.model.config.v1.DNS dns, String etcdDiscoveryDomain, List<ImageRegistryBundle> imageRegistryBundleData, List<ImageRegistryBundle> imageRegistryBundleUserData, Map<String,String> images, io.fabric8.openshift.api.model.config.v1.Infrastructure infra, String internalRegistryPullSecret, String ipFamilies, String kubeAPIServerServingCAData, NetworkInfo network, String networkType, String osImageURL, String platform, io.fabric8.openshift.api.model.config.v1.ProxyStatus proxy, io.fabric8.kubernetes.api.model.ObjectReference pullSecret, String releaseImage, String rootCAData)
-