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