mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	remove unused not api functions in the pkg/apis directory
This commit is contained in:
		@@ -54,12 +54,6 @@ func ValidateSelfSubjectAccessReviewSpec(spec authorizationapi.SelfSubjectAccess
 | 
			
		||||
	return allErrs
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// ValidateSelfSubjectRulesReview validates a SelfSubjectRulesReview and returns an
 | 
			
		||||
// ErrorList with any errors.
 | 
			
		||||
func ValidateSelfSubjectRulesReview(review *authorizationapi.SelfSubjectRulesReview) field.ErrorList {
 | 
			
		||||
	return field.ErrorList{}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// ValidateSubjectAccessReview validates a SubjectAccessReview and returns an
 | 
			
		||||
// ErrorList with any errors.
 | 
			
		||||
func ValidateSubjectAccessReview(sar *authorizationapi.SubjectAccessReview) field.ErrorList {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user