Uses of Class
io.kubernetes.client.openapi.models.V1HTTPIngressRuleValue
Packages that use V1HTTPIngressRuleValue
-
Uses of V1HTTPIngressRuleValue in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1HTTPIngressRuleValueModifier and TypeMethodDescriptionV1HTTPIngressRuleValue.addPathsItem
(V1HTTPIngressPath pathsItem) V1IngressRule.getHttp()
Get httpV1HTTPIngressRuleValue.paths
(List<V1HTTPIngressPath> paths) Methods in io.kubernetes.client.openapi.models with parameters of type V1HTTPIngressRuleValueModifier and TypeMethodDescriptionV1IngressRule.http
(V1HTTPIngressRuleValue http) void
V1IngressRule.setHttp
(V1HTTPIngressRuleValue http)