| Package | Description |
|---|---|
| me.snowdrop.istio.api.networking.v1alpha3 |
| Modifier and Type | Method and Description |
|---|---|
ListenerType |
ListenerMatchFluentImpl.getListenerType() |
ListenerType |
ListenerMatchFluent.getListenerType() |
ListenerType |
ListenerMatch.getListenerType() |
static ListenerType |
ListenerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListenerType[] |
ListenerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListenerMatch.setListenerType(ListenerType listenerType) |
A |
ListenerMatchFluentImpl.withListenerType(ListenerType listenerType) |
A |
ListenerMatchFluent.withListenerType(ListenerType listenerType) |
| Constructor and Description |
|---|
ListenerMatch(List<String> address,
ListenerProtocol listenerProtocol,
ListenerType listenerType,
String portNamePrefix,
Integer portNumber) |
Copyright © 2017–2018 Red Hat. All rights reserved.