Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 159 for responses (0.11 sec)

  1. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_workloadentry_test.go

    					WorkloadName:      "name3",
    					ClusterId:         testC,
    				},
    			},
    		},
    	}})
    	s.assertEvent(t, s.wleXdsName("name2"))
    	s.assertEvent(t, s.wleXdsName("name3"))
    
    	// Non-existent IP should have no response
    	s.assertWorkloads(t, s.addrXdsName("10.0.0.1"), workloadapi.WorkloadStatus_HEALTHY)
    	s.clearEvents()
    
    	s.addService(t, "svc1", map[string]string{}, // labels
    		map[string]string{}, // annotations
    		[]int32{80},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  2. tests/integration/telemetry/api/stats_test.go

    			return fmt.Errorf("expected %d buckets, got %v", expectedBuckets, totalBuckets)
    		}
    		return nil
    	}, retry.Delay(time.Second), retry.Timeout(time.Second*20))
    }
    
    // TestGRPCCountMetrics tests that istio_[request/response]_messages_total are present https://github.com/istio/istio/issues/44144
    // Kiali depends on these metrics
    func TestGRPCCountMetrics(t *testing.T) {
    	framework.NewTest(t).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  3. pkg/test/echo/proto/echo.pb.go

    	ServerName string `protobuf:"bytes,20,opt,name=serverName,proto3" json:"serverName,omitempty"`
    	// Expected response determines what string to look for in the response to validate TCP requests succeeded.
    	// If not set, defaults to "StatusCode=200"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  4. pkg/test/echo/server/forwarder/tls.go

    	for n, i := range cs.PeerCertificates {
    		pemBlock := pem.Block{
    			Type:  "CERTIFICATE",
    			Bytes: i.Raw,
    		}
    		echo.WriteBodyLine(&msgBuilder, requestID, fmt.Sprintf("Response%d=%q", n, string(pem.EncodeToMemory(&pemBlock))))
    	}
    
    	msg := msgBuilder.String()
    	return msg, nil
    }
    
    func versionName(v uint16) string {
    	switch v {
    	case tls.VersionTLS10:
    		return "1.0"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 11 16:27:16 UTC 2022
    - 3.4K bytes
    - Viewed (0)
  5. pkg/test/echo/server/forwarder/dns.go

    	echo.DNSServerField.WriteForRequest(&outBuffer, requestID, req.dnsServer)
    
    	for n, i := range ips {
    		echo.WriteBodyLine(&outBuffer, requestID, fmt.Sprintf("Response%d=%s", n, i.String()))
    	}
    	return outBuffer.String(), nil
    }
    
    func (c *dnsProtocol) Close() error {
    	return nil
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 10 18:09:08 UTC 2022
    - 3.3K bytes
    - Viewed (0)
  6. pkg/test/echo/server/forwarder/config.go

    	timeout                 time.Duration
    	count                   int
    	headers                 http.Header
    	newConnectionPerRequest bool
    	PropagateResponse       func(req *http.Request, resp *http.Response)
    	forceDNSLookup          bool
    	hostHeader              string
    	urlHost                 string
    	urlPath                 string
    	method                  string
    	secure                  bool
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Oct 08 09:39:20 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  7. istioctl/pkg/internaldebug/internal-debug_test.go

    		_, _, codec := cmdtesting.NewExternalScheme()
    		tf.UnstructuredClient = &fake.RESTClient{
    			NegotiatedSerializer: resource.UnstructuredPlusDefaultContentConfig().NegotiatedSerializer,
    			Resp: &http.Response{
    				StatusCode: http.StatusOK,
    				Header:     cmdtesting.DefaultHeader(),
    				Body: cmdtesting.ObjBody(codec,
    					cmdtesting.NewInternalType("", "", "foo")),
    			},
    		}
    		return tf
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 15 08:28:50 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  8. pkg/test/echo/server/forwarder/grpc.go

    	// When the underlying HTTP2 request returns status 404, GRPC
    	// request does not return an error in grpc-go.
    	// Instead, it just returns an empty response
    	for _, line := range strings.Split(resp.GetMessage(), "\n") {
    		if line != "" {
    			echo.WriteBodyLine(&outBuffer, requestID, line)
    		}
    	}
    	for k, v := range header {
    		for _, vv := range v {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 14 19:45:43 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  9. tools/istio-iptables/pkg/capture/run.go

    		f.Run("-p", "udp", "--dport", "53", "-m", "owner", "--uid-owner", uid, "-j", constants.CT, "--zone", "1")
    		// Packets with src port 15053 from istio to zone 2. These are Istio response packets to application clients
    		f.Run("-p", "udp", "--sport", "15053", "-m", "owner", "--uid-owner", uid, "-j", constants.CT, "--zone", "2")
    	}
    	for _, gid := range split(proxyGID) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 03:53:23 UTC 2024
    - 35.4K bytes
    - Viewed (0)
  10. istioctl/pkg/admin/istiodconfig.go

    		return nil, fmt.Errorf("request not successful %s", resp.Status)
    	}
    
    	err = json.NewDecoder(resp.Body).Decode(&scopeInfos)
    	if err != nil {
    		return nil, fmt.Errorf("cannot deserialize response %s", err)
    	}
    	return scopeInfos, nil
    }
    
    func (c *ControlzClient) PutScope(scope *ScopeInfo) error {
    	var jsonScopeInfo bytes.Buffer
    	err := json.NewEncoder(&jsonScopeInfo).Encode(scope)
    	if err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 13 05:23:38 UTC 2024
    - 13.5K bytes
    - Viewed (0)
Back to top