| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.installer.v1 |
| Modifier and Type | Method and Description |
|---|---|
Platform |
PlatformBuilder.build() |
Platform |
InstallConfigFluentImpl.buildPlatform() |
Platform |
InstallConfigFluent.buildPlatform() |
Platform |
InstallConfigFluentImpl.getPlatform()
Deprecated.
|
Platform |
InstallConfigFluent.getPlatform()
Deprecated.
|
Platform |
InstallConfig.getPlatform() |
| Modifier and Type | Method and Description |
|---|---|
InstallConfigFluent.PlatformNested<A> |
InstallConfigFluentImpl.editOrNewPlatformLike(Platform item) |
InstallConfigFluent.PlatformNested<A> |
InstallConfigFluent.editOrNewPlatformLike(Platform item) |
void |
InstallConfig.setPlatform(Platform platform) |
InstallConfigFluent.PlatformNested<A> |
InstallConfigFluentImpl.withNewPlatformLike(Platform item) |
InstallConfigFluent.PlatformNested<A> |
InstallConfigFluent.withNewPlatformLike(Platform item) |
A |
InstallConfigFluentImpl.withPlatform(Platform platform) |
A |
InstallConfigFluent.withPlatform(Platform platform) |
| Constructor and Description |
|---|
InstallConfig(String additionalTrustBundle,
String apiVersion,
String baseDomain,
BootstrapInPlace bootstrapInPlace,
List<MachinePool> compute,
MachinePool controlPlane,
String credentialsMode,
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(Platform instance,
Boolean validationEnabled) |
PlatformBuilder(PlatformFluent<?> fluent,
Platform instance) |
PlatformBuilder(PlatformFluent<?> fluent,
Platform instance,
Boolean validationEnabled) |
PlatformFluentImpl(Platform instance) |
Copyright © 2015–2022 Red Hat. All rights reserved.