| Package | Description |
|---|---|
| io.fabric8.istio.api.networking.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
static ServiceEntryResolution |
ServiceEntryResolution.fromValue(Object value) |
ServiceEntryResolution |
ServiceEntrySpecFluentImpl.getResolution() |
ServiceEntryResolution |
ServiceEntrySpecFluent.getResolution() |
ServiceEntryResolution |
ServiceEntrySpec.getResolution() |
static ServiceEntryResolution |
ServiceEntryResolution.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceEntryResolution[] |
ServiceEntryResolution.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.setResolution(ServiceEntryResolution resolution) |
A |
ServiceEntrySpecFluentImpl.withResolution(ServiceEntryResolution resolution) |
A |
ServiceEntrySpecFluent.withResolution(ServiceEntryResolution resolution) |
| 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.