public static interface WorkloadGroupOuterClass.HTTPHealthCheckConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getHost()
Host name to connect to, defaults to the pod IP.
|
com.google.protobuf.ByteString |
getHostBytes()
Host name to connect to, defaults to the pod IP.
|
WorkloadGroupOuterClass.HTTPHeader |
getHttpHeaders(int index)
Headers the proxy will pass on to make the request.
|
int |
getHttpHeadersCount()
Headers the proxy will pass on to make the request.
|
List<WorkloadGroupOuterClass.HTTPHeader> |
getHttpHeadersList()
Headers the proxy will pass on to make the request.
|
WorkloadGroupOuterClass.HTTPHeaderOrBuilder |
getHttpHeadersOrBuilder(int index)
Headers the proxy will pass on to make the request.
|
List<? extends WorkloadGroupOuterClass.HTTPHeaderOrBuilder> |
getHttpHeadersOrBuilderList()
Headers the proxy will pass on to make the request.
|
String |
getPath()
Path to access on the HTTP server.
|
com.google.protobuf.ByteString |
getPathBytes()
Path to access on the HTTP server.
|
int |
getPort()
Port on which the endpoint lives.
|
String |
getScheme()
HTTP or HTTPS, defaults to HTTP
string scheme = 4; |
com.google.protobuf.ByteString |
getSchemeBytes()
HTTP or HTTPS, defaults to HTTP
string scheme = 4; |
String getPath()
Path to access on the HTTP server.
string path = 1;com.google.protobuf.ByteString getPathBytes()
Path to access on the HTTP server.
string path = 1;int getPort()
Port on which the endpoint lives.
uint32 port = 2;String getHost()
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.
string host = 3;com.google.protobuf.ByteString getHostBytes()
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.
string host = 3;String getScheme()
HTTP or HTTPS, defaults to HTTP
string scheme = 4;com.google.protobuf.ByteString getSchemeBytes()
HTTP or HTTPS, defaults to HTTP
string scheme = 4;List<WorkloadGroupOuterClass.HTTPHeader> getHttpHeadersList()
Headers the proxy will pass on to make the request. Allows repeated headers.
repeated .istio.networking.v1alpha3.HTTPHeader http_headers = 5;WorkloadGroupOuterClass.HTTPHeader getHttpHeaders(int index)
Headers the proxy will pass on to make the request. Allows repeated headers.
repeated .istio.networking.v1alpha3.HTTPHeader http_headers = 5;int getHttpHeadersCount()
Headers the proxy will pass on to make the request. Allows repeated headers.
repeated .istio.networking.v1alpha3.HTTPHeader http_headers = 5;List<? extends WorkloadGroupOuterClass.HTTPHeaderOrBuilder> getHttpHeadersOrBuilderList()
Headers the proxy will pass on to make the request. Allows repeated headers.
repeated .istio.networking.v1alpha3.HTTPHeader http_headers = 5;WorkloadGroupOuterClass.HTTPHeaderOrBuilder getHttpHeadersOrBuilder(int index)
Headers the proxy will pass on to make the request. Allows repeated headers.
repeated .istio.networking.v1alpha3.HTTPHeader http_headers = 5;Copyright © 2018–2023 Alibaba Group. All rights reserved.