接口 WorkloadGroupOuterClass.HTTPHealthCheckConfigOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
WorkloadGroupOuterClass.HTTPHealthCheckConfig, WorkloadGroupOuterClass.HTTPHealthCheckConfig.Builder
封闭类:
WorkloadGroupOuterClass

public static interface WorkloadGroupOuterClass.HTTPHealthCheckConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法详细资料

    • getPath

      String getPath()
       Path to access on the HTTP server.
       
      string path = 1;
      返回:
      The path.
    • getPathBytes

      com.google.protobuf.ByteString getPathBytes()
       Path to access on the HTTP server.
       
      string path = 1;
      返回:
      The bytes for path.
    • getPort

      int getPort()
       Port on which the endpoint lives.
       
      uint32 port = 2;
      返回:
      The port.
    • getHost

      String getHost()
       Host name to connect to, defaults to the pod IP. You probably want to set
       "Host" in httpHeaders instead.
       
      string host = 3;
      返回:
      The host.
    • getHostBytes

      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;
      返回:
      The bytes for host.
    • getScheme

      String getScheme()
       HTTP or HTTPS, defaults to HTTP
       
      string scheme = 4;
      返回:
      The scheme.
    • getSchemeBytes

      com.google.protobuf.ByteString getSchemeBytes()
       HTTP or HTTPS, defaults to HTTP
       
      string scheme = 4;
      返回:
      The bytes for scheme.
    • getHttpHeadersList

       Headers the proxy will pass on to make the request.
       Allows repeated headers.
       
      repeated .istio.networking.v1alpha3.HTTPHeader http_headers = 5;
    • getHttpHeaders

      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;
    • getHttpHeadersCount

      int getHttpHeadersCount()
       Headers the proxy will pass on to make the request.
       Allows repeated headers.
       
      repeated .istio.networking.v1alpha3.HTTPHeader http_headers = 5;
    • getHttpHeadersOrBuilderList

      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;
    • getHttpHeadersOrBuilder

      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;