mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 12:32:03 +00:00
adds owner of TODO comments in dynamic audit e2e test
This commit is contained in:
parent
db1207c646
commit
62edfe8d97
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user