v1alpha1

package
v0.1.12 Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2024 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 CloudEventsSourceLister

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

CloudEventsSourceLister helps list CloudEventsSources. All objects returned here must be treated as read-only.

func NewCloudEventsSourceLister

func NewCloudEventsSourceLister(indexer cache.Indexer) CloudEventsSourceLister

NewCloudEventsSourceLister returns a new CloudEventsSourceLister.

type CloudEventsSourceListerExpansion

type CloudEventsSourceListerExpansion interface{}

CloudEventsSourceListerExpansion allows custom methods to be added to CloudEventsSourceLister.

type CloudEventsSourceNamespaceLister

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

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

type CloudEventsSourceNamespaceListerExpansion

type CloudEventsSourceNamespaceListerExpansion interface{}

CloudEventsSourceNamespaceListerExpansion allows custom methods to be added to CloudEventsSourceNamespaceLister.

type HTTPPollerSourceLister

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

HTTPPollerSourceLister helps list HTTPPollerSources. All objects returned here must be treated as read-only.

func NewHTTPPollerSourceLister

func NewHTTPPollerSourceLister(indexer cache.Indexer) HTTPPollerSourceLister

NewHTTPPollerSourceLister returns a new HTTPPollerSourceLister.

type HTTPPollerSourceListerExpansion

type HTTPPollerSourceListerExpansion interface{}

HTTPPollerSourceListerExpansion allows custom methods to be added to HTTPPollerSourceLister.

type HTTPPollerSourceNamespaceLister

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

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

type HTTPPollerSourceNamespaceListerExpansion

type HTTPPollerSourceNamespaceListerExpansion interface{}

HTTPPollerSourceNamespaceListerExpansion allows custom methods to be added to HTTPPollerSourceNamespaceLister.

type KafkaSourceLister

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

KafkaSourceLister helps list KafkaSources. All objects returned here must be treated as read-only.

func NewKafkaSourceLister

func NewKafkaSourceLister(indexer cache.Indexer) KafkaSourceLister

NewKafkaSourceLister returns a new KafkaSourceLister.

type KafkaSourceListerExpansion

type KafkaSourceListerExpansion interface{}

KafkaSourceListerExpansion allows custom methods to be added to KafkaSourceLister.

type KafkaSourceNamespaceLister

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

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

type KafkaSourceNamespaceListerExpansion

type KafkaSourceNamespaceListerExpansion interface{}

KafkaSourceNamespaceListerExpansion allows custom methods to be added to KafkaSourceNamespaceLister.

type OCIMetricsSourceLister

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

OCIMetricsSourceLister helps list OCIMetricsSources. All objects returned here must be treated as read-only.

func NewOCIMetricsSourceLister

func NewOCIMetricsSourceLister(indexer cache.Indexer) OCIMetricsSourceLister

NewOCIMetricsSourceLister returns a new OCIMetricsSourceLister.

type OCIMetricsSourceListerExpansion

type OCIMetricsSourceListerExpansion interface{}

OCIMetricsSourceListerExpansion allows custom methods to be added to OCIMetricsSourceLister.

type OCIMetricsSourceNamespaceLister

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

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

type OCIMetricsSourceNamespaceListerExpansion

type OCIMetricsSourceNamespaceListerExpansion interface{}

OCIMetricsSourceNamespaceListerExpansion allows custom methods to be added to OCIMetricsSourceNamespaceLister.

type WebhookSourceLister

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

WebhookSourceLister helps list WebhookSources. All objects returned here must be treated as read-only.

func NewWebhookSourceLister

func NewWebhookSourceLister(indexer cache.Indexer) WebhookSourceLister

NewWebhookSourceLister returns a new WebhookSourceLister.

type WebhookSourceListerExpansion

type WebhookSourceListerExpansion interface{}

WebhookSourceListerExpansion allows custom methods to be added to WebhookSourceLister.

type WebhookSourceNamespaceLister

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

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

type WebhookSourceNamespaceListerExpansion

type WebhookSourceNamespaceListerExpansion interface{}

WebhookSourceNamespaceListerExpansion allows custom methods to be added to WebhookSourceNamespaceLister.

Jump to

Keyboard shortcuts

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