apiserver/Godeps
Kubernetes Publisher ada39a8a4e Merge pull request #49280 from CaoShuFeng/RequestReceived
Automatic merge from submit-queue

Provide a way to omit Event stages in audit policy

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.

**Release note**:

```
None
```
#

Kubernetes-commit: 9d29ce135658be851a96aad9dd337c5afd531d2e
2017-09-04 14:03:48 +00:00
..
Godeps.json Merge pull request #49280 from CaoShuFeng/RequestReceived 2017-09-04 14:03:48 +00:00
Readme update godep.json files 2017-02-23 09:48:09 -05:00

Readme

This directory tree is generated automatically by godep.

Please do not edit.

See https://github.com/tools/godep for more information.