Uses of Class
io.fabric8.openshift.api.model.installer.v1.BootstrapInPlace
-
Packages that use BootstrapInPlace Package Description io.fabric8.openshift.api.model.installer.v1 -
-
Uses of BootstrapInPlace in io.fabric8.openshift.api.model.installer.v1
Methods in io.fabric8.openshift.api.model.installer.v1 that return BootstrapInPlace Modifier and Type Method Description BootstrapInPlaceBootstrapInPlaceBuilder. build()BootstrapInPlaceInstallConfigFluent. buildBootstrapInPlace()BootstrapInPlaceInstallConfig. getBootstrapInPlace()InstallConfig is the configuration for an OpenShift install.Methods in io.fabric8.openshift.api.model.installer.v1 with parameters of type BootstrapInPlace Modifier and Type Method Description protected voidBootstrapInPlaceFluent. copyInstance(BootstrapInPlace instance)InstallConfigFluent.BootstrapInPlaceNested<A>InstallConfigFluent. editOrNewBootstrapInPlaceLike(BootstrapInPlace item)voidInstallConfig. setBootstrapInPlace(BootstrapInPlace bootstrapInPlace)InstallConfig is the configuration for an OpenShift install.AInstallConfigFluent. withBootstrapInPlace(BootstrapInPlace bootstrapInPlace)InstallConfigFluent.BootstrapInPlaceNested<A>InstallConfigFluent. withNewBootstrapInPlaceLike(BootstrapInPlace item)Constructors in io.fabric8.openshift.api.model.installer.v1 with parameters of type BootstrapInPlace Constructor Description BootstrapInPlaceBuilder(BootstrapInPlace instance)BootstrapInPlaceBuilder(BootstrapInPlaceFluent<?> fluent, BootstrapInPlace instance)BootstrapInPlaceFluent(BootstrapInPlace instance)InstallConfig(String additionalTrustBundle, String additionalTrustBundlePolicy, String apiVersion, MachinePool arbiter, String baseDomain, BootstrapInPlace bootstrapInPlace, Capabilities capabilities, List<MachinePool> compute, MachinePool controlPlane, String cpuPartitioningMode, String credentialsMode, List<String> featureGates, String featureSet, Boolean fips, List<ImageContentSource> imageContentSources, List<ImageDigestSource> imageDigestSources, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, Networking networking, OperatorPublishingStrategy operatorPublishingStrategy, Platform platform, Proxy proxy, String publish, String pullSecret, String sshKey)
-