k3s/test/integration/master
Kubernetes Submit Queue 28b2b21287
Merge pull request #65891 from CaoShuFeng/audit_v1_stable
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

upgrade Audit api version to stable

Partial Fix: https://github.com/kubernetes/kubernetes/issues/65266

TODO:
    use v1 version of advanced audit policy in [kubeadm](86b9a53226/cmd/kubeadm/app/util/audit/utils.go (L29)), [gce script](86b9a53226/cluster/gce/gci/configure-helper.sh (L743)), [kubemark](86b9a53226/test/kubemark/resources/start-kubemark-master.sh (L349))



**What this PR does / why we need it**:

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #

**Special notes for your reviewer**:

**Release note**:

```release-note
audit.k8s.io api group is upgraded from v1beta1 to v1.
Deprecated element metav1.ObjectMeta and Timestamp are removed from audit Events in v1 version.
Default value of option --audit-webhook-version and --audit-log-version will be changed from `audit.k8s.io/v1beta1` to `audit.k8s.io/v1` in release 1.13
```
2018-08-08 02:17:24 -07:00
..
BUILD add an integration test for advanced audit feature 2018-07-31 11:10:51 +08:00
audit_test.go add an integration test for advanced audit feature 2018-07-31 11:10:51 +08:00
crd_test.go dry-run: Update DynamicClient to pass Create/Update options 2018-08-02 10:38:31 -07:00
kms_plugin_mock.go Add support for linux abstract socket namespace. 2018-06-25 09:41:14 -07:00
kms_transformation_test.go Add support for linux abstract socket namespace. 2018-06-25 09:41:14 -07:00
kube_apiserver_test.go master count and lease endpoint tests 2018-04-27 13:03:31 -05:00
main_test.go use testmain in integration tests 2017-07-12 17:34:55 -07:00
secrets_transformation_test.go Instrument transformer.go with latency metrics. 2018-03-02 10:01:44 -08:00
synthetic_master_test.go fix a duplicate case in TestUpdateNodeObjects 2018-07-28 09:47:10 +08:00
transformation_testcase.go Add metrics for envelop transformer: 2018-06-01 23:00:08 +00:00