| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.installer.v1 |
| Modifier and Type | Method and Description |
|---|---|
MachinePoolPlatform |
MachinePoolPlatformBuilder.build() |
MachinePoolPlatform |
MachinePoolFluent.buildPlatform() |
MachinePoolPlatform |
MachinePool.getPlatform() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MachinePoolPlatformFluent.copyInstance(MachinePoolPlatform instance) |
MachinePoolFluent.PlatformNested<A> |
MachinePoolFluent.editOrNewPlatformLike(MachinePoolPlatform item) |
void |
MachinePool.setPlatform(MachinePoolPlatform platform) |
MachinePoolFluent.PlatformNested<A> |
MachinePoolFluent.withNewPlatformLike(MachinePoolPlatform item) |
A |
MachinePoolFluent.withPlatform(MachinePoolPlatform platform) |
| Constructor and Description |
|---|
MachinePool(String architecture,
String hyperthreading,
String name,
MachinePoolPlatform platform,
Long replicas) |
MachinePoolPlatformBuilder(MachinePoolPlatform instance) |
MachinePoolPlatformBuilder(MachinePoolPlatformFluent<?> fluent,
MachinePoolPlatform instance) |
MachinePoolPlatformFluent(MachinePoolPlatform instance) |
Copyright © 2015–2023 Red Hat. All rights reserved.