| Package | Description |
|---|---|
| com.appscode.voyager.client.models |
| Modifier and Type | Method and Description |
|---|---|
V1beta1FrontendRule |
V1beta1FrontendRule.addRulesItem(String rulesItem) |
V1beta1FrontendRule |
V1beta1FrontendRule.auth(V1beta1AuthOption auth) |
V1beta1FrontendRule |
V1beta1FrontendRule.port(io.kubernetes.client.custom.IntOrString port) |
V1beta1FrontendRule |
V1beta1FrontendRule.rules(List<String> rules) |
| Modifier and Type | Method and Description |
|---|---|
List<V1beta1FrontendRule> |
V1beta1IngressSpec.getFrontendRules()
Frontend rules specifies a set of rules that should be applied in HAProxy frontend configuration.
|
| Modifier and Type | Method and Description |
|---|---|
V1beta1IngressSpec |
V1beta1IngressSpec.addFrontendRulesItem(V1beta1FrontendRule frontendRulesItem) |
| Modifier and Type | Method and Description |
|---|---|
V1beta1IngressSpec |
V1beta1IngressSpec.frontendRules(List<V1beta1FrontendRule> frontendRules) |
void |
V1beta1IngressSpec.setFrontendRules(List<V1beta1FrontendRule> frontendRules) |
Copyright © 2018. All rights reserved.