| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Method and Description |
|---|---|
NodeRuntimeHandler |
NodeRuntimeHandlerBuilder.build() |
NodeRuntimeHandler |
NodeStatusFluent.buildFirstRuntimeHandler() |
NodeRuntimeHandler |
NodeStatusFluent.buildLastRuntimeHandler() |
NodeRuntimeHandler |
NodeStatusFluent.buildMatchingRuntimeHandler(Predicate<NodeRuntimeHandlerBuilder> predicate) |
NodeRuntimeHandler |
NodeStatusFluent.buildRuntimeHandler(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<NodeRuntimeHandler> |
NodeStatusFluent.buildRuntimeHandlers() |
List<NodeRuntimeHandler> |
NodeStatus.getRuntimeHandlers() |
| Modifier and Type | Method and Description |
|---|---|
A |
NodeStatusFluent.addAllToRuntimeHandlers(Collection<NodeRuntimeHandler> items) |
A |
NodeStatusFluent.removeAllFromRuntimeHandlers(Collection<NodeRuntimeHandler> items) |
void |
NodeStatus.setRuntimeHandlers(List<NodeRuntimeHandler> runtimeHandlers) |
A |
NodeStatusFluent.withRuntimeHandlers(List<NodeRuntimeHandler> runtimeHandlers) |
| Constructor and Description |
|---|
NodeRuntimeHandlerBuilder(NodeRuntimeHandler instance) |
NodeRuntimeHandlerBuilder(NodeRuntimeHandlerFluent<?> fluent,
NodeRuntimeHandler instance) |
NodeRuntimeHandlerFluent(NodeRuntimeHandler instance) |
| Constructor and Description |
|---|
NodeStatus(List<NodeAddress> addresses,
Map<String,Quantity> allocatable,
Map<String,Quantity> capacity,
List<NodeCondition> conditions,
NodeConfigStatus config,
NodeDaemonEndpoints daemonEndpoints,
List<ContainerImage> images,
NodeSystemInfo nodeInfo,
String phase,
List<NodeRuntimeHandler> runtimeHandlers,
List<AttachedVolume> volumesAttached,
List<String> volumesInUse) |
Copyright © 2015–2025 Red Hat. All rights reserved.