| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.hive.v1 |
| Modifier and Type | Method and Description |
|---|---|
MachinePoolStatus |
MachinePoolStatusBuilder.build() |
MachinePoolStatus |
MachinePoolFluentImpl.buildStatus() |
MachinePoolStatus |
MachinePoolFluent.buildStatus() |
MachinePoolStatus |
MachinePoolFluentImpl.getStatus()
Deprecated.
|
MachinePoolStatus |
MachinePoolFluent.getStatus()
Deprecated.
|
MachinePoolStatus |
MachinePool.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
MachinePoolFluent.StatusNested<A> |
MachinePoolFluentImpl.editOrNewStatusLike(MachinePoolStatus item) |
MachinePoolFluent.StatusNested<A> |
MachinePoolFluent.editOrNewStatusLike(MachinePoolStatus item) |
void |
MachinePool.setStatus(MachinePoolStatus status) |
MachinePoolFluent.StatusNested<A> |
MachinePoolFluentImpl.withNewStatusLike(MachinePoolStatus item) |
MachinePoolFluent.StatusNested<A> |
MachinePoolFluent.withNewStatusLike(MachinePoolStatus item) |
A |
MachinePoolFluentImpl.withStatus(MachinePoolStatus status) |
A |
MachinePoolFluent.withStatus(MachinePoolStatus status) |
| Constructor and Description |
|---|
MachinePool(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
MachinePoolSpec spec,
MachinePoolStatus status) |
MachinePoolStatusBuilder(MachinePoolStatus instance) |
MachinePoolStatusBuilder(MachinePoolStatus instance,
Boolean validationEnabled) |
MachinePoolStatusBuilder(MachinePoolStatusFluent<?> fluent,
MachinePoolStatus instance) |
MachinePoolStatusBuilder(MachinePoolStatusFluent<?> fluent,
MachinePoolStatus instance,
Boolean validationEnabled) |
MachinePoolStatusFluentImpl(MachinePoolStatus instance) |
Copyright © 2015–2022 Red Hat. All rights reserved.