v1

package
v0.19.0 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2020 License: Apache-2.0 Imports: 4 Imported by: 12

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CloudAuditLogsSourceLister

type CloudAuditLogsSourceLister interface {
	// List lists all CloudAuditLogsSources in the indexer.
	List(selector labels.Selector) (ret []*v1.CloudAuditLogsSource, err error)
	// CloudAuditLogsSources returns an object that can list and get CloudAuditLogsSources.
	CloudAuditLogsSources(namespace string) CloudAuditLogsSourceNamespaceLister
	CloudAuditLogsSourceListerExpansion
}

CloudAuditLogsSourceLister helps list CloudAuditLogsSources.

func NewCloudAuditLogsSourceLister

func NewCloudAuditLogsSourceLister(indexer cache.Indexer) CloudAuditLogsSourceLister

NewCloudAuditLogsSourceLister returns a new CloudAuditLogsSourceLister.

type CloudAuditLogsSourceListerExpansion

type CloudAuditLogsSourceListerExpansion interface{}

CloudAuditLogsSourceListerExpansion allows custom methods to be added to CloudAuditLogsSourceLister.

type CloudAuditLogsSourceNamespaceLister

type CloudAuditLogsSourceNamespaceLister interface {
	// List lists all CloudAuditLogsSources in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.CloudAuditLogsSource, err error)
	// Get retrieves the CloudAuditLogsSource from the indexer for a given namespace and name.
	Get(name string) (*v1.CloudAuditLogsSource, error)
	CloudAuditLogsSourceNamespaceListerExpansion
}

CloudAuditLogsSourceNamespaceLister helps list and get CloudAuditLogsSources.

type CloudAuditLogsSourceNamespaceListerExpansion

type CloudAuditLogsSourceNamespaceListerExpansion interface{}

CloudAuditLogsSourceNamespaceListerExpansion allows custom methods to be added to CloudAuditLogsSourceNamespaceLister.

type CloudBuildSourceLister added in v0.18.0

type CloudBuildSourceLister interface {
	// List lists all CloudBuildSources in the indexer.
	List(selector labels.Selector) (ret []*v1.CloudBuildSource, err error)
	// CloudBuildSources returns an object that can list and get CloudBuildSources.
	CloudBuildSources(namespace string) CloudBuildSourceNamespaceLister
	CloudBuildSourceListerExpansion
}

CloudBuildSourceLister helps list CloudBuildSources.

func NewCloudBuildSourceLister added in v0.18.0

func NewCloudBuildSourceLister(indexer cache.Indexer) CloudBuildSourceLister

NewCloudBuildSourceLister returns a new CloudBuildSourceLister.

type CloudBuildSourceListerExpansion added in v0.18.0

type CloudBuildSourceListerExpansion interface{}

CloudBuildSourceListerExpansion allows custom methods to be added to CloudBuildSourceLister.

type CloudBuildSourceNamespaceLister added in v0.18.0

type CloudBuildSourceNamespaceLister interface {
	// List lists all CloudBuildSources in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.CloudBuildSource, err error)
	// Get retrieves the CloudBuildSource from the indexer for a given namespace and name.
	Get(name string) (*v1.CloudBuildSource, error)
	CloudBuildSourceNamespaceListerExpansion
}

CloudBuildSourceNamespaceLister helps list and get CloudBuildSources.

type CloudBuildSourceNamespaceListerExpansion added in v0.18.0

type CloudBuildSourceNamespaceListerExpansion interface{}

CloudBuildSourceNamespaceListerExpansion allows custom methods to be added to CloudBuildSourceNamespaceLister.

type CloudPubSubSourceLister

type CloudPubSubSourceLister interface {
	// List lists all CloudPubSubSources in the indexer.
	List(selector labels.Selector) (ret []*v1.CloudPubSubSource, err error)
	// CloudPubSubSources returns an object that can list and get CloudPubSubSources.
	CloudPubSubSources(namespace string) CloudPubSubSourceNamespaceLister
	CloudPubSubSourceListerExpansion
}

CloudPubSubSourceLister helps list CloudPubSubSources.

func NewCloudPubSubSourceLister

func NewCloudPubSubSourceLister(indexer cache.Indexer) CloudPubSubSourceLister

NewCloudPubSubSourceLister returns a new CloudPubSubSourceLister.

