Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for matchesKubeCaptureConfig (0.26 sec)

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

    			return nil, fmt.Errorf("unexpected leaf at path %s, expect leaf path to be namespace.deployment.pod.container", np)
    		}
    		if matchesKubeCaptureConfig(config, cluster, np[0], np[1], np[2], np[3]) {
    			matchingPaths[np.String()] = struct{}{}
    		}
    	}
    	return matchingPaths, nil
    }
    
    func matchesKubeCaptureConfig(config *config.BugReportConfig, cluster *cluster2.Resources, namespace, deployment, pod, container string) bool {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 13 23:42:29 UTC 2022
    - 3.9K bytes
    - Viewed (0)
Back to top