mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-11 02:16:53 +00:00
8 lines
112 B
Go
8 lines
112 B
Go
|
package step
|
||
|
|
||
|
import (
|
||
|
"github.com/kyverno/kyverno/test/e2e/framework/client"
|
||
|
)
|
||
|
|
||
|
type Step func(client.Client)
|