| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.installer.v1 |
| Modifier and Type | Method and Description |
|---|---|
BootstrapInPlace |
BootstrapInPlaceBuilder.build() |
BootstrapInPlace |
InstallConfigFluentImpl.buildBootstrapInPlace() |
BootstrapInPlace |
InstallConfigFluent.buildBootstrapInPlace() |
BootstrapInPlace |
InstallConfigFluentImpl.getBootstrapInPlace()
Deprecated.
|
BootstrapInPlace |
InstallConfigFluent.getBootstrapInPlace()
Deprecated.
|
BootstrapInPlace |
InstallConfig.getBootstrapInPlace() |
| Modifier and Type | Method and Description |
|---|---|
InstallConfigFluent.BootstrapInPlaceNested<A> |
InstallConfigFluentImpl.editOrNewBootstrapInPlaceLike(BootstrapInPlace item) |
InstallConfigFluent.BootstrapInPlaceNested<A> |
InstallConfigFluent.editOrNewBootstrapInPlaceLike(BootstrapInPlace item) |
void |
InstallConfig.setBootstrapInPlace(BootstrapInPlace bootstrapInPlace) |
A |
InstallConfigFluentImpl.withBootstrapInPlace(BootstrapInPlace bootstrapInPlace) |
A |
InstallConfigFluent.withBootstrapInPlace(BootstrapInPlace bootstrapInPlace) |
InstallConfigFluent.BootstrapInPlaceNested<A> |
InstallConfigFluentImpl.withNewBootstrapInPlaceLike(BootstrapInPlace item) |
InstallConfigFluent.BootstrapInPlaceNested<A> |
InstallConfigFluent.withNewBootstrapInPlaceLike(BootstrapInPlace item) |
| Constructor and Description |
|---|
BootstrapInPlaceBuilder(BootstrapInPlace instance) |
BootstrapInPlaceBuilder(BootstrapInPlace instance,
Boolean validationEnabled) |
BootstrapInPlaceBuilder(BootstrapInPlaceFluent<?> fluent,
BootstrapInPlace instance) |
BootstrapInPlaceBuilder(BootstrapInPlaceFluent<?> fluent,
BootstrapInPlace instance,
Boolean validationEnabled) |
BootstrapInPlaceFluentImpl(BootstrapInPlace instance) |
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) |
Copyright © 2015–2022 Red Hat. All rights reserved.