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

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

ConsumerChannelLister helps list ConsumerChannels. All objects returned here must be treated as read-only.

func NewConsumerChannelLister added in v0.5.0

func NewConsumerChannelLister(indexer cache.Indexer) ConsumerChannelLister

NewConsumerChannelLister returns a new ConsumerChannelLister.

type ConsumerChannelListerExpansion added in v0.5.0

type ConsumerChannelListerExpansion interface{}

ConsumerChannelListerExpansion allows custom methods to be added to ConsumerChannelLister.

type ConsumerChannelNamespaceLister added in v0.5.0

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

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

type ConsumerChannelNamespaceListerExpansion added in v0.5.0

type ConsumerChannelNamespaceListerExpansion interface{}

ConsumerChannelNamespaceListerExpansion allows custom methods to be added to ConsumerChannelNamespaceLister.

type JobMonitorRuleLister

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

JobMonitorRuleLister helps list JobMonitorRules. All objects returned here must be treated as read-only.

func NewJobMonitorRuleLister

func NewJobMonitorRuleLister(indexer cache.Indexer) JobMonitorRuleLister

NewJobMonitorRuleLister returns a new JobMonitorRuleLister.

type JobMonitorRuleListerExpansion

type JobMonitorRuleListerExpansion interface{}

JobMonitorRuleListerExpansion allows custom methods to be added to JobMonitorRuleLister.

type JobMonitorRuleNamespaceLister

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

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

type JobMonitorRuleNamespaceListerExpansion

type JobMonitorRuleNamespaceListerExpansion interface{}

JobMonitorRuleNamespaceListerExpansion allows custom methods to be added to JobMonitorRuleNamespaceLister.

type MigrationInstanceLister added in v0.5.0

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

MigrationInstanceLister helps list MigrationInstances. All objects returned here must be treated as read-only.

func NewMigrationInstanceLister added in v0.5.0

func NewMigrationInstanceLister(indexer cache.Indexer) MigrationInstanceLister

NewMigrationInstanceLister returns a new MigrationInstanceLister.

type MigrationInstanceListerExpansion added in v0.5.0

type MigrationInstanceListerExpansion interface{}

MigrationInstanceListerExpansion allows custom methods to be added to MigrationInstanceLister.

type MigrationInstanceNamespaceLister added in v0.5.0

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

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

type MigrationInstanceNamespaceListerExpansion added in v0.5.0

type MigrationInstanceNamespaceListerExpansion interface{}

MigrationInstanceNamespaceListerExpansion allows custom methods to be added to MigrationInstanceNamespaceLister.

type MigrationJobLister added in v0.5.0

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

MigrationJobLister helps list MigrationJobs. All objects returned here must be treated as read-only.

func NewMigrationJobLister added in v0.5.0

func NewMigrationJobLister(indexer cache.Indexer) MigrationJobLister

NewMigrationJobLister returns a new MigrationJobLister.

type MigrationJobListerExpansion added in v0.5.0

type MigrationJobListerExpansion interface{}

MigrationJobListerExpansion allows custom methods to be added to MigrationJobLister.

type MigrationJobNamespaceLister added in v0.5.0

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

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

type MigrationJobNamespaceListerExpansion added in v0.5.0

type MigrationJobNamespaceListerExpansion interface{}

MigrationJobNamespaceListerExpansion allows custom methods to be added to MigrationJobNamespaceLister.

type SubscriptionJobLister

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

SubscriptionJobLister helps list SubscriptionJobs. All objects returned here must be treated as read-only.

func NewSubscriptionJobLister

func NewSubscriptionJobLister(indexer cache.Indexer) SubscriptionJobLister

NewSubscriptionJobLister returns a new SubscriptionJobLister.

type SubscriptionJobListerExpansion

type SubscriptionJobListerExpansion interface{}

SubscriptionJobListerExpansion allows custom methods to be added to SubscriptionJobLister.

type SubscriptionJobNamespaceLister

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

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

type SubscriptionJobNamespaceListerExpansion

type SubscriptionJobNamespaceListerExpansion interface{}

SubscriptionJobNamespaceListerExpansion allows custom methods to be added to SubscriptionJobNamespaceLister.

type SynchronizationInstanceLister

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

SynchronizationInstanceLister helps list SynchronizationInstances. All objects returned here must be treated as read-only.

func NewSynchronizationInstanceLister

func NewSynchronizationInstanceLister(indexer cache.Indexer) SynchronizationInstanceLister

NewSynchronizationInstanceLister returns a new SynchronizationInstanceLister.

type SynchronizationInstanceListerExpansion

type SynchronizationInstanceListerExpansion interface{}

SynchronizationInstanceListerExpansion allows custom methods to be added to SynchronizationInstanceLister.

type SynchronizationInstanceNamespaceLister

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

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

type SynchronizationInstanceNamespaceListerExpansion

type SynchronizationInstanceNamespaceListerExpansion interface{}

SynchronizationInstanceNamespaceListerExpansion allows custom methods to be added to SynchronizationInstanceNamespaceLister.

type SynchronizationJobLister

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

SynchronizationJobLister helps list SynchronizationJobs. All objects returned here must be treated as read-only.

func NewSynchronizationJobLister

func NewSynchronizationJobLister(indexer cache.Indexer) SynchronizationJobLister

NewSynchronizationJobLister returns a new SynchronizationJobLister.

type SynchronizationJobListerExpansion

type SynchronizationJobListerExpansion interface{}

SynchronizationJobListerExpansion allows custom methods to be added to SynchronizationJobLister.

type SynchronizationJobNamespaceLister

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

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

type SynchronizationJobNamespaceListerExpansion

type SynchronizationJobNamespaceListerExpansion interface{}

SynchronizationJobNamespaceListerExpansion allows custom methods to be added to SynchronizationJobNamespaceLister.

Jump to

Keyboard shortcuts

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