v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 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 IntegrationAccountAgreementLister added in v0.5.0

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

IntegrationAccountAgreementLister helps list IntegrationAccountAgreements. All objects returned here must be treated as read-only.

func NewIntegrationAccountAgreementLister added in v0.5.0

func NewIntegrationAccountAgreementLister(indexer cache.Indexer) IntegrationAccountAgreementLister

NewIntegrationAccountAgreementLister returns a new IntegrationAccountAgreementLister.

type IntegrationAccountAgreementListerExpansion added in v0.5.0

type IntegrationAccountAgreementListerExpansion interface{}

IntegrationAccountAgreementListerExpansion allows custom methods to be added to IntegrationAccountAgreementLister.

type IntegrationAccountAgreementNamespaceLister added in v0.5.0

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

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

type IntegrationAccountAgreementNamespaceListerExpansion added in v0.5.0

type IntegrationAccountAgreementNamespaceListerExpansion interface{}

IntegrationAccountAgreementNamespaceListerExpansion allows custom methods to be added to IntegrationAccountAgreementNamespaceLister.

type IntegrationAccountAssemblyLister added in v0.5.0

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

IntegrationAccountAssemblyLister helps list IntegrationAccountAssemblies. All objects returned here must be treated as read-only.

func NewIntegrationAccountAssemblyLister added in v0.5.0

func NewIntegrationAccountAssemblyLister(indexer cache.Indexer) IntegrationAccountAssemblyLister

NewIntegrationAccountAssemblyLister returns a new IntegrationAccountAssemblyLister.

type IntegrationAccountAssemblyListerExpansion added in v0.5.0

type IntegrationAccountAssemblyListerExpansion interface{}

IntegrationAccountAssemblyListerExpansion allows custom methods to be added to IntegrationAccountAssemblyLister.

type IntegrationAccountAssemblyNamespaceLister added in v0.5.0

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

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

type IntegrationAccountAssemblyNamespaceListerExpansion added in v0.5.0

type IntegrationAccountAssemblyNamespaceListerExpansion interface{}

IntegrationAccountAssemblyNamespaceListerExpansion allows custom methods to be added to IntegrationAccountAssemblyNamespaceLister.

type IntegrationAccountBatchConfigurationLister added in v0.5.0

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

IntegrationAccountBatchConfigurationLister helps list IntegrationAccountBatchConfigurations. All objects returned here must be treated as read-only.

func NewIntegrationAccountBatchConfigurationLister added in v0.5.0

func NewIntegrationAccountBatchConfigurationLister(indexer cache.Indexer) IntegrationAccountBatchConfigurationLister

NewIntegrationAccountBatchConfigurationLister returns a new IntegrationAccountBatchConfigurationLister.

type IntegrationAccountBatchConfigurationListerExpansion added in v0.5.0

type IntegrationAccountBatchConfigurationListerExpansion interface{}

IntegrationAccountBatchConfigurationListerExpansion allows custom methods to be added to IntegrationAccountBatchConfigurationLister.

type IntegrationAccountBatchConfigurationNamespaceLister added in v0.5.0

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

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

type IntegrationAccountBatchConfigurationNamespaceListerExpansion added in v0.5.0

type IntegrationAccountBatchConfigurationNamespaceListerExpansion interface{}

IntegrationAccountBatchConfigurationNamespaceListerExpansion allows custom methods to be added to IntegrationAccountBatchConfigurationNamespaceLister.

type IntegrationAccountCertificateLister added in v0.5.0

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

IntegrationAccountCertificateLister helps list IntegrationAccountCertificates. All objects returned here must be treated as read-only.

func NewIntegrationAccountCertificateLister added in v0.5.0

func NewIntegrationAccountCertificateLister(indexer cache.Indexer) IntegrationAccountCertificateLister

NewIntegrationAccountCertificateLister returns a new IntegrationAccountCertificateLister.

type IntegrationAccountCertificateListerExpansion added in v0.5.0

type IntegrationAccountCertificateListerExpansion interface{}

IntegrationAccountCertificateListerExpansion allows custom methods to be added to IntegrationAccountCertificateLister.

type IntegrationAccountCertificateNamespaceLister added in v0.5.0

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

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

type IntegrationAccountCertificateNamespaceListerExpansion added in v0.5.0

type IntegrationAccountCertificateNamespaceListerExpansion interface{}

IntegrationAccountCertificateNamespaceListerExpansion allows custom methods to be added to IntegrationAccountCertificateNamespaceLister.

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 IntegrationAccountMapLister added in v0.5.0

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

IntegrationAccountMapLister helps list IntegrationAccountMaps. All objects returned here must be treated as read-only.

