Package io.kubernetes.client.proto
Interface V1beta1Extensions.IngressRuleValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1beta1Extensions.IngressRuleValue
,V1beta1Extensions.IngressRuleValue.Builder
- Enclosing class:
- V1beta1Extensions
public static interface V1beta1Extensions.IngressRuleValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
hasHttp
boolean hasHttp()http is a list of http selectors pointing to backends. A path is 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 '/'. A backend defines the referenced service endpoint to which the traffic will be forwarded to.
optional .k8s.io.api.extensions.v1beta1.HTTPIngressRuleValue http = 1;
-
getHttp
V1beta1Extensions.HTTPIngressRuleValue getHttp()http is a list of http selectors pointing to backends. A path is 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 '/'. A backend defines the referenced service endpoint to which the traffic will be forwarded to.
optional .k8s.io.api.extensions.v1beta1.HTTPIngressRuleValue http = 1;
-
getHttpOrBuilder
V1beta1Extensions.HTTPIngressRuleValueOrBuilder getHttpOrBuilder()http is a list of http selectors pointing to backends. A path is 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 '/'. A backend defines the referenced service endpoint to which the traffic will be forwarded to.
optional .k8s.io.api.extensions.v1beta1.HTTPIngressRuleValue http = 1;
-