mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 18:06:55 +00:00
6 lines
179 B
Go
6 lines
179 B
Go
|
package policyengine
|
||
|
|
||
|
import types "github.com/nirmata/kube-policy/pkg/apis/policy/v1alpha1"
|
||
|
|
||
|
func (p *policyEngine) ProcessValidation(policy types.Policy, rawResource []byte) {}
|