接口 WorkloadGroupOuterClass.HTTPHealthCheckConfigOrBuilder

    • 方法详细资料

      • getPath

        java.lang.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

        java.lang.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

        java.lang.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

        java.util.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;
      • 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

        java.util.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;