Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for Authz (0.03 sec)

  1. staging/src/k8s.io/apiserver/pkg/apis/apiserver/validation/validation.go

    	allErrs = append(allErrs, errs...)
    
    	return allErrs
    }
    
    // ValidateAndCompileMatchConditions validates a given webhook's matchConditions.
    // This is exported for use in authz package.
    func ValidateAndCompileMatchConditions(matchConditions []api.WebhookMatchCondition) (*authorizationcel.CELMatcher, field.ErrorList) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 31.3K bytes
    - Viewed (0)
  2. pkg/workloadapi/security/authorization.pb.go

    type Group struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	// Rules are OR-ed (e.g. ANY rule can match)
    	// This is a generic form of the authz policy's to, from and when
    	Rules []*Rules `protobuf:"bytes,1,rep,name=rules,proto3" json:"rules,omitempty"`
    }
    
    func (x *Group) Reset() {
    	*x = Group{}
    	if protoimpl.UnsafeEnabled {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 29.7K bytes
    - Viewed (0)
Back to top