mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-04 07:49:35 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			367 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			367 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# See the OWNERS docs at https://go.k8s.io/owners
 | 
						|
 | 
						|
# Disable inheritance as this is an api owners file
 | 
						|
options:
 | 
						|
  no_parent_owners: true
 | 
						|
filters:
 | 
						|
  ".*":
 | 
						|
    approvers:
 | 
						|
      - api-approvers
 | 
						|
    reviewers:
 | 
						|
      - api-reviewers
 | 
						|
 | 
						|
  # examples:
 | 
						|
  #   pkg/api/types.go
 | 
						|
  #   pkg/api/*/register.go
 | 
						|
  "([^/]+/)?(register|types)\\.go$":
 | 
						|
    labels:
 | 
						|
      - kind/api-change
 |