Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EnableCrdWatcher (0.18 sec)

  1. istioctl/pkg/analyze/analyze.go

    			// If we're using kube, use that as a base source.
    			if useKube {
    				clients, err := getClients(ctx)
    				if err != nil {
    					return err
    				}
    				for _, c := range clients {
    					k := kube.EnableCrdWatcher(c.client)
    					sa.AddRunningKubeSourceWithRevision(k, revisionSpecified, c.remote)
    				}
    			}
    
    			// If we explicitly specify mesh config, use it.
    Go
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Tue Apr 02 08:32:06 GMT 2024
    - 17K bytes
    - Viewed (0)
Back to top