| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.machine.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
LastOperation |
LastOperationBuilder.build() |
LastOperation |
MachineStatusFluent.buildLastOperation() |
LastOperation |
MachineStatus.getLastOperation() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LastOperationFluent.copyInstance(LastOperation instance) |
MachineStatusFluent.LastOperationNested<A> |
MachineStatusFluent.editOrNewLastOperationLike(LastOperation item) |
void |
MachineStatus.setLastOperation(LastOperation lastOperation) |
A |
MachineStatusFluent.withLastOperation(LastOperation lastOperation) |
MachineStatusFluent.LastOperationNested<A> |
MachineStatusFluent.withNewLastOperationLike(LastOperation item) |
| Constructor and Description |
|---|
LastOperationBuilder(LastOperation instance) |
LastOperationBuilder(LastOperationFluent<?> fluent,
LastOperation instance) |
LastOperationFluent(LastOperation instance) |
MachineStatus(List<io.fabric8.kubernetes.api.model.NodeAddress> addresses,
List<Condition> conditions,
String errorMessage,
String errorReason,
LastOperation lastOperation,
String lastUpdated,
io.fabric8.kubernetes.api.model.ObjectReference nodeRef,
String phase,
Map<String,Object> providerStatus) |
Copyright © 2015–2023 Red Hat. All rights reserved.