mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	undone last changes
This commit is contained in:
		@@ -36,6 +36,7 @@ var isDisabledBuild bool
 | 
			
		||||
// Validator is a interface for validating that a pod with an AppArmor profile can be run by a Node.
 | 
			
		||||
type Validator interface {
 | 
			
		||||
	Validate(pod *v1.Pod) error
 | 
			
		||||
	ValidateHost() error
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// NewValidator is in order to find AppArmor FS
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user