| Package | Description |
|---|---|
| me.snowdrop.istio.api.networking.v1alpha3 |
| Modifier and Type | Method and Description |
|---|---|
ServiceEntryLocation |
ServiceEntrySpecFluent.getLocation() |
ServiceEntryLocation |
ServiceEntrySpecFluentImpl.getLocation() |
ServiceEntryLocation |
ServiceEntrySpec.getLocation() |
static ServiceEntryLocation |
ServiceEntryLocation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceEntryLocation[] |
ServiceEntryLocation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceEntrySpec.setLocation(ServiceEntryLocation location) |
A |
ServiceEntrySpecFluent.withLocation(ServiceEntryLocation location) |
A |
ServiceEntrySpecFluentImpl.withLocation(ServiceEntryLocation location) |
| Constructor and Description |
|---|
ServiceEntrySpec(List<String> addresses,
List<Endpoint> endpoints,
List<String> hosts,
ServiceEntryLocation location,
List<Port> ports,
ServiceEntryResolution resolution) |
Copyright © 2017–2018 Red Hat. All rights reserved.