Package | Description |
---|---|
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1beta1HTTPIngressPath |
V1beta1HTTPIngressPath.backend(V1beta1IngressBackend backend) |
V1beta1HTTPIngressPath |
V1beta1HTTPIngressPathBuilder.build() |
V1beta1HTTPIngressPath |
V1beta1HTTPIngressRuleValueFluentImpl.buildFirstPath() |
V1beta1HTTPIngressPath |
V1beta1HTTPIngressRuleValueFluent.buildFirstPath() |
V1beta1HTTPIngressPath |
V1beta1HTTPIngressRuleValueFluentImpl.buildLastPath() |
V1beta1HTTPIngressPath |
V1beta1HTTPIngressRuleValueFluent.buildLastPath() |
V1beta1HTTPIngressPath |
V1beta1HTTPIngressRuleValueFluentImpl.buildMatchingPath(Predicate<V1beta1HTTPIngressPathBuilder> predicate) |
V1beta1HTTPIngressPath |
V1beta1HTTPIngressRuleValueFluent.buildMatchingPath(Predicate<V1beta1HTTPIngressPathBuilder> predicate) |
V1beta1HTTPIngressPath |
V1beta1HTTPIngressRuleValueFluentImpl.buildPath(int index) |
V1beta1HTTPIngressPath |
V1beta1HTTPIngressRuleValueFluent.buildPath(int index) |
V1beta1HTTPIngressPath |
V1beta1HTTPIngressPath.path(String path) |
Modifier and Type | Method and Description |
---|---|
List<V1beta1HTTPIngressPath> |
V1beta1HTTPIngressRuleValueFluentImpl.buildPaths() |
List<V1beta1HTTPIngressPath> |
V1beta1HTTPIngressRuleValueFluent.buildPaths() |
List<V1beta1HTTPIngressPath> |
V1beta1HTTPIngressRuleValueFluentImpl.getPaths()
Deprecated.
|
List<V1beta1HTTPIngressPath> |
V1beta1HTTPIngressRuleValueFluent.getPaths()
Deprecated.
|
List<V1beta1HTTPIngressPath> |
V1beta1HTTPIngressRuleValue.getPaths()
A collection of paths that map requests to backends.
|
Modifier and Type | Method and Description |
---|---|
V1beta1HTTPIngressRuleValueFluent.PathsNested<A> |
V1beta1HTTPIngressRuleValueFluentImpl.addNewPathLike(V1beta1HTTPIngressPath item) |
V1beta1HTTPIngressRuleValueFluent.PathsNested<A> |
V1beta1HTTPIngressRuleValueFluent.addNewPathLike(V1beta1HTTPIngressPath item) |
V1beta1HTTPIngressRuleValue |
V1beta1HTTPIngressRuleValue.addPathsItem(V1beta1HTTPIngressPath pathsItem) |
A |
V1beta1HTTPIngressRuleValueFluentImpl.addToPaths(int index,
V1beta1HTTPIngressPath item) |
A |
V1beta1HTTPIngressRuleValueFluent.addToPaths(int index,
V1beta1HTTPIngressPath item) |
A |
V1beta1HTTPIngressRuleValueFluentImpl.addToPaths(V1beta1HTTPIngressPath... items) |
A |
V1beta1HTTPIngressRuleValueFluent.addToPaths(V1beta1HTTPIngressPath... items) |
A |
V1beta1HTTPIngressRuleValueFluentImpl.removeFromPaths(V1beta1HTTPIngressPath... items) |
A |
V1beta1HTTPIngressRuleValueFluent.removeFromPaths(V1beta1HTTPIngressPath... items) |
V1beta1HTTPIngressRuleValueFluent.PathsNested<A> |
V1beta1HTTPIngressRuleValueFluentImpl.setNewPathLike(int index,
V1beta1HTTPIngressPath item) |
V1beta1HTTPIngressRuleValueFluent.PathsNested<A> |
V1beta1HTTPIngressRuleValueFluent.setNewPathLike(int index,
V1beta1HTTPIngressPath item) |
A |
V1beta1HTTPIngressRuleValueFluentImpl.setToPaths(int index,
V1beta1HTTPIngressPath item) |
A |
V1beta1HTTPIngressRuleValueFluent.setToPaths(int index,
V1beta1HTTPIngressPath item) |
A |
V1beta1HTTPIngressRuleValueFluentImpl.withPaths(V1beta1HTTPIngressPath... paths) |
A |
V1beta1HTTPIngressRuleValueFluent.withPaths(V1beta1HTTPIngressPath... paths) |
Modifier and Type | Method and Description |
---|---|
A |
V1beta1HTTPIngressRuleValueFluentImpl.addAllToPaths(Collection<V1beta1HTTPIngressPath> items) |
A |
V1beta1HTTPIngressRuleValueFluent.addAllToPaths(Collection<V1beta1HTTPIngressPath> items) |
V1beta1HTTPIngressRuleValue |
V1beta1HTTPIngressRuleValue.paths(List<V1beta1HTTPIngressPath> paths) |
A |
V1beta1HTTPIngressRuleValueFluentImpl.removeAllFromPaths(Collection<V1beta1HTTPIngressPath> items) |
A |
V1beta1HTTPIngressRuleValueFluent.removeAllFromPaths(Collection<V1beta1HTTPIngressPath> items) |
void |
V1beta1HTTPIngressRuleValue.setPaths(List<V1beta1HTTPIngressPath> paths) |
A |
V1beta1HTTPIngressRuleValueFluentImpl.withPaths(List<V1beta1HTTPIngressPath> paths) |
A |
V1beta1HTTPIngressRuleValueFluent.withPaths(List<V1beta1HTTPIngressPath> paths) |
Constructor and Description |
---|
V1beta1HTTPIngressPathBuilder(V1beta1HTTPIngressPath instance) |
V1beta1HTTPIngressPathBuilder(V1beta1HTTPIngressPath instance,
Boolean validationEnabled) |
V1beta1HTTPIngressPathBuilder(V1beta1HTTPIngressPathFluent<?> fluent,
V1beta1HTTPIngressPath instance) |
V1beta1HTTPIngressPathBuilder(V1beta1HTTPIngressPathFluent<?> fluent,
V1beta1HTTPIngressPath instance,
Boolean validationEnabled) |
V1beta1HTTPIngressPathFluentImpl(V1beta1HTTPIngressPath instance) |
Copyright © 2018. All rights reserved.