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