
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 ```