- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for WithRevision (0.07 sec)
-
istioctl/pkg/analyze/analyze.go
return nil, err } curContext := rawConfig.Contexts[rawConfig.CurrentContext] if curContext == nil { continue } client, err := kube.NewCLIClient(clientConfig, kube.WithRevision(revisionSpecified), kube.WithCluster(cluster.ID(curContext.Cluster))) if err != nil { return nil, err } clients = append(clients, &Client{ client: client, remote: true, })
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 31 06:53:50 UTC 2024 - 17.6K bytes - Viewed (0)