v1alpha1

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActionCustomLister

type ActionCustomLister interface {
	// List lists all ActionCustoms in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ActionCustom, err error)
	// ActionCustoms returns an object that can list and get ActionCustoms.
	ActionCustoms(namespace string) ActionCustomNamespaceLister
	ActionCustomListerExpansion
}

ActionCustomLister helps list ActionCustoms. All objects returned here must be treated as read-only.

func NewActionCustomLister

func NewActionCustomLister(indexer cache.Indexer) ActionCustomLister

NewActionCustomLister returns a new ActionCustomLister.

type ActionCustomListerExpansion

type ActionCustomListerExpansion interface{}

ActionCustomListerExpansion allows custom methods to be added to ActionCustomLister.

type ActionCustomNamespaceLister

type ActionCustomNamespaceLister interface {
	// List lists all ActionCustoms in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ActionCustom, err error)
	// Get retrieves the ActionCustom from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.ActionCustom, error)
	ActionCustomNamespaceListerExpansion
}

ActionCustomNamespaceLister helps list and get ActionCustoms. All objects returned here must be treated as read-only.

type ActionCustomNamespaceListerExpansion

type ActionCustomNamespaceListerExpansion interface{}

ActionCustomNamespaceListerExpansion allows custom methods to be added to ActionCustomNamespaceLister.

type ActionHTTPLister

type ActionHTTPLister interface {
	// List lists all ActionHTTPs in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ActionHTTP, err error)
	// ActionHTTPs returns an object that can list and get ActionHTTPs.
	ActionHTTPs(namespace string) ActionHTTPNamespaceLister
	ActionHTTPListerExpansion
}

ActionHTTPLister helps list ActionHTTPs. All objects returned here must be treated as read-only.

func NewActionHTTPLister

func NewActionHTTPLister(indexer cache.Indexer) ActionHTTPLister

NewActionHTTPLister returns a new ActionHTTPLister.

type ActionHTTPListerExpansion

type ActionHTTPListerExpansion interface{}

ActionHTTPListerExpansion allows custom methods to be added to ActionHTTPLister.

type ActionHTTPNamespaceLister

type ActionHTTPNamespaceLister interface {
	// List lists all ActionHTTPs in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ActionHTTP, err error)
	// Get retrieves the ActionHTTP from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.ActionHTTP, error)
	ActionHTTPNamespaceListerExpansion
}

ActionHTTPNamespaceLister helps list and get ActionHTTPs. All objects returned here must be treated as read-only.

type ActionHTTPNamespaceListerExpansion

type ActionHTTPNamespaceListerExpansion interface{}

ActionHTTPNamespaceListerExpansion allows custom methods to be added to ActionHTTPNamespaceLister.

type IntegrationAccountLister

type IntegrationAccountLister interface {
	// List lists all IntegrationAccounts in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.IntegrationAccount, err error)
	// IntegrationAccounts returns an object that can list and get IntegrationAccounts.
	IntegrationAccounts(namespace string) IntegrationAccountNamespaceLister
	IntegrationAccountListerExpansion
}

IntegrationAccountLister helps list IntegrationAccounts. All objects returned here must be treated as read-only.

func NewIntegrationAccountLister

func NewIntegrationAccountLister(indexer cache.Indexer) IntegrationAccountLister

NewIntegrationAccountLister returns a new IntegrationAccountLister.

type IntegrationAccountListerExpansion

type IntegrationAccountListerExpansion interface{}

IntegrationAccountListerExpansion allows custom methods to be added to IntegrationAccountLister.

type IntegrationAccountNamespaceLister

type IntegrationAccountNamespaceLister interface {
	// List lists all IntegrationAccounts in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.IntegrationAccount, err error)
	// Get retrieves the IntegrationAccount from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.IntegrationAccount, error)
	IntegrationAccountNamespaceListerExpansion
}

IntegrationAccountNamespaceLister helps list and get IntegrationAccounts. All objects returned here must be treated as read-only.

type IntegrationAccountNamespaceListerExpansion

type IntegrationAccountNamespaceListerExpansion interface{}

IntegrationAccountNamespaceListerExpansion allows custom methods to be added to IntegrationAccountNamespaceLister.

type TriggerCustomLister

type TriggerCustomLister interface {
	// List lists all TriggerCustoms in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TriggerCustom, err error)
	// TriggerCustoms returns an object that can list and get TriggerCustoms.
	TriggerCustoms(namespace string) TriggerCustomNamespaceLister
	TriggerCustomListerExpansion
}

TriggerCustomLister helps list TriggerCustoms. All objects returned here must be treated as read-only.

func NewTriggerCustomLister

func NewTriggerCustomLister(indexer cache.Indexer) TriggerCustomLister

NewTriggerCustomLister returns a new TriggerCustomLister.

type TriggerCustomListerExpansion

type TriggerCustomListerExpansion interface{}

TriggerCustomListerExpansion allows custom methods to be added to TriggerCustomLister.

type TriggerCustomNamespaceLister

