Package | Description |
---|---|
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
List<NetworkingV1beta1HTTPIngressPath> |
NetworkingV1beta1HTTPIngressRuleValueFluent.buildPaths() |
List<NetworkingV1beta1HTTPIngressPath> |
NetworkingV1beta1HTTPIngressRuleValueFluentImpl.buildPaths() |
List<NetworkingV1beta1HTTPIngressPath> |
NetworkingV1beta1HTTPIngressRuleValueFluent.getPaths()
Deprecated.
|
List<NetworkingV1beta1HTTPIngressPath> |
NetworkingV1beta1HTTPIngressRuleValueFluentImpl.getPaths()
Deprecated.
|
List<NetworkingV1beta1HTTPIngressPath> |
NetworkingV1beta1HTTPIngressRuleValue.getPaths()
A collection of paths that map requests to backends.
|
Modifier and Type | Method and Description |
---|---|
NetworkingV1beta1HTTPIngressRuleValueFluent.PathsNested<A> |
NetworkingV1beta1HTTPIngressRuleValueFluent.addNewPathLike(NetworkingV1beta1HTTPIngressPath item) |
NetworkingV1beta1HTTPIngressRuleValueFluent.PathsNested<A> |
NetworkingV1beta1HTTPIngressRuleValueFluentImpl.addNewPathLike(NetworkingV1beta1HTTPIngressPath item) |
NetworkingV1beta1HTTPIngressRuleValue |
NetworkingV1beta1HTTPIngressRuleValue.addPathsItem(NetworkingV1beta1HTTPIngressPath pathsItem) |
A |
NetworkingV1beta1HTTPIngressRuleValueFluent.addToPaths(int index,
NetworkingV1beta1HTTPIngressPath item) |
A |
NetworkingV1beta1HTTPIngressRuleValueFluentImpl.addToPaths(int index,
NetworkingV1beta1HTTPIngressPath item) |
A |
NetworkingV1beta1HTTPIngressRuleValueFluent.addToPaths(NetworkingV1beta1HTTPIngressPath... items) |
A |
NetworkingV1beta1HTTPIngressRuleValueFluentImpl.addToPaths(NetworkingV1beta1HTTPIngressPath... items) |
A |
NetworkingV1beta1HTTPIngressRuleValueFluent.removeFromPaths(NetworkingV1beta1HTTPIngressPath... items) |
A |
NetworkingV1beta1HTTPIngressRuleValueFluentImpl.removeFromPaths(NetworkingV1beta1HTTPIngressPath... items) |
NetworkingV1beta1HTTPIngressRuleValueFluent.PathsNested<A> |
NetworkingV1beta1HTTPIngressRuleValueFluent.setNewPathLike(int index,
NetworkingV1beta1HTTPIngressPath item) |
NetworkingV1beta1HTTPIngressRuleValueFluent.PathsNested<A> |
NetworkingV1beta1HTTPIngressRuleValueFluentImpl.setNewPathLike(int index,
NetworkingV1beta1HTTPIngressPath item) |
A |
NetworkingV1beta1HTTPIngressRuleValueFluent.setToPaths(int index,
NetworkingV1beta1HTTPIngressPath item) |
A |
NetworkingV1beta1HTTPIngressRuleValueFluentImpl.setToPaths(int index,
NetworkingV1beta1HTTPIngressPath item) |
A |
NetworkingV1beta1HTTPIngressRuleValueFluent.withPaths(NetworkingV1beta1HTTPIngressPath... paths) |
A |
NetworkingV1beta1HTTPIngressRuleValueFluentImpl.withPaths(NetworkingV1beta1HTTPIngressPath... paths) |
Modifier and Type | Method and Description |
---|---|
A |
NetworkingV1beta1HTTPIngressRuleValueFluent.addAllToPaths(Collection<NetworkingV1beta1HTTPIngressPath> items) |
A |
NetworkingV1beta1HTTPIngressRuleValueFluentImpl.addAllToPaths(Collection<NetworkingV1beta1HTTPIngressPath> items) |
NetworkingV1beta1HTTPIngressRuleValue |
NetworkingV1beta1HTTPIngressRuleValue.paths(List<NetworkingV1beta1HTTPIngressPath> paths) |
A |
NetworkingV1beta1HTTPIngressRuleValueFluent.removeAllFromPaths(Collection<NetworkingV1beta1HTTPIngressPath> items) |
A |
NetworkingV1beta1HTTPIngressRuleValueFluentImpl.removeAllFromPaths(Collection<NetworkingV1beta1HTTPIngressPath> items) |
void |
NetworkingV1beta1HTTPIngressRuleValue.setPaths(List<NetworkingV1beta1HTTPIngressPath> paths) |
A |
NetworkingV1beta1HTTPIngressRuleValueFluent.withPaths(List<NetworkingV1beta1HTTPIngressPath> paths) |
A |
NetworkingV1beta1HTTPIngressRuleValueFluentImpl.withPaths(List<NetworkingV1beta1HTTPIngressPath> paths) |
Constructor and Description |
---|
NetworkingV1beta1HTTPIngressPathBuilder(NetworkingV1beta1HTTPIngressPath instance) |
NetworkingV1beta1HTTPIngressPathBuilder(NetworkingV1beta1HTTPIngressPath instance,
Boolean validationEnabled) |
NetworkingV1beta1HTTPIngressPathBuilder(NetworkingV1beta1HTTPIngressPathFluent<?> fluent,
NetworkingV1beta1HTTPIngressPath instance) |
NetworkingV1beta1HTTPIngressPathBuilder(NetworkingV1beta1HTTPIngressPathFluent<?> fluent,
NetworkingV1beta1HTTPIngressPath instance,
Boolean validationEnabled) |
NetworkingV1beta1HTTPIngressPathFluentImpl(NetworkingV1beta1HTTPIngressPath instance) |
Copyright © 2020. All rights reserved.