Uses of Class
io.kubernetes.client.openapi.models.V1EndpointAddress
Packages that use V1EndpointAddress
-
Uses of V1EndpointAddress in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1EndpointAddressMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1EndpointAddressModifier and TypeMethodDescriptionV1EndpointSubset.getAddresses()
IP addresses which offer the related ports that are marked as ready.V1EndpointSubset.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 io.kubernetes.client.openapi.models with parameters of type V1EndpointAddressModifier and TypeMethodDescriptionV1EndpointSubset.addAddressesItem
(V1EndpointAddress addressesItem) V1EndpointSubset.addNotReadyAddressesItem
(V1EndpointAddress notReadyAddressesItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1EndpointAddressModifier and TypeMethodDescriptionV1EndpointSubset.addresses
(List<V1EndpointAddress> addresses) V1EndpointSubset.notReadyAddresses
(List<V1EndpointAddress> notReadyAddresses) void
V1EndpointSubset.setAddresses
(List<V1EndpointAddress> addresses) void
V1EndpointSubset.setNotReadyAddresses
(List<V1EndpointAddress> notReadyAddresses)