| Package | Description |
|---|---|
| me.snowdrop.istio.api.networking.v1alpha3 |
| Modifier and Type | Method and Description |
|---|---|
ListenerProtocol |
ListenerMatchFluentImpl.getListenerProtocol() |
ListenerProtocol |
ListenerMatchFluent.getListenerProtocol() |
ListenerProtocol |
ListenerMatch.getListenerProtocol() |
static ListenerProtocol |
ListenerProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListenerProtocol[] |
ListenerProtocol.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.setListenerProtocol(ListenerProtocol listenerProtocol) |
A |
ListenerMatchFluentImpl.withListenerProtocol(ListenerProtocol listenerProtocol) |
A |
ListenerMatchFluent.withListenerProtocol(ListenerProtocol listenerProtocol) |
| Constructor and Description |
|---|
ListenerMatch(List<String> address,
ListenerProtocol listenerProtocol,
ListenerType listenerType,
String portNamePrefix,
Integer portNumber) |
Copyright © 2017–2018 Red Hat. All rights reserved.