...

Text file src/edge-infra.dev/hack/kind/audit-policy.yaml

Documentation: edge-infra.dev/hack/kind

     1# Kind Audit Logging: https://kind.sigs.k8s.io/docs/user/auditing/
     2# K8s Audit Logging Docs: https://kubernetes.io/docs/tasks/debug/debug-cluster/audit/
     3---
     4apiVersion: audit.k8s.io/v1
     5kind: Policy
     6rules:
     7- level: Request
     8  verbs: ["delete"]
     9  resources:
    10    - group: "warehouse.edge.ncr.com"
    11      resources: ["unpackedpallets"]

View as plain text