| Package | Description |
|---|---|
| io.kubernetes.client.models |
| Modifier and Type | Method and Description |
|---|---|
V1beta1IngressRule |
V1beta1IngressRule.host(String host) |
V1beta1IngressRule |
V1beta1IngressRule.http(V1beta1HTTPIngressRuleValue http) |
| Modifier and Type | Method and Description |
|---|---|
List<V1beta1IngressRule> |
V1beta1IngressSpec.getRules()
A list of host rules used to configure the Ingress.
|
| Modifier and Type | Method and Description |
|---|---|
V1beta1IngressSpec |
V1beta1IngressSpec.addRulesItem(V1beta1IngressRule rulesItem) |
| Modifier and Type | Method and Description |
|---|---|
V1beta1IngressSpec |
V1beta1IngressSpec.rules(List<V1beta1IngressRule> rules) |
void |
V1beta1IngressSpec.setRules(List<V1beta1IngressRule> rules) |
Copyright © 2018. All rights reserved.