Updates https://github.com/kubernetes/kubernetes/issues/48561 This provide a way to omit some stages for each audit policy rule. For example: apiVersion: audit.k8s.io/v1beta1 kind: Policy - level: Metadata resources: - group: "rbac.authorization.k8s.io" resources: ["roles"] omitStages: - "RequestReceived" RequestReceived stage will not be emitted to audit backends with previous config. Kubernetes-commit: 47ba91450fbe7d9002bfc9d4a48a73256252821f |
||
|---|---|---|
| .. | ||
| policy | ||
| BUILD | ||
| format.go | ||
| metrics.go | ||
| request.go | ||
| scheme.go | ||
| types.go | ||
| union.go | ||
| union_test.go | ||