Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CniPod (0.07 sec)

  1. tools/bug-report/pkg/cluster/cluster.go

    	// Annotations maps a pod name to a map of annotation key-values.
    	Annotations map[string]map[string]string
    	// Pod maps a pod name to its Pod info. The key is namespace/pod-name.
    	Pod map[string]*corev1.Pod
    	// CniPod
    	CniPod map[string]*corev1.Pod
    }
    
    func (r *Resources) insertContainer(namespace, deployment, pod, container string) {
    	if r.Root == nil {
    		r.Root = make(map[string]any)
    	}
    	if r.Root[namespace] == nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Dec 14 02:11:31 UTC 2023
    - 10.9K bytes
    - Viewed (0)
  2. tools/bug-report/pkg/bugreport/bugreport.go

    	getFromCluster(content.GetPodInfo, params.SetIstioNamespace(config.IstioNamespace), clusterDir, &mandatoryWg)
    
    	common.LogAndPrintf("\nFetching CNI logs from cluster.\n\n")
    	for _, cniPod := range resources.CniPod {
    		getCniLogs(runner, config, resources, cniPod.Namespace, cniPod.Name, &mandatoryWg)
    	}
    
    	// optionalWg is subject to timer.
    	var optionalWg sync.WaitGroup
    	for _, p := range paths {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 05 20:57:29 UTC 2024
    - 20.7K bytes
    - Viewed (0)
Back to top