public class IngressPolicies
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static IngressPolicy |
allowAll() |
static IngressPolicy |
allowOnlyLocalhost() |
static IngressPolicy |
whiteListPolicy(rx.Observable<java.util.Set<java.lang.String>> whiteList) |
public static IngressPolicy whiteListPolicy(rx.Observable<java.util.Set<java.lang.String>> whiteList)
public static IngressPolicy allowOnlyLocalhost()
public static IngressPolicy allowAll()