| Package | Description |
|---|---|
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1HTTPIngressPath |
V1HTTPIngressPath.backend(V1IngressBackend backend) |
V1HTTPIngressPath |
V1HTTPIngressPath.path(String path) |
V1HTTPIngressPath |
V1HTTPIngressPath.pathType(String pathType) |
| Modifier and Type | Method and Description |
|---|---|
List<V1HTTPIngressPath> |
V1HTTPIngressRuleValue.getPaths()
A collection of paths that map requests to backends.
|
| Modifier and Type | Method and Description |
|---|---|
V1HTTPIngressRuleValue |
V1HTTPIngressRuleValue.addPathsItem(V1HTTPIngressPath pathsItem) |
| Modifier and Type | Method and Description |
|---|---|
V1HTTPIngressRuleValue |
V1HTTPIngressRuleValue.paths(List<V1HTTPIngressPath> paths) |
void |
V1HTTPIngressRuleValue.setPaths(List<V1HTTPIngressPath> paths) |
Copyright © 2022. All rights reserved.