public static final class V1beta1Extensions.HTTPIngressPath.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.HTTPIngressPath.Builder> implements V1beta1Extensions.HTTPIngressPathOrBuilder
HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.Protobuf type
k8s.io.api.extensions.v1beta1.HTTPIngressPath| Modifier and Type | Method and Description |
|---|---|
V1beta1Extensions.HTTPIngressPath.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1beta1Extensions.HTTPIngressPath |
build() |
V1beta1Extensions.HTTPIngressPath |
buildPartial() |
V1beta1Extensions.HTTPIngressPath.Builder |
clear() |
V1beta1Extensions.HTTPIngressPath.Builder |
clearBackend()
Backend defines the referenced service endpoint to which the traffic
will be forwarded to.
|
V1beta1Extensions.HTTPIngressPath.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1beta1Extensions.HTTPIngressPath.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1beta1Extensions.HTTPIngressPath.Builder |
clearPath()
Path is an extended POSIX regex as defined by IEEE Std 1003.1,
(i.e this follows the egrep/unix syntax, not the perl syntax)
matched against the path of an incoming request.
|
V1beta1Extensions.HTTPIngressPath.Builder |
clone() |
V1beta1Extensions.IngressBackend |
getBackend()
Backend defines the referenced service endpoint to which the traffic
will be forwarded to.
|
V1beta1Extensions.IngressBackend.Builder |
getBackendBuilder()
Backend defines the referenced service endpoint to which the traffic
will be forwarded to.
|
V1beta1Extensions.IngressBackendOrBuilder |
getBackendOrBuilder()
Backend defines the referenced service endpoint to which the traffic
will be forwarded to.
|
V1beta1Extensions.HTTPIngressPath |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getPath()
Path is an extended POSIX regex as defined by IEEE Std 1003.1,
(i.e this follows the egrep/unix syntax, not the perl syntax)
matched against the path of an incoming request.
|
com.google.protobuf.ByteString |
getPathBytes()
Path is an extended POSIX regex as defined by IEEE Std 1003.1,
(i.e this follows the egrep/unix syntax, not the perl syntax)
matched against the path of an incoming request.
|
boolean |
hasBackend()
Backend defines the referenced service endpoint to which the traffic
will be forwarded to.
|
boolean |
hasPath()
Path is an extended POSIX regex as defined by IEEE Std 1003.1,
(i.e this follows the egrep/unix syntax, not the perl syntax)
matched against the path of an incoming request.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
V1beta1Extensions.HTTPIngressPath.Builder |
mergeBackend(V1beta1Extensions.IngressBackend value)
Backend defines the referenced service endpoint to which the traffic
will be forwarded to.
|
V1beta1Extensions.HTTPIngressPath.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1beta1Extensions.HTTPIngressPath.Builder |
mergeFrom(com.google.protobuf.Message other) |
V1beta1Extensions.HTTPIngressPath.Builder |
mergeFrom(V1beta1Extensions.HTTPIngressPath other) |
V1beta1Extensions.HTTPIngressPath.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1beta1Extensions.HTTPIngressPath.Builder |
setBackend(V1beta1Extensions.IngressBackend.Builder builderForValue)
Backend defines the referenced service endpoint to which the traffic
will be forwarded to.
|
V1beta1Extensions.HTTPIngressPath.Builder |
setBackend(V1beta1Extensions.IngressBackend value)
Backend defines the referenced service endpoint to which the traffic
will be forwarded to.
|
V1beta1Extensions.HTTPIngressPath.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1beta1Extensions.HTTPIngressPath.Builder |
setPath(String value)
Path is an extended POSIX regex as defined by IEEE Std 1003.1,
(i.e this follows the egrep/unix syntax, not the perl syntax)
matched against the path of an incoming request.
|
V1beta1Extensions.HTTPIngressPath.Builder |
setPathBytes(com.google.protobuf.ByteString value)
Path is an extended POSIX regex as defined by IEEE Std 1003.1,
(i.e this follows the egrep/unix syntax, not the perl syntax)
matched against the path of an incoming request.
|
V1beta1Extensions.HTTPIngressPath.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1beta1Extensions.HTTPIngressPath.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.HTTPIngressPath.Builder>public V1beta1Extensions.HTTPIngressPath.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.HTTPIngressPath.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.HTTPIngressPath.Builder>public V1beta1Extensions.HTTPIngressPath getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic V1beta1Extensions.HTTPIngressPath build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic V1beta1Extensions.HTTPIngressPath buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic V1beta1Extensions.HTTPIngressPath.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.HTTPIngressPath.Builder>public V1beta1Extensions.HTTPIngressPath.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.HTTPIngressPath.Builder>public V1beta1Extensions.HTTPIngressPath.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.HTTPIngressPath.Builder>public V1beta1Extensions.HTTPIngressPath.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.HTTPIngressPath.Builder>public V1beta1Extensions.HTTPIngressPath.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.HTTPIngressPath.Builder>public V1beta1Extensions.HTTPIngressPath.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.HTTPIngressPath.Builder>public V1beta1Extensions.HTTPIngressPath.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1beta1Extensions.HTTPIngressPath.Builder>public V1beta1Extensions.HTTPIngressPath.Builder mergeFrom(V1beta1Extensions.HTTPIngressPath other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.HTTPIngressPath.Builder>public V1beta1Extensions.HTTPIngressPath.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1beta1Extensions.HTTPIngressPath.Builder>IOExceptionpublic boolean hasPath()
Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend. +optional
optional string path = 1;hasPath in interface V1beta1Extensions.HTTPIngressPathOrBuilderpublic String getPath()
Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend. +optional
optional string path = 1;getPath in interface V1beta1Extensions.HTTPIngressPathOrBuilderpublic com.google.protobuf.ByteString getPathBytes()
Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend. +optional
optional string path = 1;getPathBytes in interface V1beta1Extensions.HTTPIngressPathOrBuilderpublic V1beta1Extensions.HTTPIngressPath.Builder setPath(String value)
Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend. +optional
optional string path = 1;public V1beta1Extensions.HTTPIngressPath.Builder clearPath()
Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend. +optional
optional string path = 1;public V1beta1Extensions.HTTPIngressPath.Builder setPathBytes(com.google.protobuf.ByteString value)
Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend. +optional
optional string path = 1;public boolean hasBackend()
Backend defines the referenced service endpoint to which the traffic will be forwarded to.
optional .k8s.io.api.extensions.v1beta1.IngressBackend backend = 2;hasBackend in interface V1beta1Extensions.HTTPIngressPathOrBuilderpublic V1beta1Extensions.IngressBackend getBackend()
Backend defines the referenced service endpoint to which the traffic will be forwarded to.
optional .k8s.io.api.extensions.v1beta1.IngressBackend backend = 2;getBackend in interface V1beta1Extensions.HTTPIngressPathOrBuilderpublic V1beta1Extensions.HTTPIngressPath.Builder setBackend(V1beta1Extensions.IngressBackend value)
Backend defines the referenced service endpoint to which the traffic will be forwarded to.
optional .k8s.io.api.extensions.v1beta1.IngressBackend backend = 2;public V1beta1Extensions.HTTPIngressPath.Builder setBackend(V1beta1Extensions.IngressBackend.Builder builderForValue)
Backend defines the referenced service endpoint to which the traffic will be forwarded to.
optional .k8s.io.api.extensions.v1beta1.IngressBackend backend = 2;public V1beta1Extensions.HTTPIngressPath.Builder mergeBackend(V1beta1Extensions.IngressBackend value)
Backend defines the referenced service endpoint to which the traffic will be forwarded to.
optional .k8s.io.api.extensions.v1beta1.IngressBackend backend = 2;public V1beta1Extensions.HTTPIngressPath.Builder clearBackend()
Backend defines the referenced service endpoint to which the traffic will be forwarded to.
optional .k8s.io.api.extensions.v1beta1.IngressBackend backend = 2;public V1beta1Extensions.IngressBackend.Builder getBackendBuilder()
Backend defines the referenced service endpoint to which the traffic will be forwarded to.
optional .k8s.io.api.extensions.v1beta1.IngressBackend backend = 2;public V1beta1Extensions.IngressBackendOrBuilder getBackendOrBuilder()
Backend defines the referenced service endpoint to which the traffic will be forwarded to.
optional .k8s.io.api.extensions.v1beta1.IngressBackend backend = 2;getBackendOrBuilder in interface V1beta1Extensions.HTTPIngressPathOrBuilderpublic final V1beta1Extensions.HTTPIngressPath.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.HTTPIngressPath.Builder>public final V1beta1Extensions.HTTPIngressPath.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Extensions.HTTPIngressPath.Builder>Copyright © 2020. All rights reserved.