Uses of Class
net.stickycode.kuuty.model.v18.IoK8sApiCoreV1EndpointAddress
-
-
Uses of IoK8sApiCoreV1EndpointAddress in net.stickycode.kuuty.model.v18
Methods in net.stickycode.kuuty.model.v18 that return IoK8sApiCoreV1EndpointAddress Modifier and Type Method Description IoK8sApiCoreV1EndpointAddressIoK8sApiCoreV1EndpointAddress. hostname(String hostname)IoK8sApiCoreV1EndpointAddressIoK8sApiCoreV1EndpointAddress. ip(String ip)IoK8sApiCoreV1EndpointAddressIoK8sApiCoreV1EndpointAddress. nodeName(String nodeName)IoK8sApiCoreV1EndpointAddressIoK8sApiCoreV1EndpointAddress. targetRef(IoK8sApiCoreV1ObjectReference targetRef)Methods in net.stickycode.kuuty.model.v18 that return types with arguments of type IoK8sApiCoreV1EndpointAddress Modifier and Type Method Description List<IoK8sApiCoreV1EndpointAddress>IoK8sApiCoreV1EndpointSubset. getAddresses()IP addresses which offer the related ports that are marked as ready.List<IoK8sApiCoreV1EndpointAddress>IoK8sApiCoreV1EndpointSubset. getNotReadyAddresses()IP addresses which offer the related ports but are not currently marked as ready because they have not yet finished starting, have recently failed a readiness check, or have recently failed a liveness check.Methods in net.stickycode.kuuty.model.v18 with parameters of type IoK8sApiCoreV1EndpointAddress Modifier and Type Method Description IoK8sApiCoreV1EndpointSubsetIoK8sApiCoreV1EndpointSubset. addAddressesItem(IoK8sApiCoreV1EndpointAddress addressesItem)IoK8sApiCoreV1EndpointSubsetIoK8sApiCoreV1EndpointSubset. addNotReadyAddressesItem(IoK8sApiCoreV1EndpointAddress notReadyAddressesItem)Method parameters in net.stickycode.kuuty.model.v18 with type arguments of type IoK8sApiCoreV1EndpointAddress Modifier and Type Method Description IoK8sApiCoreV1EndpointSubsetIoK8sApiCoreV1EndpointSubset. addresses(List<IoK8sApiCoreV1EndpointAddress> addresses)IoK8sApiCoreV1EndpointSubsetIoK8sApiCoreV1EndpointSubset. notReadyAddresses(List<IoK8sApiCoreV1EndpointAddress> notReadyAddresses)voidIoK8sApiCoreV1EndpointSubset. setAddresses(List<IoK8sApiCoreV1EndpointAddress> addresses)voidIoK8sApiCoreV1EndpointSubset. setNotReadyAddresses(List<IoK8sApiCoreV1EndpointAddress> notReadyAddresses)
-