| Package | Description |
|---|---|
| io.fabric8.istio.api.networking.v1alpha3 |
| Modifier and Type | Method and Description |
|---|---|
static ServiceEntryLocation |
ServiceEntryLocation.fromValue(Object value) |
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<WorkloadEntrySpec> endpoints,
List<String> exportTo,
List<String> hosts,
ServiceEntryLocation location,
List<Port> ports,
ServiceEntryResolution resolution,
List<String> subjectAltNames,
WorkloadSelector workloadSelector) |
Copyright © 2015–2022 Red Hat. All rights reserved.