type Interface interface {
Register(policy *kyverno.Policy) error UnRegister(policy *kyverno.Policy) error// check if the controller can see the policy spec for details? LookUp(kind, namespace, name string, ls *metav1.LabelSelector) // returns a list of policies and rules that apply}