| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.installer.v1 |
| Modifier and Type | Method and Description |
|---|---|
Platform |
PlatformBuilder.build() |
Platform |
InstallConfigFluent.buildPlatform() |
Platform |
InstallConfig.getPlatform() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PlatformFluent.copyInstance(Platform instance) |
InstallConfigFluent.PlatformNested<A> |
InstallConfigFluent.editOrNewPlatformLike(Platform item) |
void |
InstallConfig.setPlatform(Platform platform) |
InstallConfigFluent.PlatformNested<A> |
InstallConfigFluent.withNewPlatformLike(Platform item) |
A |
InstallConfigFluent.withPlatform(Platform platform) |
| Constructor and Description |
|---|
InstallConfig(String additionalTrustBundle,
String additionalTrustBundlePolicy,
String apiVersion,
String baseDomain,
BootstrapInPlace bootstrapInPlace,
Capabilities capabilities,
List<MachinePool> compute,
MachinePool controlPlane,
String cpuPartitioningMode,
String credentialsMode,
String featureSet,
Boolean fips,
List<ImageContentSource> imageContentSources,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
Networking networking,
Platform platform,
Proxy proxy,
String publish,
String pullSecret,
String sshKey) |
PlatformBuilder(Platform instance) |
PlatformBuilder(PlatformFluent<?> fluent,
Platform instance) |
PlatformFluent(Platform instance) |
Copyright © 2015–2024 Red Hat. All rights reserved.