Documentation ¶
Index ¶
- func NewClusterImagePolicyInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredClusterImagePolicyInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredTrustRootInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewTrustRootInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type ClusterImagePolicyInformer
- type Interface
- type TrustRootInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClusterImagePolicyInformer ¶
func NewClusterImagePolicyInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewClusterImagePolicyInformer constructs a new informer for ClusterImagePolicy type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredClusterImagePolicyInformer ¶
func NewFilteredClusterImagePolicyInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredClusterImagePolicyInformer constructs a new informer for ClusterImagePolicy type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredTrustRootInformer ¶ added in v0.6.0
func NewFilteredTrustRootInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredTrustRootInformer constructs a new informer for TrustRoot type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewTrustRootInformer ¶ added in v0.6.0
func NewTrustRootInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewTrustRootInformer constructs a new informer for TrustRoot type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
Types ¶
type ClusterImagePolicyInformer ¶
type ClusterImagePolicyInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ClusterImagePolicyLister }
ClusterImagePolicyInformer provides access to a shared informer and lister for ClusterImagePolicies.
type Interface ¶
type Interface interface { // ClusterImagePolicies returns a ClusterImagePolicyInformer. ClusterImagePolicies() ClusterImagePolicyInformer // TrustRoots returns a TrustRootInformer. TrustRoots() TrustRootInformer }
Interface provides access to all the informers in this group version.
func New ¶
func New(f internalinterfaces.SharedInformerFactory, namespace string, tweakListOptions internalinterfaces.TweakListOptionsFunc) Interface
New returns a new Interface.
type TrustRootInformer ¶ added in v0.6.0
type TrustRootInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.TrustRootLister }
TrustRootInformer provides access to a shared informer and lister for TrustRoots.