接口 VirtualServiceOuterClass.HeadersOrBuilder

    • 方法详细资料

      • hasRequest

        boolean hasRequest()
         Header manipulation rules to apply before forwarding a request
         to the destination service
         
        .istio.networking.v1alpha3.Headers.HeaderOperations request = 1;
        返回:
        Whether the request field is set.
      • getRequest

        VirtualServiceOuterClass.Headers.HeaderOperations getRequest()
         Header manipulation rules to apply before forwarding a request
         to the destination service
         
        .istio.networking.v1alpha3.Headers.HeaderOperations request = 1;
        返回:
        The request.
      • hasResponse

        boolean hasResponse()
         Header manipulation rules to apply before returning a response
         to the caller
         
        .istio.networking.v1alpha3.Headers.HeaderOperations response = 2;
        返回:
        Whether the response field is set.