Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for FirstRequestAndProcessXds (0.46 sec)

  1. istioctl/pkg/multixds/gather.go

    }
    
    // FirstRequestAndProcessXds returns all XDS responses from 1 central or 1..N K8s cluster-based XDS servers,
    // stopping after the first response that returns any resources.
    // nolint: lll
    func FirstRequestAndProcessXds(dr *discovery.DiscoveryRequest, centralOpts clioptions.CentralControlPlaneOptions, istioNamespace string,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 08 08:38:19 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  2. istioctl/pkg/proxystatus/proxystatus.go

    				xdsRequest := discovery.DiscoveryRequest{
    					ResourceNames: []string{fmt.Sprintf("%s.%s", podName, ns)},
    					TypeUrl:       pilotxds.TypeDebugConfigDump,
    				}
    				xdsResponses, err := multixds.FirstRequestAndProcessXds(&xdsRequest, centralOpts, ctx.IstioNamespace(), "", "", kubeClient, multiXdsOpts)
    				if err != nil {
    					return err
    				}
    				c, err := compare.NewXdsComparator(c.OutOrStdout(), xdsResponses, envoyDump)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 13 05:23:38 UTC 2024
    - 6.2K bytes
    - Viewed (0)
Back to top