package validation
import "k8s.io/kubernetes/pkg/apis/authorization/validation"
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 ValidateSubjectAccessReview(sar *authorizationapi.SubjectAccessReview) field.ErrorList
- func ValidateSubjectAccessReviewSpec(spec authorizationapi.SubjectAccessReviewSpec, fldPath *field.Path) field.ErrorList
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 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.
Source Files ¶
validation.go
- Version
- v1.33.0 (latest)
- Published
- Apr 23, 2025
- Platform
- linux/amd64
- Imports
- 6 packages
- Last checked
- 3 hours ago –
Tools for package owners.