Versions in this module Expand all Collapse all v1 v1.0.0 Dec 5, 2019 Changes in this version + func NewClusterPolicyInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer + func NewClusterPolicyViolationInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer + func NewFilteredClusterPolicyInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer + func NewFilteredClusterPolicyViolationInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer + func NewFilteredNamespacedPolicyViolationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer + func NewNamespacedPolicyViolationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer + type ClusterPolicyInformer interface + Informer func() cache.SharedIndexInformer + Lister func() v1.ClusterPolicyLister + type ClusterPolicyViolationInformer interface + Informer func() cache.SharedIndexInformer + Lister func() v1.ClusterPolicyViolationLister + type Interface interface + ClusterPolicies func() ClusterPolicyInformer + ClusterPolicyViolations func() ClusterPolicyViolationInformer + NamespacedPolicyViolations func() NamespacedPolicyViolationInformer + func New(f internalinterfaces.SharedInformerFactory, namespace string, ...) Interface + type NamespacedPolicyViolationInformer interface + Informer func() cache.SharedIndexInformer + Lister func() v1.NamespacedPolicyViolationLister v1.0.0-rc1 Nov 14, 2019