Uses of Class
io.fabric8.kubernetes.api.model.NodeAddress
-
Packages that use 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 NodeAddress
NodeAddressBuilder. build()
NodeAddress
NodeStatusFluent. buildAddress(int index)
NodeAddress
NodeStatusFluentImpl. buildAddress(int index)
NodeAddress
NodeStatusFluent. buildFirstAddress()
NodeAddress
NodeStatusFluentImpl. buildFirstAddress()
NodeAddress
NodeStatusFluent. buildLastAddress()
NodeAddress
NodeStatusFluentImpl. buildLastAddress()
NodeAddress
NodeStatusFluent. buildMatchingAddress(Predicate<NodeAddressBuilder> predicate)
NodeAddress
NodeStatusFluentImpl. buildMatchingAddress(Predicate<NodeAddressBuilder> predicate)
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 A
NodeStatusFluent. addAllToAddresses(Collection<NodeAddress> items)
A
NodeStatusFluentImpl. addAllToAddresses(Collection<NodeAddress> items)
A
NodeStatusFluent. removeAllFromAddresses(Collection<NodeAddress> items)
A
NodeStatusFluentImpl. removeAllFromAddresses(Collection<NodeAddress> items)
void
NodeStatus. setAddresses(List<NodeAddress> addresses)
A
NodeStatusFluent. withAddresses(List<NodeAddress> addresses)
A
NodeStatusFluentImpl. withAddresses(List<NodeAddress> addresses)
Constructors in io.fabric8.kubernetes.api.model with parameters of type NodeAddress Constructor Description 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 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)
-