Uses of Interface
k8s.io.api.networking.v1.Generated.HTTPIngressPathOrBuilder
-
Packages that use Generated.HTTPIngressPathOrBuilder Package Description k8s.io.api.networking.v1 -
-
Uses of Generated.HTTPIngressPathOrBuilder in k8s.io.api.networking.v1
Classes in k8s.io.api.networking.v1 that implement Generated.HTTPIngressPathOrBuilder Modifier and Type Class Description static classGenerated.HTTPIngressPathHTTPIngressPath associates a path with a backend.static classGenerated.HTTPIngressPath.BuilderHTTPIngressPath associates a path with a backend.Methods in k8s.io.api.networking.v1 that return Generated.HTTPIngressPathOrBuilder Modifier and Type Method Description Generated.HTTPIngressPathOrBuilderGenerated.HTTPIngressRuleValue.Builder. getPathsOrBuilder(int index)paths is a collection of paths that map requests to backends.Generated.HTTPIngressPathOrBuilderGenerated.HTTPIngressRuleValue. getPathsOrBuilder(int index)paths is a collection of paths that map requests to backends.Generated.HTTPIngressPathOrBuilderGenerated.HTTPIngressRuleValueOrBuilder. getPathsOrBuilder(int index)paths is a collection of paths that map requests to backends.Methods in k8s.io.api.networking.v1 that return types with arguments of type Generated.HTTPIngressPathOrBuilder Modifier and Type Method Description List<? extends Generated.HTTPIngressPathOrBuilder>Generated.HTTPIngressRuleValue.Builder. getPathsOrBuilderList()paths is a collection of paths that map requests to backends.List<? extends Generated.HTTPIngressPathOrBuilder>Generated.HTTPIngressRuleValue. getPathsOrBuilderList()paths is a collection of paths that map requests to backends.List<? extends Generated.HTTPIngressPathOrBuilder>Generated.HTTPIngressRuleValueOrBuilder. getPathsOrBuilderList()paths is a collection of paths that map requests to backends.
-