| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.hive.v1 |
| Modifier and Type | Method and Description |
|---|---|
MachinePoolSpec |
MachinePoolSpecBuilder.build() |
MachinePoolSpec |
MachinePoolFluent.buildSpec() |
MachinePoolSpec |
MachinePoolFluentImpl.buildSpec() |
MachinePoolSpec |
MachinePoolFluent.getSpec()
Deprecated.
|
MachinePoolSpec |
MachinePoolFluentImpl.getSpec()
Deprecated.
|
MachinePoolSpec |
MachinePool.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
MachinePoolFluent.SpecNested<A> |
MachinePoolFluent.editOrNewSpecLike(MachinePoolSpec item) |
MachinePoolFluent.SpecNested<A> |
MachinePoolFluentImpl.editOrNewSpecLike(MachinePoolSpec item) |
void |
MachinePool.setSpec(MachinePoolSpec spec) |
MachinePoolFluent.SpecNested<A> |
MachinePoolFluent.withNewSpecLike(MachinePoolSpec item) |
MachinePoolFluent.SpecNested<A> |
MachinePoolFluentImpl.withNewSpecLike(MachinePoolSpec item) |
A |
MachinePoolFluent.withSpec(MachinePoolSpec spec) |
A |
MachinePoolFluentImpl.withSpec(MachinePoolSpec spec) |
| Constructor and Description |
|---|
MachinePool(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
MachinePoolSpec spec,
MachinePoolStatus status) |
MachinePoolSpecBuilder(MachinePoolSpec instance) |
MachinePoolSpecBuilder(MachinePoolSpec instance,
Boolean validationEnabled) |
MachinePoolSpecBuilder(MachinePoolSpecFluent<?> fluent,
MachinePoolSpec instance) |
MachinePoolSpecBuilder(MachinePoolSpecFluent<?> fluent,
MachinePoolSpec instance,
Boolean validationEnabled) |
MachinePoolSpecFluentImpl(MachinePoolSpec instance) |
Copyright © 2015–2023 Red Hat. All rights reserved.