type TriggerCustomNamespaceLister interface {
	// List lists all TriggerCustoms in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TriggerCustom, err error)
	// Get retrieves the TriggerCustom from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.TriggerCustom, error)
	TriggerCustomNamespaceListerExpansion
}

TriggerCustomNamespaceLister helps list and get TriggerCustoms. All objects returned here must be treated as read-only.

type TriggerCustomNamespaceListerExpansion

type TriggerCustomNamespaceListerExpansion interface{}

TriggerCustomNamespaceListerExpansion allows custom methods to be added to TriggerCustomNamespaceLister.

type TriggerHTTPRequestLister

type TriggerHTTPRequestLister interface {
	// List lists all TriggerHTTPRequests in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TriggerHTTPRequest, err error)
	// TriggerHTTPRequests returns an object that can list and get TriggerHTTPRequests.
	TriggerHTTPRequests(namespace string) TriggerHTTPRequestNamespaceLister
	TriggerHTTPRequestListerExpansion
}

TriggerHTTPRequestLister helps list TriggerHTTPRequests. All objects returned here must be treated as read-only.

func NewTriggerHTTPRequestLister

func NewTriggerHTTPRequestLister(indexer cache.Indexer) TriggerHTTPRequestLister

NewTriggerHTTPRequestLister returns a new TriggerHTTPRequestLister.

type TriggerHTTPRequestListerExpansion

type TriggerHTTPRequestListerExpansion interface{}

TriggerHTTPRequestListerExpansion allows custom methods to be added to TriggerHTTPRequestLister.

type TriggerHTTPRequestNamespaceLister

type TriggerHTTPRequestNamespaceLister interface {
	// List lists all TriggerHTTPRequests in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TriggerHTTPRequest, err error)
	// Get retrieves the TriggerHTTPRequest from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.TriggerHTTPRequest, error)
	TriggerHTTPRequestNamespaceListerExpansion
}

TriggerHTTPRequestNamespaceLister helps list and get TriggerHTTPRequests. All objects returned here must be treated as read-only.

type TriggerHTTPRequestNamespaceListerExpansion

type TriggerHTTPRequestNamespaceListerExpansion interface{}

TriggerHTTPRequestNamespaceListerExpansion allows custom methods to be added to TriggerHTTPRequestNamespaceLister.

type TriggerRecurrenceLister

type TriggerRecurrenceLister interface {
	// List lists all TriggerRecurrences in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TriggerRecurrence, err error)
	// TriggerRecurrences returns an object that can list and get TriggerRecurrences.
	TriggerRecurrences(namespace string) TriggerRecurrenceNamespaceLister
	TriggerRecurrenceListerExpansion
}

TriggerRecurrenceLister helps list TriggerRecurrences. All objects returned here must be treated as read-only.

func NewTriggerRecurrenceLister

func NewTriggerRecurrenceLister(indexer cache.Indexer) TriggerRecurrenceLister

NewTriggerRecurrenceLister returns a new TriggerRecurrenceLister.

type TriggerRecurrenceListerExpansion

type TriggerRecurrenceListerExpansion interface{}

TriggerRecurrenceListerExpansion allows custom methods to be added to TriggerRecurrenceLister.

type TriggerRecurrenceNamespaceLister

type TriggerRecurrenceNamespaceLister interface {
	// List lists all TriggerRecurrences in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TriggerRecurrence, err error)
	// Get retrieves the TriggerRecurrence from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.TriggerRecurrence, error)
	TriggerRecurrenceNamespaceListerExpansion
}

TriggerRecurrenceNamespaceLister helps list and get TriggerRecurrences. All objects returned here must be treated as read-only.

type TriggerRecurrenceNamespaceListerExpansion

type TriggerRecurrenceNamespaceListerExpansion interface{}

TriggerRecurrenceNamespaceListerExpansion allows custom methods to be added to TriggerRecurrenceNamespaceLister.

type WorkflowLister

type WorkflowLister interface {
	// List lists all Workflows in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Workflow, err error)
	// Workflows returns an object that can list and get Workflows.
	Workflows(namespace string) WorkflowNamespaceLister
	WorkflowListerExpansion
}

WorkflowLister helps list Workflows. All objects returned here must be treated as read-only.

func NewWorkflowLister

func NewWorkflowLister(indexer cache.Indexer) WorkflowLister

NewWorkflowLister returns a new WorkflowLister.

type WorkflowListerExpansion

type WorkflowListerExpansion interface{}

WorkflowListerExpansion allows custom methods to be added to WorkflowLister.

type WorkflowNamespaceLister

type WorkflowNamespaceLister interface {
	// List lists all Workflows in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Workflow, err error)
	// Get retrieves the Workflow from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.Workflow, error)
	WorkflowNamespaceListerExpansion
}

WorkflowNamespaceLister helps list and get Workflows. All objects returned here must be treated as read-only.

type WorkflowNamespaceListerExpansion

type WorkflowNamespaceListerExpansion interface{}

WorkflowNamespaceListerExpansion allows custom methods to be added to WorkflowNamespaceLister.

Jump to

Keyboard shortcuts

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