Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 36 for AuditAnnotation (0.5 sec)

  1. 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)
  2. 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)
  3. 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)
  4. staging/src/k8s.io/api/admissionregistration/v1alpha1/types_swagger_doc_generated.go

    //
    // Those methods can be generated by using hack/update-codegen.sh
    
    // AUTO-GENERATED FUNCTIONS START HERE. DO NOT EDIT.
    var map_AuditAnnotation = map[string]string{
    	"":                "AuditAnnotation describes how to produce an audit annotation for an API request.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 20 16:30:10 UTC 2023
    - 27K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. staging/src/k8s.io/api/admissionregistration/v1/types_swagger_doc_generated.go

    //
    // Those methods can be generated by using hack/update-codegen.sh
    
    // AUTO-GENERATED FUNCTIONS START HERE. DO NOT EDIT.
    var map_AuditAnnotation = map[string]string{
    	"":                "AuditAnnotation describes how to produce an audit annotation for an API request.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 48.7K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/admissionregistration/v1beta1/types_swagger_doc_generated.go

    //
    // Those methods can be generated by using hack/update-codegen.sh
    
    // AUTO-GENERATED FUNCTIONS START HERE. DO NOT EDIT.
    var map_AuditAnnotation = map[string]string{
    	"":                "AuditAnnotation describes how to produce an audit annotation for an API request.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 46.9K bytes
    - Viewed (0)
Back to top