Uses of Class
net.stickycode.kuuty.model.v18.IoK8sApiCoreV1NodeAddress
-
-
Uses of IoK8sApiCoreV1NodeAddress in net.stickycode.kuuty.model.v18
Methods in net.stickycode.kuuty.model.v18 that return IoK8sApiCoreV1NodeAddress Modifier and Type Method Description IoK8sApiCoreV1NodeAddressIoK8sApiCoreV1NodeAddress. address(String address)IoK8sApiCoreV1NodeAddressIoK8sApiCoreV1NodeAddress. type(String type)Methods in net.stickycode.kuuty.model.v18 that return types with arguments of type IoK8sApiCoreV1NodeAddress Modifier and Type Method Description List<IoK8sApiCoreV1NodeAddress>IoK8sApiCoreV1NodeStatus. getAddresses()List of addresses reachable to the node.Methods in net.stickycode.kuuty.model.v18 with parameters of type IoK8sApiCoreV1NodeAddress Modifier and Type Method Description IoK8sApiCoreV1NodeStatusIoK8sApiCoreV1NodeStatus. addAddressesItem(IoK8sApiCoreV1NodeAddress addressesItem)Method parameters in net.stickycode.kuuty.model.v18 with type arguments of type IoK8sApiCoreV1NodeAddress Modifier and Type Method Description IoK8sApiCoreV1NodeStatusIoK8sApiCoreV1NodeStatus. addresses(List<IoK8sApiCoreV1NodeAddress> addresses)voidIoK8sApiCoreV1NodeStatus. setAddresses(List<IoK8sApiCoreV1NodeAddress> addresses)
-