Package | Description |
---|---|
io.fabric8.kubernetes.api.model.extensions |
Modifier and Type | Method and Description |
---|---|
HTTPIngressPath |
HTTPIngressPathBuilder.build() |
HTTPIngressPath |
DoneableHTTPIngressPath.done() |
Modifier and Type | Method and Description |
---|---|
List<HTTPIngressPath> |
HTTPIngressRuleValueFluent.getPaths() |
List<HTTPIngressPath> |
HTTPIngressRuleValueFluentImpl.getPaths() |
List<HTTPIngressPath> |
HTTPIngressRuleValue.getPaths() |
Modifier and Type | Method and Description |
---|---|
HTTPIngressRuleValueFluent.PathsNested<A> |
HTTPIngressRuleValueFluent.addNewPathLike(HTTPIngressPath item) |
HTTPIngressRuleValueFluent.PathsNested<A> |
HTTPIngressRuleValueFluentImpl.addNewPathLike(HTTPIngressPath item) |
A |
HTTPIngressRuleValueFluent.addToPaths(HTTPIngressPath... items) |
A |
HTTPIngressRuleValueFluentImpl.addToPaths(HTTPIngressPath... items) |
A |
HTTPIngressRuleValueFluent.removeFromPaths(HTTPIngressPath... items) |
A |
HTTPIngressRuleValueFluentImpl.removeFromPaths(HTTPIngressPath... items) |
A |
HTTPIngressRuleValueFluent.withPaths(HTTPIngressPath... paths) |
A |
HTTPIngressRuleValueFluentImpl.withPaths(HTTPIngressPath... paths) |
Modifier and Type | Method and Description |
---|---|
void |
HTTPIngressRuleValue.setPaths(List<HTTPIngressPath> paths) |
A |
HTTPIngressRuleValueFluent.withPaths(List<HTTPIngressPath> paths) |
A |
HTTPIngressRuleValueFluentImpl.withPaths(List<HTTPIngressPath> paths) |
Constructor and Description |
---|
DoneableHTTPIngressPath(HTTPIngressPath item) |
DoneableHTTPIngressPath(HTTPIngressPath item,
Function<HTTPIngressPath,HTTPIngressPath> function) |
HTTPIngressPathBuilder(HTTPIngressPath instance) |
HTTPIngressPathBuilder(HTTPIngressPath instance,
Boolean validationEnabled) |
HTTPIngressPathBuilder(HTTPIngressPathFluent<?> fluent,
HTTPIngressPath instance) |
HTTPIngressPathBuilder(HTTPIngressPathFluent<?> fluent,
HTTPIngressPath instance,
Boolean validationEnabled) |
HTTPIngressPathFluentImpl(HTTPIngressPath instance) |
Constructor and Description |
---|
DoneableHTTPIngressPath(Function<HTTPIngressPath,HTTPIngressPath> function) |
DoneableHTTPIngressPath(Function<HTTPIngressPath,HTTPIngressPath> function) |
DoneableHTTPIngressPath(HTTPIngressPath item,
Function<HTTPIngressPath,HTTPIngressPath> function) |
DoneableHTTPIngressPath(HTTPIngressPath item,
Function<HTTPIngressPath,HTTPIngressPath> function) |
HTTPIngressRuleValue(List<HTTPIngressPath> paths) |
Copyright © 2011–2018 Red Hat. All rights reserved.