- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for IstioNamespace (0.1 sec)
-
istioctl/pkg/cli/context.go
} func (f *fakeInstance) Namespace() string { return f.rootFlags.Namespace() } func (f *fakeInstance) IstioNamespace() string { return f.rootFlags.IstioNamespace() } type NewFakeContextOption struct { Namespace string IstioNamespace string Results map[string][]byte // Objects are the objects to be applied to the fake client Objects []runtime.Object
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/precheck/precheck.go
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 24 02:31:32 UTC 2024 - 15.3K bytes - Viewed (0) -
istioctl/pkg/describe/describe.go
writer io.Writer, kubeClient kube.CLIClient, configClient istioclient.Interface, workloadNamespace string, podsLabels klabels.Set, istioNamespace string, ) error { meshCfg, err := getMeshConfig(kubeClient, istioNamespace) if err != nil { return fmt.Errorf("failed to fetch mesh config: %v", err) }
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 24 17:36:49 UTC 2024 - 50.6K bytes - Viewed (0) -
manifests/charts/README.md
--set global.istioNamespace=istio-system # Second istio-discovery, using master version of istio TAG=latest HUB=gcr.io/istio-testing iop istio-master istio-discovery-master $IBASE/istio-control/istio-discovery \ --set policy.enable=false \ --set global.istioNamespace=istio-master ``` ### Gateways
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 31 16:56:50 UTC 2024 - 7.4K bytes - Viewed (0) -
istioctl/pkg/analyze/analyze.go
selectedNamespace = metav1.NamespaceDefault } sa := local.NewIstiodAnalyzer(analyzers.AllCombined(), resource.Namespace(selectedNamespace), resource.Namespace(ctx.IstioNamespace()), nil) // Check for suppressions and add them to our SourceAnalyzer suppressions := make([]local.AnalysisSuppression, 0, len(suppress)) for _, s := range suppress { parts := strings.Split(s, "=")
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 31 06:53:50 UTC 2024 - 17.6K bytes - Viewed (0) -
istioctl/pkg/multicluster/remote_secret_test.go
KubeOptions: KubeOptions{ Namespace: testNamespace, }, Type: c.secType, SecretName: c.secretName, } ctx := cli.NewFakeContext(&cli.NewFakeContextOption{ IstioNamespace: "istio-system", Objects: c.objs, Namespace: testNamespace, Version: c.k8sMinorVersion, }) client, err := ctx.CLIClient() if err != nil {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 24 17:36:49 UTC 2024 - 20.7K bytes - Viewed (0)