Uses of Class
io.fabric8.openshift.api.model.installer.v1.Platform
-
Packages that use Platform Package Description io.fabric8.openshift.api.model.installer.v1 -
-
Uses of Platform in io.fabric8.openshift.api.model.installer.v1
Methods in io.fabric8.openshift.api.model.installer.v1 that return Platform Modifier and Type Method Description PlatformPlatformBuilder. build()PlatformInstallConfigFluent. buildPlatform()PlatformInstallConfig. getPlatform()InstallConfig is the configuration for an OpenShift install.Methods in io.fabric8.openshift.api.model.installer.v1 with parameters of type Platform Modifier and Type Method Description protected voidPlatformFluent. copyInstance(Platform instance)InstallConfigFluent.PlatformNested<A>InstallConfigFluent. editOrNewPlatformLike(Platform item)voidInstallConfig. setPlatform(Platform platform)InstallConfig is the configuration for an OpenShift install.InstallConfigFluent.PlatformNested<A>InstallConfigFluent. withNewPlatformLike(Platform item)AInstallConfigFluent. withPlatform(Platform platform)Constructors in io.fabric8.openshift.api.model.installer.v1 with parameters of type Platform Constructor Description 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)PlatformBuilder(Platform instance)PlatformBuilder(PlatformFluent<?> fluent, Platform instance)PlatformFluent(Platform instance)
-