Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Background (0.24 sec)

  1. istioctl/pkg/multixds/gather.go

    	gcpProject, host, istiod string
    }
    
    func getXdsAddressFromWebhooks(client kube.CLIClient) (*xdsAddr, error) {
    	webhooks, err := client.Kube().AdmissionregistrationV1().MutatingWebhookConfigurations().List(context.Background(), metav1.ListOptions{
    		LabelSelector: fmt.Sprintf("%s=%s,!istio.io/tag", label.IoIstioRev.Name, client.Revision()),
    	})
    	if err != nil {
    		return nil, err
    	}
    	for _, whc := range webhooks.Items {
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri Mar 08 08:38:19 GMT 2024
    - 13.6K bytes
    - Viewed (0)
Back to top