Documentation ¶
Index ¶
- func ValidateLocalSubjectAccessReview(sar *authorizationapi.LocalSubjectAccessReview) field.ErrorList
- func ValidateSelfSubjectAccessReview(sar *authorizationapi.SelfSubjectAccessReview) field.ErrorList
- func ValidateSelfSubjectAccessReviewSpec(spec authorizationapi.SelfSubjectAccessReviewSpec, fldPath *field.Path) field.ErrorList
- func ValidateSelfSubjectRulesReview(review *authorizationapi.SelfSubjectRulesReview) field.ErrorList
- func ValidateSubjectAccessReview(sar *authorizationapi.SubjectAccessReview) field.ErrorList
- func ValidateSubjectAccessReviewSpec(spec authorizationapi.SubjectAccessReviewSpec, fldPath *field.Path) field.ErrorList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateLocalSubjectAccessReview ¶
func ValidateLocalSubjectAccessReview(sar *authorizationapi.LocalSubjectAccessReview) field.ErrorList
ValidateLocalSubjectAccessReview validates a LocalSubjectAccessReview and returns an ErrorList with any errors.
func ValidateSelfSubjectAccessReview ¶
func ValidateSelfSubjectAccessReview(sar *authorizationapi.SelfSubjectAccessReview) field.ErrorList
ValidateSelfSubjectAccessReview validates a SelfSubjectAccessReview and returns an ErrorList with any errors.
func ValidateSelfSubjectAccessReviewSpec ¶
func ValidateSelfSubjectAccessReviewSpec(spec authorizationapi.SelfSubjectAccessReviewSpec, fldPath *field.Path) field.ErrorList
ValidateSelfSubjectAccessReviewSpec validates a SelfSubjectAccessReviewSpec and returns an ErrorList with any errors.
func ValidateSelfSubjectRulesReview ¶ added in v1.8.0
func ValidateSelfSubjectRulesReview(review *authorizationapi.SelfSubjectRulesReview) field.ErrorList
ValidateSelfSubjectRulesReview validates a SelfSubjectRulesReview and returns an ErrorList with any errors.
func ValidateSubjectAccessReview ¶
func ValidateSubjectAccessReview(sar *authorizationapi.SubjectAccessReview) field.ErrorList
ValidateSubjectAccessReview validates a SubjectAccessReview and returns an ErrorList with any errors.
func ValidateSubjectAccessReviewSpec ¶
func ValidateSubjectAccessReviewSpec(spec authorizationapi.SubjectAccessReviewSpec, fldPath *field.Path) field.ErrorList
ValidateSubjectAccessReviewSpec validates a SubjectAccessReviewSpec and returns an ErrorList with any errors.
Types ¶
This section is empty.