Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ValidateFlowSchemaSubject (0.21 sec)

  1. pkg/apis/flowcontrol/validation/validation.go

    		allErrs = append(allErrs, ValidateFlowSchemaNonResourcePolicyRule(&nonResourceRule, fldPath.Child("nonResourceRules").Index(i))...)
    	}
    	return allErrs
    }
    
    // ValidateFlowSchemaSubject validates flow-schema's subject object.
    func ValidateFlowSchemaSubject(subject *flowcontrol.Subject, fldPath *field.Path) field.ErrorList {
    	var allErrs field.ErrorList
    	switch subject.Kind {
    	case flowcontrol.SubjectKindServiceAccount:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 26.7K bytes
    - Viewed (0)
Back to top