Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for AuditAnnotation (0.14 sec)

  1. staging/src/k8s.io/api/admissionregistration/v1alpha1/generated.pb.go

    func (m *AuditAnnotation) Reset()      { *m = AuditAnnotation{} }
    func (*AuditAnnotation) ProtoMessage() {}
    func (*AuditAnnotation) Descriptor() ([]byte, []int) {
    	return fileDescriptor_2c49182728ae0af5, []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: Fri Mar 01 06:06:37 UTC 2024
    - 117.9K bytes
    - Viewed (0)
  2. pkg/apis/admissionregistration/validation/validation_test.go

    					},
    				},
    				nil),
    			expectedError: `undeclared reference to 'test'`,
    		},
    		{
    			name: "auditAnnotation valueExpressions that are changed must be compiled using the NewExpression environment",
    			oldconfig: validatingAdmissionPolicyWithExpressions(
    				nil, nil,
    				[]admissionregistration.AuditAnnotation{
    					{
    						Key:             "checkEnvironmentMode",
    						ValueExpression: "'test'",
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 147.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.pb.go

    func (m *AuditAnnotation) Reset()      { *m = AuditAnnotation{} }
    func (*AuditAnnotation) ProtoMessage() {}
    func (*AuditAnnotation) Descriptor() ([]byte, []int) {
    	return fileDescriptor_7f7c65a4f012fb19, []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: Fri Mar 01 06:06:37 UTC 2024
    - 187.9K bytes
    - Viewed (0)
  4. 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)
  5. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1beta1_openapi.json

    {
      "components": {
        "schemas": {
          "io.k8s.api.admissionregistration.v1beta1.AuditAnnotation": {
            "description": "AuditAnnotation describes how to produce an audit annotation for an API request.",
            "properties": {
              "key": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.7K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1alpha1_openapi.json

    {
      "components": {
        "schemas": {
          "io.k8s.api.admissionregistration.v1alpha1.AuditAnnotation": {
            "description": "AuditAnnotation describes how to produce an audit annotation for an API request.",
            "properties": {
              "key": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.4K bytes
    - Viewed (0)
Back to top