Package | Description |
---|---|
io.fabric8.kubernetes.api.model |
Modifier and Type | Class and Description |
---|---|
class |
EditableNodeDaemonEndpoints |
Modifier and Type | Method and Description |
---|---|
NodeDaemonEndpoints |
DoneableNodeDaemonEndpoints.done() |
NodeDaemonEndpoints |
NodeStatusFluent.getDaemonEndpoints() |
NodeDaemonEndpoints |
NodeStatusFluentImpl.getDaemonEndpoints() |
NodeDaemonEndpoints |
NodeStatus.getDaemonEndpoints() |
Modifier and Type | Method and Description |
---|---|
void |
NodeStatus.setDaemonEndpoints(NodeDaemonEndpoints daemonEndpoints) |
T |
NodeStatusFluent.withDaemonEndpoints(NodeDaemonEndpoints daemonEndpoints) |
T |
NodeStatusFluentImpl.withDaemonEndpoints(NodeDaemonEndpoints daemonEndpoints) |
NodeStatusFluent.DaemonEndpointsNested<T> |
NodeStatusFluent.withNewDaemonEndpointsLike(NodeDaemonEndpoints item) |
NodeStatusFluent.DaemonEndpointsNested<T> |
NodeStatusFluentImpl.withNewDaemonEndpointsLike(NodeDaemonEndpoints item) |
Constructor and Description |
---|
DoneableNodeDaemonEndpoints(NodeDaemonEndpoints item,
Visitor<NodeDaemonEndpoints> visitor) |
EditableNodeStatus(List<NodeAddress> addresses,
Map<String,Quantity> capacity,
List<NodeCondition> conditions,
NodeDaemonEndpoints daemonEndpoints,
NodeSystemInfo nodeInfo,
String phase) |
NodeDaemonEndpointsBuilder(NodeDaemonEndpoints instance) |
NodeDaemonEndpointsBuilder(NodeDaemonEndpointsFluent<?> fluent,
NodeDaemonEndpoints instance) |
NodeDaemonEndpointsFluentImpl(NodeDaemonEndpoints instance) |
NodeStatus(List<NodeAddress> addresses,
Map<String,Quantity> capacity,
List<NodeCondition> conditions,
NodeDaemonEndpoints daemonEndpoints,
NodeSystemInfo nodeInfo,
String phase) |
Constructor and Description |
---|
DoneableNodeDaemonEndpoints(NodeDaemonEndpoints item,
Visitor<NodeDaemonEndpoints> visitor) |
DoneableNodeDaemonEndpoints(Visitor<NodeDaemonEndpoints> visitor) |
Copyright © 2011–2015 Red Hat. All rights reserved.