Package io.kubernetes.client.proto
Interface V1.ServiceProxyOptionsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.ServiceProxyOptions
,V1.ServiceProxyOptions.Builder
- Enclosing class:
- V1
public static interface V1.ServiceProxyOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPath()
Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service.com.google.protobuf.ByteString
Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service.boolean
hasPath()
Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service.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
-
hasPath
boolean hasPath()Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. +optional
optional string path = 1;
-
getPath
String getPath()Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. +optional
optional string path = 1;
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. +optional
optional string path = 1;
-