Uses of Class
io.kubernetes.client.openapi.models.V1HTTPIngressPath
Packages that use V1HTTPIngressPath
-
Uses of V1HTTPIngressPath in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1HTTPIngressPathMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1HTTPIngressPathModifier and TypeMethodDescriptionV1HTTPIngressRuleValue.getPaths()
A collection of paths that map requests to backends.Methods in io.kubernetes.client.openapi.models with parameters of type V1HTTPIngressPathModifier and TypeMethodDescriptionV1HTTPIngressRuleValue.addPathsItem
(V1HTTPIngressPath pathsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1HTTPIngressPathModifier and TypeMethodDescriptionV1HTTPIngressRuleValue.paths
(List<V1HTTPIngressPath> paths) void
V1HTTPIngressRuleValue.setPaths
(List<V1HTTPIngressPath> paths)