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 |
NodeStatusFluentImpl.getNodeInfo() |
NodeSystemInfo |
NodeStatusFluent.getNodeInfo() |
NodeSystemInfo |
NodeStatus.getNodeInfo() |
Modifier and Type | Method and Description |
---|---|
void |
NodeStatus.setNodeInfo(NodeSystemInfo nodeInfo) |
NodeStatusFluent.NodeInfoNested<T> |
NodeStatusFluentImpl.withNewNodeInfoLike(NodeSystemInfo item) |
NodeStatusFluent.NodeInfoNested<T> |
NodeStatusFluent.withNewNodeInfoLike(NodeSystemInfo item) |
T |
NodeStatusFluentImpl.withNodeInfo(NodeSystemInfo nodeInfo) |
T |
NodeStatusFluent.withNodeInfo(NodeSystemInfo nodeInfo) |
Constructor and Description |
---|
DoneableNodeSystemInfo(NodeSystemInfo item) |
DoneableNodeSystemInfo(NodeSystemInfo item,
Function<NodeSystemInfo,NodeSystemInfo> function) |
EditableNodeStatus(List<NodeAddress> addresses,
Map<String,Quantity> allocatable,
Map<String,Quantity> capacity,
List<NodeCondition> conditions,
NodeDaemonEndpoints daemonEndpoints,
List<ContainerImage> images,
NodeSystemInfo nodeInfo,
String phase) |
NodeStatus(List<NodeAddress> addresses,
Map<String,Quantity> allocatable,
Map<String,Quantity> capacity,
List<NodeCondition> conditions,
NodeDaemonEndpoints daemonEndpoints,
List<ContainerImage> images,
NodeSystemInfo nodeInfo,
String phase) |
NodeSystemInfoBuilder(NodeSystemInfo instance) |
NodeSystemInfoBuilder(NodeSystemInfoFluent<?> fluent,
NodeSystemInfo instance) |
NodeSystemInfoFluentImpl(NodeSystemInfo instance) |
Constructor and Description |
---|
DoneableNodeSystemInfo(Function<NodeSystemInfo,NodeSystemInfo> function) |
DoneableNodeSystemInfo(Function<NodeSystemInfo,NodeSystemInfo> function) |
DoneableNodeSystemInfo(NodeSystemInfo item,
Function<NodeSystemInfo,NodeSystemInfo> function) |
DoneableNodeSystemInfo(NodeSystemInfo item,
Function<NodeSystemInfo,NodeSystemInfo> function) |
Copyright © 2011–2016 Red Hat. All rights reserved.