Uses of Class
io.fabric8.kubernetes.api.model.NodeAddress
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
-
Uses of NodeAddress in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return NodeAddress Modifier and Type Method Description NodeAddressNodeAddressBuilder. build()NodeAddressNodeStatusFluent. buildAddress(int index)NodeAddressNodeStatusFluentImpl. buildAddress(int index)NodeAddressNodeStatusFluent. buildFirstAddress()NodeAddressNodeStatusFluentImpl. buildFirstAddress()NodeAddressNodeStatusFluent. buildLastAddress()NodeAddressNodeStatusFluentImpl. buildLastAddress()NodeAddressNodeStatusFluent. buildMatchingAddress(Predicate<NodeAddressBuilder> predicate)NodeAddressNodeStatusFluentImpl. buildMatchingAddress(Predicate<NodeAddressBuilder> predicate)NodeAddressDoneableNodeAddress. done()Methods in io.fabric8.kubernetes.api.model that return types with arguments of type NodeAddress Modifier and Type Method Description List<NodeAddress>NodeStatusFluent. buildAddresses()List<NodeAddress>NodeStatusFluentImpl. buildAddresses()List<NodeAddress>NodeStatus. getAddresses()List<NodeAddress>NodeStatusFluent. getAddresses()Deprecated.List<NodeAddress>NodeStatusFluentImpl. getAddresses()Deprecated.Method parameters in io.fabric8.kubernetes.api.model with type arguments of type NodeAddress Modifier and Type Method Description ANodeStatusFluent. addAllToAddresses(Collection<NodeAddress> items)ANodeStatusFluentImpl. addAllToAddresses(Collection<NodeAddress> items)ANodeStatusFluent. removeAllFromAddresses(Collection<NodeAddress> items)ANodeStatusFluentImpl. removeAllFromAddresses(Collection<NodeAddress> items)voidNodeStatus. setAddresses(List<NodeAddress> addresses)ANodeStatusFluent. withAddresses(List<NodeAddress> addresses)ANodeStatusFluentImpl. withAddresses(List<NodeAddress> addresses)Constructors in io.fabric8.kubernetes.api.model with parameters of type NodeAddress Constructor Description DoneableNodeAddress(NodeAddress item)DoneableNodeAddress(NodeAddress item, Function<NodeAddress,NodeAddress> function)NodeAddressBuilder(NodeAddress instance)NodeAddressBuilder(NodeAddressFluent<?> fluent, NodeAddress instance)NodeAddressBuilder(NodeAddressFluent<?> fluent, NodeAddress instance, Boolean validationEnabled)NodeAddressBuilder(NodeAddress instance, Boolean validationEnabled)NodeAddressFluentImpl(NodeAddress instance)Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type NodeAddress Constructor Description DoneableNodeAddress(Function<NodeAddress,NodeAddress> function)DoneableNodeAddress(Function<NodeAddress,NodeAddress> function)DoneableNodeAddress(NodeAddress item, Function<NodeAddress,NodeAddress> function)DoneableNodeAddress(NodeAddress item, Function<NodeAddress,NodeAddress> function)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)