| Package | Description |
|---|---|
| me.snowdrop.istio.api.networking.v1alpha3 |
| Modifier and Type | Method and Description |
|---|---|
FilterType |
FilterFluentImpl.getFilterType() |
FilterType |
FilterFluent.getFilterType() |
FilterType |
Filter.getFilterType() |
static FilterType |
FilterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterType[] |
FilterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Filter.setFilterType(FilterType filterType) |
A |
FilterFluentImpl.withFilterType(FilterType filterType) |
A |
FilterFluent.withFilterType(FilterType filterType) |
| Constructor and Description |
|---|
Filter(Struct filterConfig,
String filterName,
FilterType filterType,
InsertPosition insertPosition,
ListenerMatch listenerMatch) |
Copyright © 2017–2018 Red Hat. All rights reserved.