Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 107 for AuditAnnotations (0.12 sec)

  1. staging/src/k8s.io/api/testdata/v1.29.0/imagepolicy.k8s.io.v1alpha1.ImageReview.yaml

      selfLink: selfLinkValue
      uid: uidValue
    spec:
      annotations:
        annotationsKey: annotationsValue
      containers:
      - image: imageValue
      namespace: namespaceValue
    status:
      allowed: true
      auditAnnotations:
        auditAnnotationsKey: auditAnnotationsValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/imagepolicy/v1alpha1/generated.proto

      // +optional
      optional string reason = 2;
    
      // AuditAnnotations will be added to the attributes object of the
      // admission controller request using 'AddAnnotation'.  The keys should
      // be prefix-less (i.e., the admission controller will add an
      // appropriate prefix).
      // +optional
      map<string, string> auditAnnotations = 3;
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/admission.k8s.io.v1.AdmissionReview.yaml

      uid: uidValue
      userInfo:
        extra:
          extraKey:
          - extraValue
        groups:
        - groupsValue
        uid: uidValue
        username: usernameValue
    response:
      allowed: true
      auditAnnotations:
        auditAnnotationsKey: auditAnnotationsValue
      patch: BA==
      patchType: patchTypeValue
      status:
        code: 6
        details:
          causes:
          - field: fieldValue
            message: messageValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 19 15:31:53 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.29.0/admission.k8s.io.v1beta1.AdmissionReview.json

                "field": "fieldValue"
              }
            ],
            "retryAfterSeconds": 5
          },
          "code": 6
        },
        "patch": "BA==",
        "patchType": "patchTypeValue",
        "auditAnnotations": {
          "auditAnnotationsKey": "auditAnnotationsValue"
        },
        "warnings": [
          "warningsValue"
        ]
      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/admission.k8s.io.v1.AdmissionReview.json

                "field": "fieldValue"
              }
            ],
            "retryAfterSeconds": 5
          },
          "code": 6
        },
        "patch": "BA==",
        "patchType": "patchTypeValue",
        "auditAnnotations": {
          "auditAnnotationsKey": "auditAnnotationsValue"
        },
        "warnings": [
          "warningsValue"
        ]
      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.30.0/admission.k8s.io.v1beta1.AdmissionReview.yaml

      uid: uidValue
      userInfo:
        extra:
          extraKey:
          - extraValue
        groups:
        - groupsValue
        uid: uidValue
        username: usernameValue
    response:
      allowed: true
      auditAnnotations:
        auditAnnotationsKey: auditAnnotationsValue
      patch: BA==
      patchType: patchTypeValue
      status:
        code: 6
        details:
          causes:
          - field: fieldValue
            message: messageValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.29.0/admission.k8s.io.v1.AdmissionReview.json

                "field": "fieldValue"
              }
            ],
            "retryAfterSeconds": 5
          },
          "code": 6
        },
        "patch": "BA==",
        "patchType": "patchTypeValue",
        "auditAnnotations": {
          "auditAnnotationsKey": "auditAnnotationsValue"
        },
        "warnings": [
          "warningsValue"
        ]
      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.30.0/admission.k8s.io.v1beta1.AdmissionReview.json

                "field": "fieldValue"
              }
            ],
            "retryAfterSeconds": 5
          },
          "code": 6
        },
        "patch": "BA==",
        "patchType": "patchTypeValue",
        "auditAnnotations": {
          "auditAnnotationsKey": "auditAnnotationsValue"
        },
        "warnings": [
          "warningsValue"
        ]
      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/admission.k8s.io.v1beta1.AdmissionReview.json

                "field": "fieldValue"
              }
            ],
            "retryAfterSeconds": 5
          },
          "code": 6
        },
        "patch": "BA==",
        "patchType": "patchTypeValue",
        "auditAnnotations": {
          "auditAnnotationsKey": "auditAnnotationsValue"
        },
        "warnings": [
          "warningsValue"
        ]
      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 19 15:31:53 UTC 2022
    - 2.4K bytes
    - Viewed (0)
  10. plugin/pkg/admission/security/podsecurity/admission.go

    	for _, w := range result.Warnings {
    		warning.AddWarning(ctx, "", w)
    	}
    	if len(result.AuditAnnotations) > 0 {
    		annotations := make([]string, len(result.AuditAnnotations)*2)
    		i := 0
    		for k, v := range result.AuditAnnotations {
    			annotations[i], annotations[i+1] = podsecurityadmissionapi.AuditAnnotationPrefix+k, v
    			i += 2
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 08:49:11 UTC 2023
    - 8.5K bytes
    - Viewed (0)
Back to top