Uses of Interface
k8s.io.api.networking.v1.Generated.IngressRuleOrBuilder
-
Packages that use Generated.IngressRuleOrBuilder Package Description k8s.io.api.networking.v1 -
-
Uses of Generated.IngressRuleOrBuilder in k8s.io.api.networking.v1
Classes in k8s.io.api.networking.v1 that implement Generated.IngressRuleOrBuilder Modifier and Type Class Description static classGenerated.IngressRuleIngressRule represents the rules mapping the paths under a specified host to the related backend services.static classGenerated.IngressRule.BuilderIngressRule represents the rules mapping the paths under a specified host to the related backend services.Methods in k8s.io.api.networking.v1 that return Generated.IngressRuleOrBuilder Modifier and Type Method Description Generated.IngressRuleOrBuilderGenerated.IngressSpec.Builder. getRulesOrBuilder(int index)rules is a list of host rules used to configure the Ingress.Generated.IngressRuleOrBuilderGenerated.IngressSpec. getRulesOrBuilder(int index)rules is a list of host rules used to configure the Ingress.Generated.IngressRuleOrBuilderGenerated.IngressSpecOrBuilder. getRulesOrBuilder(int index)rules is a list of host rules used to configure the Ingress.Methods in k8s.io.api.networking.v1 that return types with arguments of type Generated.IngressRuleOrBuilder Modifier and Type Method Description List<? extends Generated.IngressRuleOrBuilder>Generated.IngressSpec.Builder. getRulesOrBuilderList()rules is a list of host rules used to configure the Ingress.List<? extends Generated.IngressRuleOrBuilder>Generated.IngressSpec. getRulesOrBuilderList()rules is a list of host rules used to configure the Ingress.List<? extends Generated.IngressRuleOrBuilder>Generated.IngressSpecOrBuilder. getRulesOrBuilderList()rules is a list of host rules used to configure the Ingress.
-