| Package | Description |
|---|---|
| io.fabric8.istio.api.networking.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
WorkloadEntrySpec |
WorkloadEntrySpecBuilder.build() |
WorkloadEntrySpec |
ServiceEntrySpecFluent.buildEndpoint(int index) |
WorkloadEntrySpec |
ServiceEntrySpecFluent.buildFirstEndpoint() |
WorkloadEntrySpec |
ServiceEntrySpecFluent.buildLastEndpoint() |
WorkloadEntrySpec |
ServiceEntrySpecFluent.buildMatchingEndpoint(Predicate<WorkloadEntrySpecBuilder> predicate) |
WorkloadEntrySpec |
WorkloadEntryFluent.buildSpec() |
WorkloadEntrySpec |
WorkloadEntry.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
List<WorkloadEntrySpec> |
ServiceEntrySpecFluent.buildEndpoints() |
List<WorkloadEntrySpec> |
ServiceEntrySpec.getEndpoints() |
| Modifier and Type | Method and Description |
|---|---|
A |
ServiceEntrySpecFluent.addAllToEndpoints(Collection<WorkloadEntrySpec> items) |
A |
ServiceEntrySpecFluent.removeAllFromEndpoints(Collection<WorkloadEntrySpec> items) |
void |
ServiceEntrySpec.setEndpoints(List<WorkloadEntrySpec> endpoints) |
A |
ServiceEntrySpecFluent.withEndpoints(List<WorkloadEntrySpec> endpoints) |
| Constructor and Description |
|---|
WorkloadEntry(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
WorkloadEntrySpec spec,
io.fabric8.istio.api.meta.v1alpha1.IstioStatus status) |
WorkloadEntrySpecBuilder(WorkloadEntrySpec instance) |
WorkloadEntrySpecBuilder(WorkloadEntrySpecFluent<?> fluent,
WorkloadEntrySpec instance) |
WorkloadEntrySpecFluent(WorkloadEntrySpec instance) |
| 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–2023 Red Hat. All rights reserved.