v1alpha1

package
v0.59.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 10 Imported by: 83

Documentation

Index

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 NewFilteredStepActionInformer added in v0.53.0

func NewFilteredStepActionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredStepActionInformer constructs a new informer for StepAction 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 NewStepActionInformer added in v0.53.0

func NewStepActionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewStepActionInformer constructs a new informer for StepAction 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
	// StepActions returns a StepActionInformer.
	StepActions() StepActionInformer
	// VerificationPolicies returns a VerificationPolicyInformer.
	VerificationPolicies() VerificationPolicyInformer
}

Interface provides access to all the informers in this group version.

func New

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 StepActionInformer added in v0.53.0

type StepActionInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.StepActionLister
}

StepActionInformer provides access to a shared informer and lister for StepActions.

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL