| Modifier and Type | Class and Description |
|---|---|
static class |
V1.EndpointAddress
EndpointAddress is a tuple that describes single IP address.
|
static class |
V1.EndpointAddress.Builder
EndpointAddress is a tuple that describes single IP address.
|
| Modifier and Type | Method and Description |
|---|---|
V1.EndpointAddressOrBuilder |
V1.EndpointSubsetOrBuilder.getAddressesOrBuilder(int index)
IP addresses which offer the related ports that are marked as ready.
|
V1.EndpointAddressOrBuilder |
V1.EndpointSubset.getAddressesOrBuilder(int index)
IP addresses which offer the related ports that are marked as ready.
|
V1.EndpointAddressOrBuilder |
V1.EndpointSubset.Builder.getAddressesOrBuilder(int index)
IP addresses which offer the related ports that are marked as ready.
|
V1.EndpointAddressOrBuilder |
V1.EndpointSubsetOrBuilder.getNotReadyAddressesOrBuilder(int index)
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.
|
V1.EndpointAddressOrBuilder |
V1.EndpointSubset.getNotReadyAddressesOrBuilder(int index)
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.
|
V1.EndpointAddressOrBuilder |
V1.EndpointSubset.Builder.getNotReadyAddressesOrBuilder(int index)
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends V1.EndpointAddressOrBuilder> |
V1.EndpointSubsetOrBuilder.getAddressesOrBuilderList()
IP addresses which offer the related ports that are marked as ready.
|
List<? extends V1.EndpointAddressOrBuilder> |
V1.EndpointSubset.getAddressesOrBuilderList()
IP addresses which offer the related ports that are marked as ready.
|
List<? extends V1.EndpointAddressOrBuilder> |
V1.EndpointSubset.Builder.getAddressesOrBuilderList()
IP addresses which offer the related ports that are marked as ready.
|
List<? extends V1.EndpointAddressOrBuilder> |
V1.EndpointSubsetOrBuilder.getNotReadyAddressesOrBuilderList()
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.
|
List<? extends V1.EndpointAddressOrBuilder> |
V1.EndpointSubset.getNotReadyAddressesOrBuilderList()
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.
|
List<? extends V1.EndpointAddressOrBuilder> |
V1.EndpointSubset.Builder.getNotReadyAddressesOrBuilderList()
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.
|
Copyright © 2019. All rights reserved.