Package k8s.io.api.networking.v1
Interface Generated.HTTPIngressRuleValueOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.HTTPIngressRuleValue,Generated.HTTPIngressRuleValue.Builder
- Enclosing class:
- Generated
public static interface Generated.HTTPIngressRuleValueOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Generated.HTTPIngressPathgetPaths(int index)paths is a collection of paths that map requests to backends.intgetPathsCount()paths is a collection of paths that map requests to backends.List<Generated.HTTPIngressPath>getPathsList()paths is a collection of paths that map requests to backends.Generated.HTTPIngressPathOrBuildergetPathsOrBuilder(int index)paths is a collection of paths that map requests to backends.List<? extends Generated.HTTPIngressPathOrBuilder>getPathsOrBuilderList()paths is a collection of paths that map requests to backends.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPathsList
List<Generated.HTTPIngressPath> getPathsList()
paths is a collection of paths that map requests to backends. +listType=atomic
repeated .k8s.io.api.networking.v1.HTTPIngressPath paths = 1;
-
getPaths
Generated.HTTPIngressPath getPaths(int index)
paths is a collection of paths that map requests to backends. +listType=atomic
repeated .k8s.io.api.networking.v1.HTTPIngressPath paths = 1;
-
getPathsCount
int getPathsCount()
paths is a collection of paths that map requests to backends. +listType=atomic
repeated .k8s.io.api.networking.v1.HTTPIngressPath paths = 1;
-
getPathsOrBuilderList
List<? extends Generated.HTTPIngressPathOrBuilder> getPathsOrBuilderList()
paths is a collection of paths that map requests to backends. +listType=atomic
repeated .k8s.io.api.networking.v1.HTTPIngressPath paths = 1;
-
getPathsOrBuilder
Generated.HTTPIngressPathOrBuilder getPathsOrBuilder(int index)
paths is a collection of paths that map requests to backends. +listType=atomic
repeated .k8s.io.api.networking.v1.HTTPIngressPath paths = 1;
-
-