Package | Description |
---|---|
io.fabric8.kubernetes.api.model |
Modifier and Type | Class and Description |
---|---|
class |
EditableNodeSystemInfo |
Modifier and Type | Method and Description |
---|---|
NodeSystemInfo |
DoneableNodeSystemInfo.done() |
NodeSystemInfo |
NodeStatusFluent.getNodeInfo() |
NodeSystemInfo |
NodeStatus.getNodeInfo() |
Modifier and Type | Method and Description |
---|---|
void |
NodeStatus.setNodeInfo(NodeSystemInfo nodeInfo) |
NodeStatusFluent.NodeInfoNested<T> |
NodeStatusFluent.withNewNodeInfoLike(NodeSystemInfo item) |
T |
NodeStatusFluent.withNodeInfo(NodeSystemInfo nodeInfo) |
Constructor and Description |
---|
DoneableNodeSystemInfo(NodeSystemInfo item,
Visitor<NodeSystemInfo> visitor) |
EditableNodeStatus(List<NodeAddress> addresses,
Map<String,Quantity> capacity,
List<NodeCondition> conditions,
NodeSystemInfo nodeInfo,
String phase) |
NodeStatus(List<NodeAddress> addresses,
Map<String,Quantity> capacity,
List<NodeCondition> conditions,
NodeSystemInfo nodeInfo,
String phase) |
NodeSystemInfoBuilder(NodeSystemInfo instance) |
NodeSystemInfoBuilder(NodeSystemInfoFluent<?> fluent,
NodeSystemInfo instance) |
Constructor and Description |
---|
DoneableNodeSystemInfo(NodeSystemInfo item,
Visitor<NodeSystemInfo> visitor) |
DoneableNodeSystemInfo(Visitor<NodeSystemInfo> visitor) |
Copyright © 2011–2015 Red Hat. All rights reserved.