| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.extensions |
| Modifier and Type | Class and Description |
|---|---|
class |
EditableHTTPIngressPath |
| Modifier and Type | Method and Description |
|---|---|
HTTPIngressPath |
DoneableHTTPIngressPath.done() |
| Modifier and Type | Method and Description |
|---|---|
List<HTTPIngressPath> |
HTTPIngressRuleValueFluentImpl.getPaths() |
List<HTTPIngressPath> |
HTTPIngressRuleValueFluent.getPaths() |
List<HTTPIngressPath> |
HTTPIngressRuleValue.getPaths() |
| Modifier and Type | Method and Description |
|---|---|
HTTPIngressRuleValueFluent.PathsNested<T> |
HTTPIngressRuleValueFluentImpl.addNewPathLike(HTTPIngressPath item) |
HTTPIngressRuleValueFluent.PathsNested<T> |
HTTPIngressRuleValueFluent.addNewPathLike(HTTPIngressPath item) |
T |
HTTPIngressRuleValueFluentImpl.addToPaths(HTTPIngressPath... items) |
T |
HTTPIngressRuleValueFluent.addToPaths(HTTPIngressPath... items) |
T |
HTTPIngressRuleValueFluentImpl.removeFromPaths(HTTPIngressPath... items) |
T |
HTTPIngressRuleValueFluent.removeFromPaths(HTTPIngressPath... items) |
T |
HTTPIngressRuleValueFluentImpl.withPaths(HTTPIngressPath... paths) |
T |
HTTPIngressRuleValueFluent.withPaths(HTTPIngressPath... paths) |
| Modifier and Type | Method and Description |
|---|---|
void |
HTTPIngressRuleValue.setPaths(List<HTTPIngressPath> paths) |
T |
HTTPIngressRuleValueFluentImpl.withPaths(List<HTTPIngressPath> paths) |
T |
HTTPIngressRuleValueFluent.withPaths(List<HTTPIngressPath> paths) |
| Constructor and Description |
|---|
DoneableHTTPIngressPath(HTTPIngressPath item,
Visitor<HTTPIngressPath> visitor) |
HTTPIngressPathBuilder(HTTPIngressPath instance) |
HTTPIngressPathBuilder(HTTPIngressPathFluent<?> fluent,
HTTPIngressPath instance) |
HTTPIngressPathFluentImpl(HTTPIngressPath instance) |
| Constructor and Description |
|---|
DoneableHTTPIngressPath(HTTPIngressPath item,
Visitor<HTTPIngressPath> visitor) |
DoneableHTTPIngressPath(Visitor<HTTPIngressPath> visitor) |
EditableHTTPIngressRuleValue(List<HTTPIngressPath> paths) |
HTTPIngressRuleValue(List<HTTPIngressPath> paths) |
Copyright © 2011–2016 Red Hat. All rights reserved.