public static interface V1beta1Extensions.HTTPIngressRuleValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
V1beta1Extensions.HTTPIngressPath |
getPaths(int index)
A collection of paths that map requests to backends.
|
int |
getPathsCount()
A collection of paths that map requests to backends.
|
List<V1beta1Extensions.HTTPIngressPath> |
getPathsList()
A collection of paths that map requests to backends.
|
V1beta1Extensions.HTTPIngressPathOrBuilder |
getPathsOrBuilder(int index)
A collection of paths that map requests to backends.
|
List<? extends V1beta1Extensions.HTTPIngressPathOrBuilder> |
getPathsOrBuilderList()
A collection of paths that map requests to backends.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<V1beta1Extensions.HTTPIngressPath> getPathsList()
A collection of paths that map requests to backends.
repeated .k8s.io.api.extensions.v1beta1.HTTPIngressPath paths = 1;
V1beta1Extensions.HTTPIngressPath getPaths(int index)
A collection of paths that map requests to backends.
repeated .k8s.io.api.extensions.v1beta1.HTTPIngressPath paths = 1;
int getPathsCount()
A collection of paths that map requests to backends.
repeated .k8s.io.api.extensions.v1beta1.HTTPIngressPath paths = 1;
List<? extends V1beta1Extensions.HTTPIngressPathOrBuilder> getPathsOrBuilderList()
A collection of paths that map requests to backends.
repeated .k8s.io.api.extensions.v1beta1.HTTPIngressPath paths = 1;
V1beta1Extensions.HTTPIngressPathOrBuilder getPathsOrBuilder(int index)
A collection of paths that map requests to backends.
repeated .k8s.io.api.extensions.v1beta1.HTTPIngressPath paths = 1;
Copyright © 2021. All rights reserved.