Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 28 for AuditAnnotation (0.33 sec)

  1. pkg/apis/admissionregistration/validation/validation.go

    			}
    			for i, auditAnnotation := range spec.AuditAnnotations {
    				allErrors = append(allErrors, validateAuditAnnotation(getCompiler(), meta, &auditAnnotation, spec.ParamKind, opts, fldPath.Child("auditAnnotations").Index(i))...)
    				if keys.Has(auditAnnotation.Key) {
    					allErrors = append(allErrors, field.Duplicate(fldPath.Child("auditAnnotations").Index(i).Child("key"), auditAnnotation.Key))
    				}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 56.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/admissionregistration/v1/generated.pb.go

    func (m *AuditAnnotation) Reset()      { *m = AuditAnnotation{} }
    func (*AuditAnnotation) ProtoMessage() {}
    func (*AuditAnnotation) Descriptor() ([]byte, []int) {
    	return fileDescriptor_3205c7dc5bf0c9bf, []int{0}
    }
    func (m *AuditAnnotation) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *AuditAnnotation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 200.5K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/admissionregistration/v1alpha1/generated.proto

    // Package-wide variables from generator "generated".
    option go_package = "k8s.io/api/admissionregistration/v1alpha1";
    
    // AuditAnnotation describes how to produce an audit annotation for an API request.
    message AuditAnnotation {
      // key specifies the audit annotation key. The audit annotation keys of
      // a ValidatingAdmissionPolicy must be unique. The key must be a qualified
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 25.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/admissionregistration/v1alpha1/types.go

    	Expression string `json:"expression" protobuf:"bytes,2,opt,name=Expression"`
    }
    
    // AuditAnnotation describes how to produce an audit annotation for an API request.
    type AuditAnnotation struct {
    	// key specifies the audit annotation key. The audit annotation keys of
    	// a ValidatingAdmissionPolicy must be unique. The key must be a qualified
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 05 20:06:13 UTC 2023
    - 33.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/admissionregistration/v1alpha1/generated.proto

    // Package-wide variables from generator "generated".
    option go_package = "k8s.io/api/admissionregistration/v1alpha1";
    
    // AuditAnnotation describes how to produce an audit annotation for an API request.
    message AuditAnnotation {
      // key specifies the audit annotation key. The audit annotation keys of
      // a ValidatingAdmissionPolicy must be unique. The key must be a qualified
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 29.9K bytes
    - Viewed (0)
  6. pkg/apis/admissionregistration/types.go

    	// validations and auditAnnotations may not both be empty; a least one of validations or auditAnnotations is
    	// required.
    	// A maximum of 20 auditAnnotation are allowed per ValidatingAdmissionPolicy.
    	// +optional
    	AuditAnnotations []AuditAnnotation
    
    	// Variables contain definitions of variables that can be used in composition of other expressions.
    	// Each variable is defined as a named CEL expression.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.proto

    // Package-wide variables from generator "generated".
    option go_package = "k8s.io/api/admissionregistration/v1beta1";
    
    // AuditAnnotation describes how to produce an audit annotation for an API request.
    message AuditAnnotation {
      // key specifies the audit annotation key. The audit annotation keys of
      // a ValidatingAdmissionPolicy must be unique. The key must be a qualified
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/admissionregistration/v1/generated.proto

    // Package-wide variables from generator "generated".
    option go_package = "k8s.io/api/admissionregistration/v1";
    
    // AuditAnnotation describes how to produce an audit annotation for an API request.
    message AuditAnnotation {
      // key specifies the audit annotation key. The audit annotation keys of
      // a ValidatingAdmissionPolicy must be unique. The key must be a qualified
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/admissionregistration/v1beta1/types.go

    	Expression string `json:"expression" protobuf:"bytes,2,opt,name=Expression"`
    }
    
    // AuditAnnotation describes how to produce an audit annotation for an API request.
    type AuditAnnotation struct {
    	// key specifies the audit annotation key. The audit annotation keys of
    	// a ValidatingAdmissionPolicy must be unique. The key must be a qualified
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/admissionregistration/v1/types.go

    	Expression string `json:"expression" protobuf:"bytes,2,opt,name=Expression"`
    }
    
    // AuditAnnotation describes how to produce an audit annotation for an API request.
    type AuditAnnotation struct {
    	// key specifies the audit annotation key. The audit annotation keys of
    	// a ValidatingAdmissionPolicy must be unique. The key must be a qualified
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 61.6K bytes
    - Viewed (0)
Back to top