- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for remoteClients (0.06 sec)
-
istioctl/pkg/cli/context.go
} type instance struct { // clients are cached clients for each revision clients map[string]kube.CLIClient // remoteClients are cached clients for each context with empty revision. remoteClients map[string]kube.CLIClient RootFlags } func newKubeClientWithRevision(kubeconfig, configContext, revision string, impersonateConfig rest.ImpersonationConfig) (kube.CLIClient, error) {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 23 19:31:32 UTC 2024 - 8.9K bytes - Viewed (0) -
istioctl/pkg/analyze/analyze.go
return nil, err } clients := []*Client{ { client: client, remote: false, }, } if len(remoteContexts) > 0 { remoteClients, err := getClientsFromContexts(ctx) if err != nil { return nil, err } clients = append(clients, remoteClients...) return clients, nil } secrets, err := client.Kube().CoreV1().Secrets(ctx.IstioNamespace()).List(context.Background(), metav1.ListOptions{
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 31 06:53:50 UTC 2024 - 17.6K bytes - Viewed (0)