v1alpha1

package
v0.0.0-...-4fc8c9b Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFilteredRunInformer

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

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

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

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

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

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

type RunInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.RunLister
}

RunInformer provides access to a shared informer and lister for Runs.

type StepActionInformer

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

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

type VerificationPolicyInformer

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