v1alpha1

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewActionCustomInformer

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

NewActionCustomInformer constructs a new informer for ActionCustom 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 NewActionHTTPInformer

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

NewActionHTTPInformer constructs a new informer for ActionHTTP 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 NewFilteredActionCustomInformer

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

NewFilteredActionCustomInformer constructs a new informer for ActionCustom 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 NewFilteredActionHTTPInformer

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

NewFilteredActionHTTPInformer constructs a new informer for ActionHTTP 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 NewFilteredIntegrationAccountInformer

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

NewFilteredIntegrationAccountInformer constructs a new informer for IntegrationAccount 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 NewFilteredTriggerCustomInformer

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

NewFilteredTriggerCustomInformer constructs a new informer for TriggerCustom 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 NewFilteredTriggerHTTPRequestInformer

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

NewFilteredTriggerHTTPRequestInformer constructs a new informer for TriggerHTTPRequest 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 NewFilteredTriggerRecurrenceInformer

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

NewFilteredTriggerRecurrenceInformer constructs a new informer for TriggerRecurrence 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 NewFilteredWorkflowInformer

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

NewFilteredWorkflowInformer constructs a new informer for Workflow 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 NewIntegrationAccountInformer

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

NewIntegrationAccountInformer constructs a new informer for IntegrationAccount 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 NewTriggerCustomInformer

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

NewTriggerCustomInformer constructs a new informer for TriggerCustom 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 NewTriggerHTTPRequestInformer

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

NewTriggerHTTPRequestInformer constructs a new informer for TriggerHTTPRequest 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 NewTriggerRecurrenceInformer

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

NewTriggerRecurrenceInformer constructs a new informer for TriggerRecurrence 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 NewWorkflowInformer

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

NewWorkflowInformer constructs a new informer for Workflow 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 ActionCustomInformer

type ActionCustomInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.ActionCustomLister
}

ActionCustomInformer provides access to a shared informer and lister for ActionCustoms.

type ActionHTTPInformer

type ActionHTTPInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.ActionHTTPLister
}

ActionHTTPInformer provides access to a shared informer and lister for ActionHTTPs.

type IntegrationAccountInformer

type IntegrationAccountInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.IntegrationAccountLister
}

IntegrationAccountInformer provides access to a shared informer and lister for IntegrationAccounts.

type Interface

type Interface interface {
	// ActionCustoms returns a ActionCustomInformer.
	ActionCustoms() ActionCustomInformer
	// ActionHTTPs returns a ActionHTTPInformer.
	ActionHTTPs() ActionHTTPInformer
	// IntegrationAccounts returns a IntegrationAccountInformer.
	IntegrationAccounts() IntegrationAccountInformer
	// TriggerCustoms returns a TriggerCustomInformer.
	TriggerCustoms() TriggerCustomInformer
	// TriggerHTTPRequests returns a TriggerHTTPRequestInformer.
	TriggerHTTPRequests() TriggerHTTPRequestInformer
	// TriggerRecurrences returns a TriggerRecurrenceInformer.
	TriggerRecurrences() TriggerRecurrenceInformer
	// Workflows returns a WorkflowInformer.
	Workflows() WorkflowInformer
}

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

func New

New returns a new Interface.

type TriggerCustomInformer

type TriggerCustomInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.TriggerCustomLister
}

TriggerCustomInformer provides access to a shared informer and lister for TriggerCustoms.

type TriggerHTTPRequestInformer

type TriggerHTTPRequestInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.TriggerHTTPRequestLister
}

TriggerHTTPRequestInformer provides access to a shared informer and lister for TriggerHTTPRequests.

type TriggerRecurrenceInformer

type TriggerRecurrenceInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.TriggerRecurrenceLister
}

TriggerRecurrenceInformer provides access to a shared informer and lister for TriggerRecurrences.

type WorkflowInformer

type WorkflowInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.WorkflowLister
}

WorkflowInformer provides access to a shared informer and lister for Workflows.

Jump to

Keyboard shortcuts

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