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
func ValidateSelfSubjectAccessReview ¶
func ValidateSelfSubjectAccessReview(sar *authorizationapi.SelfSubjectAccessReview) field.ErrorList
func ValidateSelfSubjectAccessReviewSpec ¶
func ValidateSelfSubjectAccessReviewSpec(spec authorizationapi.SelfSubjectAccessReviewSpec, fldPath *field.Path) field.ErrorList
func ValidateSubjectAccessReview ¶
func ValidateSubjectAccessReview(sar *authorizationapi.SubjectAccessReview) field.ErrorList
func ValidateSubjectAccessReviewSpec ¶
func ValidateSubjectAccessReviewSpec(spec authorizationapi.SubjectAccessReviewSpec, fldPath *field.Path) field.ErrorList
Source Files ¶
validation.go
- Version
- v1.7.7
- Published
- Sep 28, 2017
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 2 minutes ago –
Tools for package owners.