mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-15 17:51:20 +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) {}
|