Package | Description |
---|---|
io.fabric8.kubernetes.api.model |
Modifier and Type | Class and Description |
---|---|
class |
EditableNodeAddress |
Modifier and Type | Method and Description |
---|---|
List<NodeAddress> |
NodeStatusFluent.getAddresses() |
List<NodeAddress> |
NodeStatus.getAddresses()
list of addresses reachable to the node
|
Modifier and Type | Method and Description |
---|---|
NodeStatusFluent.AddressesNested<T> |
NodeStatusFluent.addNewAddresseLike(NodeAddress item) |
T |
NodeStatusFluent.addToAddresses(NodeAddress item) |
Modifier and Type | Method and Description |
---|---|
void |
NodeStatus.setAddresses(List<NodeAddress> addresses)
list of addresses reachable to the node
|
T |
NodeStatusFluent.withAddresses(List<NodeAddress> addresses) |
Constructor and Description |
---|
NodeAddressBuilder(NodeAddress instance) |
NodeAddressBuilder(NodeAddressFluent<?> fluent,
NodeAddress instance) |
Constructor and Description |
---|
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) |
Copyright © 2011–2015 Red Hat. All rights reserved.