From d0173320b822ecdaa86e2f81343059a8a4d07961 Mon Sep 17 00:00:00 2001 From: Chao Wang Date: Wed, 17 Oct 2018 15:48:05 +0800 Subject: [PATCH] audit api version has been updated to v1 (#10647) --- content/en/examples/audit/audit-policy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/examples/audit/audit-policy.yaml b/content/en/examples/audit/audit-policy.yaml index b5d66b3a18..25b8fd0070 100644 --- a/content/en/examples/audit/audit-policy.yaml +++ b/content/en/examples/audit/audit-policy.yaml @@ -1,4 +1,4 @@ -apiVersion: audit.k8s.io/v1beta1 # This is required. +apiVersion: audit.k8s.io/v1 # This is required. kind: Policy # Don't generate audit events for all requests in RequestReceived stage. omitStages: @@ -65,4 +65,4 @@ rules: # Long-running requests like watches that fall under this rule will not # generate an audit event in RequestReceived. omitStages: - - "RequestReceived" \ No newline at end of file + - "RequestReceived"