 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- func NewFilteredRunInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredVerificationPolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewRunInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewVerificationPolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type Interface
- type RunInformer
- type VerificationPolicyInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredRunInformer ¶ added in v0.15.0
func NewFilteredRunInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredRunInformer constructs a new informer for Run 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 NewFilteredVerificationPolicyInformer ¶ added in v0.43.0
func NewFilteredVerificationPolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredVerificationPolicyInformer constructs a new informer for VerificationPolicy 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 NewRunInformer ¶ added in v0.15.0
func NewRunInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewRunInformer constructs a new informer for Run 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 NewVerificationPolicyInformer ¶ added in v0.43.0
func NewVerificationPolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewVerificationPolicyInformer constructs a new informer for VerificationPolicy 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 Interface ¶
type Interface interface {
	// Runs returns a RunInformer.
	Runs() RunInformer
	// VerificationPolicies returns a VerificationPolicyInformer.
	VerificationPolicies() VerificationPolicyInformer
}
    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 RunInformer ¶ added in v0.15.0
type RunInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.RunLister
}
    RunInformer provides access to a shared informer and lister for Runs.
type VerificationPolicyInformer ¶ added in v0.43.0
type VerificationPolicyInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.VerificationPolicyLister
}
    VerificationPolicyInformer provides access to a shared informer and lister for VerificationPolicies.