| Package | Description |
|---|---|
| io.fabric8.istio.api.networking.v1alpha3 |
| Modifier and Type | Method and Description |
|---|---|
IstioIngressListener |
IstioIngressListenerBuilder.build() |
IstioIngressListener |
SidecarSpecFluent.buildFirstIngress() |
IstioIngressListener |
SidecarSpecFluent.buildIngress(int index) |
IstioIngressListener |
SidecarSpecFluent.buildLastIngress() |
IstioIngressListener |
SidecarSpecFluent.buildMatchingIngress(Predicate<IstioIngressListenerBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<IstioIngressListener> |
SidecarSpecFluent.buildIngress() |
List<IstioIngressListener> |
SidecarSpec.getIngress() |
| Modifier and Type | Method and Description |
|---|---|
SidecarSpecFluent.IngressNested<A> |
SidecarSpecFluent.addNewIngressLike(IstioIngressListener item) |
A |
SidecarSpecFluent.addToIngress(int index,
IstioIngressListener item) |
A |
SidecarSpecFluent.addToIngress(IstioIngressListener... items) |
protected void |
IstioIngressListenerFluent.copyInstance(IstioIngressListener instance) |
A |
SidecarSpecFluent.removeFromIngress(IstioIngressListener... items) |
SidecarSpecFluent.IngressNested<A> |
SidecarSpecFluent.setNewIngressLike(int index,
IstioIngressListener item) |
A |
SidecarSpecFluent.setToIngress(int index,
IstioIngressListener item) |
A |
SidecarSpecFluent.withIngress(IstioIngressListener... ingress) |
| Modifier and Type | Method and Description |
|---|---|
A |
SidecarSpecFluent.addAllToIngress(Collection<IstioIngressListener> items) |
A |
SidecarSpecFluent.removeAllFromIngress(Collection<IstioIngressListener> items) |
void |
SidecarSpec.setIngress(List<IstioIngressListener> ingress) |
A |
SidecarSpecFluent.withIngress(List<IstioIngressListener> ingress) |
| Constructor and Description |
|---|
IstioIngressListenerBuilder(IstioIngressListener instance) |
IstioIngressListenerBuilder(IstioIngressListenerFluent<?> fluent,
IstioIngressListener instance) |
IstioIngressListenerFluent(IstioIngressListener instance) |
| Constructor and Description |
|---|
SidecarSpec(List<IstioEgressListener> egress,
List<IstioIngressListener> ingress,
OutboundTrafficPolicy outboundTrafficPolicy,
WorkloadSelector workloadSelector) |
Copyright © 2015–2023 Red Hat. All rights reserved.