Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mutatingHasAcceptedAdmissionReviewVersions (0.29 sec)

  1. pkg/apis/admissionregistration/validation/validation.go

    	allErrors = append(allErrors, validateRule(&ruleWithOperations.Rule, fldPath, allowSubResource)...)
    	return allErrors
    }
    
    // mutatingHasAcceptedAdmissionReviewVersions returns true if all webhooks have at least one
    // admission review version this apiserver accepts.
    func mutatingHasAcceptedAdmissionReviewVersions(webhooks []admissionregistration.MutatingWebhook) bool {
    	for _, hook := range webhooks {
    		hasRecognizedVersion := false
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 56.6K bytes
    - Viewed (0)
Back to top