Uses of Class
io.kubernetes.client.openapi.models.V1IngressRule
Packages that use V1IngressRule
-
Uses of V1IngressRule in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1IngressRuleModifier and TypeMethodDescriptionstatic V1IngressRule
Create an instance of V1IngressRule given an JSON stringV1IngressRule.http
(V1HTTPIngressRuleValue http) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1IngressRuleModifier and TypeMethodDescriptionV1IngressSpec.getRules()
rules is a list of host rules used to configure the Ingress.Methods in io.kubernetes.client.openapi.models with parameters of type V1IngressRuleMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1IngressRuleModifier and TypeMethodDescriptionV1IngressSpec.rules
(List<V1IngressRule> rules) void
V1IngressSpec.setRules
(List<V1IngressRule> rules)