mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-30 21:30:16 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			40 lines
		
	
	
		
			806 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			806 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # See the OWNERS docs at https://go.k8s.io/owners
 | |
| 
 | |
| filters:
 | |
|   ".*":
 | |
|     reviewers:
 | |
|       - brendandburns
 | |
|       - dchen1107
 | |
|       - lavalamp
 | |
|       - smarterclayton
 | |
|       - thockin
 | |
|       - liggitt
 | |
|     approvers:
 | |
|       - bgrant0607
 | |
|       - brendandburns
 | |
|       - dchen1107
 | |
|       - lavalamp
 | |
|       - smarterclayton
 | |
|       - thockin
 | |
|       - wojtek-t
 | |
|       - liggitt
 | |
|     emeritus_approvers:
 | |
|       - jbeda
 | |
| 
 | |
|   # Bazel build infrastructure changes often touch files throughout the tree
 | |
|   "\\.bzl$":
 | |
|     reviewers:
 | |
|       - ixdy
 | |
|     approvers:
 | |
|       - ixdy
 | |
|   "BUILD(\\.bazel)?$":
 | |
|     approvers:
 | |
|       - ixdy
 | |
| 
 | |
|   # go.{mod,sum} files relate to go dependencies, and should be reviewed by the
 | |
|   # dep-approvers
 | |
|   "go\\.(mod|sum)$":
 | |
|     required_reviewers:
 | |
|       - kubernetes/dep-approvers
 | |
|     labels:
 | |
|       - area/dependency |