| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Method and Description |
|---|---|
NodeSystemInfo |
NodeSystemInfoBuilder.build() |
NodeSystemInfo |
NodeStatusFluent.buildNodeInfo() |
NodeSystemInfo |
NodeStatus.getNodeInfo() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
NodeSystemInfoFluent.copyInstance(NodeSystemInfo instance) |
NodeStatusFluent.NodeInfoNested<A> |
NodeStatusFluent.editOrNewNodeInfoLike(NodeSystemInfo item) |
void |
NodeStatus.setNodeInfo(NodeSystemInfo nodeInfo) |
NodeStatusFluent.NodeInfoNested<A> |
NodeStatusFluent.withNewNodeInfoLike(NodeSystemInfo item) |
NamedExtensionFluent.NodeSystemInfoExtensionNested<A> |
NamedExtensionFluent.withNewNodeSystemInfoExtensionLike(NodeSystemInfo item) |
WatchEventFluent.NodeSystemInfoObjectNested<A> |
WatchEventFluent.withNewNodeSystemInfoObjectLike(NodeSystemInfo item) |
A |
NodeStatusFluent.withNodeInfo(NodeSystemInfo nodeInfo) |
| 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<AttachedVolume> volumesAttached,
List<String> volumesInUse) |
NodeSystemInfoBuilder(NodeSystemInfo instance) |
NodeSystemInfoBuilder(NodeSystemInfoFluent<?> fluent,
NodeSystemInfo instance) |
NodeSystemInfoFluent(NodeSystemInfo instance) |
Copyright © 2015–2023 Red Hat. All rights reserved.