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 V1HTTPIngressPathModifier and TypeMethodDescriptionV1HTTPIngressPath.backend
(V1IngressBackend backend) static V1HTTPIngressPath
Create an instance of V1HTTPIngressPath given an JSON stringMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1HTTPIngressPathModifier and TypeMethodDescriptionV1HTTPIngressRuleValue.getPaths()
paths is 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)