1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-11 02:16:53 +00:00
kyverno/test/e2e/framework/step/step.go

8 lines
112 B
Go
Raw Normal View History

package step
import (
"github.com/kyverno/kyverno/test/e2e/framework/client"
)
type Step func(client.Client)