Commit 62edfe8d authored by Patrick Barker's avatar Patrick Barker

adds owner of TODO comments in dynamic audit e2e test

parent db1207c6
...@@ -45,7 +45,7 @@ var _ = SIGDescribe("[Feature:DynamicAudit]", func() { ...@@ -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() { ...@@ -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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment