| Package | Description |
|---|---|
| io.fabric8.istio.api.networking.v1alpha3 |
| Modifier and Type | Method and Description |
|---|---|
IstioEgressListener |
IstioEgressListenerBuilder.build() |
IstioEgressListener |
SidecarSpecFluentImpl.buildEgress(Integer index) |
IstioEgressListener |
SidecarSpecFluent.buildEgress(Integer index) |
IstioEgressListener |
SidecarSpecFluentImpl.buildFirstEgress() |
IstioEgressListener |
SidecarSpecFluent.buildFirstEgress() |
IstioEgressListener |
SidecarSpecFluentImpl.buildLastEgress() |
IstioEgressListener |
SidecarSpecFluent.buildLastEgress() |
IstioEgressListener |
SidecarSpecFluentImpl.buildMatchingEgress(Predicate<IstioEgressListenerBuilder> predicate) |
IstioEgressListener |
SidecarSpecFluent.buildMatchingEgress(Predicate<IstioEgressListenerBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<IstioEgressListener> |
SidecarSpecFluentImpl.buildEgress() |
List<IstioEgressListener> |
SidecarSpecFluent.buildEgress() |
List<IstioEgressListener> |
SidecarSpecFluentImpl.getEgress()
Deprecated.
|
List<IstioEgressListener> |
SidecarSpecFluent.getEgress()
Deprecated.
|
List<IstioEgressListener> |
SidecarSpec.getEgress() |
| Modifier and Type | Method and Description |
|---|---|
A |
SidecarSpecFluentImpl.addAllToEgress(Collection<IstioEgressListener> items) |
A |
SidecarSpecFluent.addAllToEgress(Collection<IstioEgressListener> items) |
A |
SidecarSpecFluentImpl.removeAllFromEgress(Collection<IstioEgressListener> items) |
A |
SidecarSpecFluent.removeAllFromEgress(Collection<IstioEgressListener> items) |
void |
SidecarSpec.setEgress(List<IstioEgressListener> egress) |
A |
SidecarSpecFluentImpl.withEgress(List<IstioEgressListener> egress) |
A |
SidecarSpecFluent.withEgress(List<IstioEgressListener> egress) |
| Constructor and Description |
|---|
IstioEgressListenerBuilder(IstioEgressListener instance) |
IstioEgressListenerBuilder(IstioEgressListener instance,
Boolean validationEnabled) |
IstioEgressListenerBuilder(IstioEgressListenerFluent<?> fluent,
IstioEgressListener instance) |
IstioEgressListenerBuilder(IstioEgressListenerFluent<?> fluent,
IstioEgressListener instance,
Boolean validationEnabled) |
IstioEgressListenerFluentImpl(IstioEgressListener instance) |
| Constructor and Description |
|---|
SidecarSpec(List<IstioEgressListener> egress,
List<IstioIngressListener> ingress,
OutboundTrafficPolicy outboundTrafficPolicy,
WorkloadSelector workloadSelector) |
Copyright © 2015–2023 Red Hat. All rights reserved.