func NewIntegrationAccountMapLister added in v0.5.0

func NewIntegrationAccountMapLister(indexer cache.Indexer) IntegrationAccountMapLister

NewIntegrationAccountMapLister returns a new IntegrationAccountMapLister.

type IntegrationAccountMapListerExpansion added in v0.5.0

type IntegrationAccountMapListerExpansion interface{}

IntegrationAccountMapListerExpansion allows custom methods to be added to IntegrationAccountMapLister.

type IntegrationAccountMapNamespaceLister added in v0.5.0

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

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

type IntegrationAccountMapNamespaceListerExpansion added in v0.5.0

type IntegrationAccountMapNamespaceListerExpansion interface{}

IntegrationAccountMapNamespaceListerExpansion allows custom methods to be added to IntegrationAccountMapNamespaceLister.

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 IntegrationAccountPartnerLister added in v0.5.0

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

IntegrationAccountPartnerLister helps list IntegrationAccountPartners. All objects returned here must be treated as read-only.

func NewIntegrationAccountPartnerLister added in v0.5.0

func NewIntegrationAccountPartnerLister(indexer cache.Indexer) IntegrationAccountPartnerLister

NewIntegrationAccountPartnerLister returns a new IntegrationAccountPartnerLister.

type IntegrationAccountPartnerListerExpansion added in v0.5.0

type IntegrationAccountPartnerListerExpansion interface{}

IntegrationAccountPartnerListerExpansion allows custom methods to be added to IntegrationAccountPartnerLister.

type IntegrationAccountPartnerNamespaceLister added in v0.5.0

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

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

type IntegrationAccountPartnerNamespaceListerExpansion added in v0.5.0

type IntegrationAccountPartnerNamespaceListerExpansion interface{}

IntegrationAccountPartnerNamespaceListerExpansion allows custom methods to be added to IntegrationAccountPartnerNamespaceLister.

type IntegrationAccountSchemaLister added in v0.5.0

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

IntegrationAccountSchemaLister helps list IntegrationAccountSchemas. All objects returned here must be treated as read-only.

func NewIntegrationAccountSchemaLister added in v0.5.0

func NewIntegrationAccountSchemaLister(indexer cache.Indexer) IntegrationAccountSchemaLister

NewIntegrationAccountSchemaLister returns a new IntegrationAccountSchemaLister.

type IntegrationAccountSchemaListerExpansion added in v0.5.0

type IntegrationAccountSchemaListerExpansion interface{}

IntegrationAccountSchemaListerExpansion allows custom methods to be added to IntegrationAccountSchemaLister.

type IntegrationAccountSchemaNamespaceLister added in v0.5.0

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

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

type IntegrationAccountSchemaNamespaceListerExpansion added in v0.5.0

type IntegrationAccountSchemaNamespaceListerExpansion interface{}

IntegrationAccountSchemaNamespaceListerExpansion allows custom methods to be added to IntegrationAccountSchemaNamespaceLister.

type IntegrationAccountSessionLister added in v0.5.0

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

IntegrationAccountSessionLister helps list IntegrationAccountSessions. All objects returned here must be treated as read-only.

func NewIntegrationAccountSessionLister added in v0.5.0

func NewIntegrationAccountSessionLister(indexer cache.Indexer) IntegrationAccountSessionLister

NewIntegrationAccountSessionLister returns a new IntegrationAccountSessionLister.

type IntegrationAccountSessionListerExpansion added in v0.5.0

type IntegrationAccountSessionListerExpansion interface{}

IntegrationAccountSessionListerExpansion allows custom methods to be added to IntegrationAccountSessionLister.

type IntegrationAccountSessionNamespaceLister added in v0.5.0

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

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

type IntegrationAccountSessionNamespaceListerExpansion added in v0.5.0

type IntegrationAccountSessionNamespaceListerExpansion interface{}

IntegrationAccountSessionNamespaceListerExpansion allows custom methods to be added to IntegrationAccountSessionNamespaceLister.

type StandardLister added in v0.5.0

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

StandardLister helps list Standards. All objects returned here must be treated as read-only.

func NewStandardLister added in v0.5.0

func NewStandardLister(indexer cache.Indexer) StandardLister

NewStandardLister returns a new StandardLister.

type StandardListerExpansion added in v0.5.0

type StandardListerExpansion interface{}

StandardListerExpansion allows custom methods to be added to StandardLister.

type StandardNamespaceLister added in v0.5.0

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

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

type StandardNamespaceListerExpansion added in v0.5.0

type StandardNamespaceListerExpansion interface{}

StandardNamespaceListerExpansion allows custom methods to be added to StandardNamespaceLister.

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