public static interface V1Networking.HTTPIngressRuleValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1Networking.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<V1Networking.HTTPIngressPath> |
getPathsList()
A collection of paths that map requests to backends.
|
V1Networking.HTTPIngressPathOrBuilder |
getPathsOrBuilder(int index)
A collection of paths that map requests to backends.
|
List<? extends V1Networking.HTTPIngressPathOrBuilder> |
getPathsOrBuilderList()
A collection of paths that map requests to backends.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<V1Networking.HTTPIngressPath> getPathsList()
A collection of paths that map requests to backends. +listType=atomic
repeated .k8s.io.api.networking.v1.HTTPIngressPath paths = 1;V1Networking.HTTPIngressPath getPaths(int index)
A collection of paths that map requests to backends. +listType=atomic
repeated .k8s.io.api.networking.v1.HTTPIngressPath paths = 1;int getPathsCount()
A collection of paths that map requests to backends. +listType=atomic
repeated .k8s.io.api.networking.v1.HTTPIngressPath paths = 1;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;V1Networking.HTTPIngressPathOrBuilder getPathsOrBuilder(int index)
A collection of paths that map requests to backends. +listType=atomic
repeated .k8s.io.api.networking.v1.HTTPIngressPath paths = 1;Copyright © 2023. All rights reserved.