Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for jquery (0.15 sec)

  1. istioctl/pkg/wait/wait.go

    	path := fmt.Sprintf("debug/config_distribution?resource=%s", targetResource)
    	pilotResponses, err := kubeClient.AllDiscoveryDo(context.TODO(), ctx.IstioNamespace(), path)
    	if err != nil {
    		return 0, 0, 0, fmt.Errorf("unable to query pilot for distribution "+
    			"(are you using pilot version >= 1.4 with config distribution tracking on): %s", err)
    	}
    	sdcnum = 0
    	versionCount := make(map[string]int)
    	for _, response := range pilotResponses {
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Sat Feb 17 12:24:17 GMT 2024
    - 10.1K bytes
    - Viewed (0)
Back to top