type CloudPubSubSourceListerExpansion

type CloudPubSubSourceListerExpansion interface{}

CloudPubSubSourceListerExpansion allows custom methods to be added to CloudPubSubSourceLister.

type CloudPubSubSourceNamespaceLister

type CloudPubSubSourceNamespaceLister interface {
	// List lists all CloudPubSubSources in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.CloudPubSubSource, err error)
	// Get retrieves the CloudPubSubSource from the indexer for a given namespace and name.
	Get(name string) (*v1.CloudPubSubSource, error)
	CloudPubSubSourceNamespaceListerExpansion
}

CloudPubSubSourceNamespaceLister helps list and get CloudPubSubSources.

type CloudPubSubSourceNamespaceListerExpansion

type CloudPubSubSourceNamespaceListerExpansion interface{}

CloudPubSubSourceNamespaceListerExpansion allows custom methods to be added to CloudPubSubSourceNamespaceLister.

type CloudSchedulerSourceLister

type CloudSchedulerSourceLister interface {
	// List lists all CloudSchedulerSources in the indexer.
	List(selector labels.Selector) (ret []*v1.CloudSchedulerSource, err error)
	// CloudSchedulerSources returns an object that can list and get CloudSchedulerSources.
	CloudSchedulerSources(namespace string) CloudSchedulerSourceNamespaceLister
	CloudSchedulerSourceListerExpansion
}

CloudSchedulerSourceLister helps list CloudSchedulerSources.

func NewCloudSchedulerSourceLister

func NewCloudSchedulerSourceLister(indexer cache.Indexer) CloudSchedulerSourceLister

NewCloudSchedulerSourceLister returns a new CloudSchedulerSourceLister.

type CloudSchedulerSourceListerExpansion

type CloudSchedulerSourceListerExpansion interface{}

CloudSchedulerSourceListerExpansion allows custom methods to be added to CloudSchedulerSourceLister.

type CloudSchedulerSourceNamespaceLister

type CloudSchedulerSourceNamespaceLister interface {
	// List lists all CloudSchedulerSources in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.CloudSchedulerSource, err error)
	// Get retrieves the CloudSchedulerSource from the indexer for a given namespace and name.
	Get(name string) (*v1.CloudSchedulerSource, error)
	CloudSchedulerSourceNamespaceListerExpansion
}

CloudSchedulerSourceNamespaceLister helps list and get CloudSchedulerSources.

type CloudSchedulerSourceNamespaceListerExpansion

type CloudSchedulerSourceNamespaceListerExpansion interface{}

CloudSchedulerSourceNamespaceListerExpansion allows custom methods to be added to CloudSchedulerSourceNamespaceLister.

type CloudStorageSourceLister

type CloudStorageSourceLister interface {
	// List lists all CloudStorageSources in the indexer.
	List(selector labels.Selector) (ret []*v1.CloudStorageSource, err error)
	// CloudStorageSources returns an object that can list and get CloudStorageSources.
	CloudStorageSources(namespace string) CloudStorageSourceNamespaceLister
	CloudStorageSourceListerExpansion
}

CloudStorageSourceLister helps list CloudStorageSources.

func NewCloudStorageSourceLister

func NewCloudStorageSourceLister(indexer cache.Indexer) CloudStorageSourceLister

NewCloudStorageSourceLister returns a new CloudStorageSourceLister.

type CloudStorageSourceListerExpansion

type CloudStorageSourceListerExpansion interface{}

CloudStorageSourceListerExpansion allows custom methods to be added to CloudStorageSourceLister.

type CloudStorageSourceNamespaceLister

type CloudStorageSourceNamespaceLister interface {
	// List lists all CloudStorageSources in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.CloudStorageSource, err error)
	// Get retrieves the CloudStorageSource from the indexer for a given namespace and name.
	Get(name string) (*v1.CloudStorageSource, error)
	CloudStorageSourceNamespaceListerExpansion
}

CloudStorageSourceNamespaceLister helps list and get CloudStorageSources.

type CloudStorageSourceNamespaceListerExpansion

type CloudStorageSourceNamespaceListerExpansion interface{}

CloudStorageSourceNamespaceListerExpansion allows custom methods to be added to CloudStorageSourceNamespaceLister.

Jump to

Keyboard shortcuts

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