Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ValidateServiceAccountSubject (0.45 sec)

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

    		}
    	default:
    		allErrs = append(allErrs, field.NotSupported(fldPath.Child("kind"), subject.Kind, supportedSubjectKinds.List()))
    	}
    	return allErrs
    }
    
    // ValidateServiceAccountSubject validates subject of "ServiceAccount" kind
    func ValidateServiceAccountSubject(subject *flowcontrol.ServiceAccountSubject, fldPath *field.Path) field.ErrorList {
    	var allErrs field.ErrorList
    	if subject == nil {
    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