mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 09:56:55 +00:00
7 lines
112 B
Go
7 lines
112 B
Go
package step
|
|
|
|
import (
|
|
"github.com/kyverno/kyverno/test/e2e/framework/client"
|
|
)
|
|
|
|
type Step func(client.Client)
|