From 62edfe8d97353d141c17c01eeb54848044a90010 Mon Sep 17 00:00:00 2001 From: Patrick Barker Date: Tue, 26 Feb 2019 17:19:37 -0700 Subject: [PATCH] adds owner of TODO comments in dynamic audit e2e test --- test/e2e/auth/audit_dynamic.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/auth/audit_dynamic.go b/test/e2e/auth/audit_dynamic.go index d55629934db..bdaecd32a98 100644 --- a/test/e2e/auth/audit_dynamic.go +++ b/test/e2e/auth/audit_dynamic.go @@ -45,7 +45,7 @@ var _ = SIGDescribe("[Feature:DynamicAudit]", func() { framework.SkipUnlessProviderIs("gce") }) - // TODO: Get rid of [DisabledForLargeClusters] when feature request #53455 is ready. + // TODO(@pbarker): Get rid of [DisabledForLargeClusters] when feature request #53455 is ready. It("should dynamically audit API calls [DisabledForLargeClusters]", func() { namespace := f.Namespace.Name @@ -179,7 +179,7 @@ var _ = SIGDescribe("[Feature:DynamicAudit]", func() { events []utils.AuditEvent }{ // Create, get, update, patch, delete, list, watch pods. - // TODO: dedup this with the main audit test once policy functionality is available + // TODO(@pbarker): dedupe this with the main audit test once policy functionality is available // https://github.com/kubernetes/kubernetes/issues/70818 { func() {