| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.installer.v1 |
| Modifier and Type | Method and Description |
|---|---|
MachinePool |
MachinePoolBuilder.build() |
MachinePool |
InstallConfigFluent.buildCompute(Integer index) |
MachinePool |
InstallConfigFluentImpl.buildCompute(Integer index) |
MachinePool |
InstallConfigFluent.buildControlPlane() |
MachinePool |
InstallConfigFluentImpl.buildControlPlane() |
MachinePool |
InstallConfigFluent.buildFirstCompute() |
MachinePool |
InstallConfigFluentImpl.buildFirstCompute() |
MachinePool |
InstallConfigFluent.buildLastCompute() |
MachinePool |
InstallConfigFluentImpl.buildLastCompute() |
MachinePool |
InstallConfigFluent.buildMatchingCompute(Predicate<MachinePoolBuilder> predicate) |
MachinePool |
InstallConfigFluentImpl.buildMatchingCompute(Predicate<MachinePoolBuilder> predicate) |
MachinePool |
InstallConfigFluent.getControlPlane()
Deprecated.
|
MachinePool |
InstallConfigFluentImpl.getControlPlane()
Deprecated.
|
MachinePool |
InstallConfig.getControlPlane() |
| Modifier and Type | Method and Description |
|---|---|
List<MachinePool> |
InstallConfigFluent.buildCompute() |
List<MachinePool> |
InstallConfigFluentImpl.buildCompute() |
List<MachinePool> |
InstallConfigFluent.getCompute()
Deprecated.
|
List<MachinePool> |
InstallConfigFluentImpl.getCompute()
Deprecated.
|
List<MachinePool> |
InstallConfig.getCompute() |
| Modifier and Type | Method and Description |
|---|---|
A |
InstallConfigFluent.addAllToCompute(Collection<MachinePool> items) |
A |
InstallConfigFluentImpl.addAllToCompute(Collection<MachinePool> items) |
A |
InstallConfigFluent.removeAllFromCompute(Collection<MachinePool> items) |
A |
InstallConfigFluentImpl.removeAllFromCompute(Collection<MachinePool> items) |
void |
InstallConfig.setCompute(List<MachinePool> compute) |
A |
InstallConfigFluent.withCompute(List<MachinePool> compute) |
A |
InstallConfigFluentImpl.withCompute(List<MachinePool> compute) |
| 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) |
MachinePoolBuilder(MachinePool instance) |
MachinePoolBuilder(MachinePool instance,
Boolean validationEnabled) |
MachinePoolBuilder(MachinePoolFluent<?> fluent,
MachinePool instance) |
MachinePoolBuilder(MachinePoolFluent<?> fluent,
MachinePool instance,
Boolean validationEnabled) |
MachinePoolFluentImpl(MachinePool instance) |
| 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) |
Copyright © 2015–2022 Red Hat. All rights reserved.