Package io.kubernetes.client.proto
Interface V1Networking.HTTPIngressRuleValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1Networking.HTTPIngressRuleValue,V1Networking.HTTPIngressRuleValue.Builder
- Enclosing class:
- V1Networking
public static interface V1Networking.HTTPIngressRuleValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPaths(int index) A collection of paths that map requests to backends.intA collection of paths that map requests to backends.A collection of paths that map requests to backends.getPathsOrBuilder(int index) A collection of paths that map requests to backends.List<? extends V1Networking.HTTPIngressPathOrBuilder>A collection of paths that map requests to backends.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPathsList
List<V1Networking.HTTPIngressPath> getPathsList()A collection of paths that map requests to backends. +listType=atomic
repeated .k8s.io.api.networking.v1.HTTPIngressPath paths = 1; -
getPaths
A collection of paths that map requests to backends. +listType=atomic
repeated .k8s.io.api.networking.v1.HTTPIngressPath paths = 1; -
getPathsCount
int getPathsCount()A collection of paths that map requests to backends. +listType=atomic
repeated .k8s.io.api.networking.v1.HTTPIngressPath paths = 1; -
getPathsOrBuilderList
List<? extends V1Networking.HTTPIngressPathOrBuilder> getPathsOrBuilderList()A collection of paths that map requests to backends. +listType=atomic
repeated .k8s.io.api.networking.v1.HTTPIngressPath paths = 1; -
getPathsOrBuilder
A collection of paths that map requests to backends. +listType=atomic
repeated .k8s.io.api.networking.v1.HTTPIngressPath paths = 1;
-