| Package | Description |
|---|---|
| io.fabric8.istio.api.networking.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
IstioEgressListener |
IstioEgressListenerBuilder.build() |
IstioEgressListener |
SidecarSpecFluent.buildEgress(int index) |
IstioEgressListener |
SidecarSpecFluent.buildFirstEgress() |
IstioEgressListener |
SidecarSpecFluent.buildLastEgress() |
IstioEgressListener |
SidecarSpecFluent.buildMatchingEgress(Predicate<IstioEgressListenerBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<IstioEgressListener> |
SidecarSpecFluent.buildEgress() |
List<IstioEgressListener> |
SidecarSpec.getEgress() |
| Modifier and Type | Method and Description |
|---|---|
SidecarSpecFluent.EgressNested<A> |
SidecarSpecFluent.addNewEgressLike(IstioEgressListener item) |
A |
SidecarSpecFluent.addToEgress(int index,
IstioEgressListener item) |
A |
SidecarSpecFluent.addToEgress(IstioEgressListener... items) |
protected void |
IstioEgressListenerFluent.copyInstance(IstioEgressListener instance) |
A |
SidecarSpecFluent.removeFromEgress(IstioEgressListener... items) |
SidecarSpecFluent.EgressNested<A> |
SidecarSpecFluent.setNewEgressLike(int index,
IstioEgressListener item) |
A |
SidecarSpecFluent.setToEgress(int index,
IstioEgressListener item) |
A |
SidecarSpecFluent.withEgress(IstioEgressListener... egress) |
| Modifier and Type | Method and Description |
|---|---|
A |
SidecarSpecFluent.addAllToEgress(Collection<IstioEgressListener> items) |
A |
SidecarSpecFluent.removeAllFromEgress(Collection<IstioEgressListener> items) |
void |
SidecarSpec.setEgress(List<IstioEgressListener> egress) |
A |
SidecarSpecFluent.withEgress(List<IstioEgressListener> egress) |
| Constructor and Description |
|---|
IstioEgressListenerBuilder(IstioEgressListener instance) |
IstioEgressListenerBuilder(IstioEgressListenerFluent<?> fluent,
IstioEgressListener instance) |
IstioEgressListenerFluent(IstioEgressListener instance) |
| Constructor and Description |
|---|
SidecarSpec(List<IstioEgressListener> egress,
List<IstioIngressListener> ingress,
OutboundTrafficPolicy outboundTrafficPolicy,
WorkloadSelector workloadSelector) |
Copyright © 2015–2023 Red Hat. All rights reserved.