adds owner of TODO comments in dynamic audit e2e test

This commit is contained in:
Patrick Barker 2019-02-26 17:19:37 -07:00
parent db1207c646
commit 62edfe8d97

View File

@ -45,7 +45,7 @@ var _ = SIGDescribe("[Feature:DynamicAudit]", func() {
framework.SkipUnlessProviderIs("gce") 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() { It("should dynamically audit API calls [DisabledForLargeClusters]", func() {
namespace := f.Namespace.Name namespace := f.Namespace.Name
@ -179,7 +179,7 @@ var _ = SIGDescribe("[Feature:DynamicAudit]", func() {
events []utils.AuditEvent events []utils.AuditEvent
}{ }{
// Create, get, update, patch, delete, list, watch pods. // 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 // https://github.com/kubernetes/kubernetes/issues/70818
{ {
func() { func() {