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