Documentation
¶
Index ¶
- type CloudAuditLogsSourceLister
- type CloudAuditLogsSourceListerExpansion
- type CloudAuditLogsSourceNamespaceLister
- type CloudAuditLogsSourceNamespaceListerExpansion
- type CloudBuildSourceLister
- type CloudBuildSourceListerExpansion
- type CloudBuildSourceNamespaceLister
- type CloudBuildSourceNamespaceListerExpansion
- type CloudPubSubSourceLister
- type CloudPubSubSourceListerExpansion
- type CloudPubSubSourceNamespaceLister
- type CloudPubSubSourceNamespaceListerExpansion
- type CloudSchedulerSourceLister
- type CloudSchedulerSourceListerExpansion
- type CloudSchedulerSourceNamespaceLister
- type CloudSchedulerSourceNamespaceListerExpansion
- type CloudStorageSourceLister
- type CloudStorageSourceListerExpansion
- type CloudStorageSourceNamespaceLister
- type CloudStorageSourceNamespaceListerExpansion
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 []*v1beta1.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 []*v1beta1.CloudAuditLogsSource, err error)
// Get retrieves the CloudAuditLogsSource from the indexer for a given namespace and name.
Get(name string) (*v1beta1.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.16.0
type CloudBuildSourceLister interface {
// List lists all CloudBuildSources in the indexer.
List(selector labels.Selector) (ret []*v1beta1.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.16.0
func NewCloudBuildSourceLister(indexer cache.Indexer) CloudBuildSourceLister
NewCloudBuildSourceLister returns a new CloudBuildSourceLister.
type CloudBuildSourceListerExpansion ¶ added in v0.16.0
type CloudBuildSourceListerExpansion interface{}
CloudBuildSourceListerExpansion allows custom methods to be added to CloudBuildSourceLister.
type CloudBuildSourceNamespaceLister ¶ added in v0.16.0
type CloudBuildSourceNamespaceLister interface {
// List lists all CloudBuildSources in the indexer for a given namespace.
List(selector labels.Selector) (ret []*v1beta1.CloudBuildSource, err error)
// Get retrieves the CloudBuildSource from the indexer for a given namespace and name.
Get(name string) (*v1beta1.CloudBuildSource, error)
CloudBuildSourceNamespaceListerExpansion
}
CloudBuildSourceNamespaceLister helps list and get CloudBuildSources.
type CloudBuildSourceNamespaceListerExpansion ¶ added in v0.16.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 []*v1beta1.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 []*v1beta1.CloudPubSubSource, err error)
// Get retrieves the CloudPubSubSource from the indexer for a given namespace and name.
Get(name string) (*v1beta1.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 []*v1beta1.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 []*v1beta1.CloudSchedulerSource, err error)
// Get retrieves the CloudSchedulerSource from the indexer for a given namespace and name.
Get(name string) (*v1beta1.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 []*v1beta1.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 []*v1beta1.CloudStorageSource, err error)
// Get retrieves the CloudStorageSource from the indexer for a given namespace and name.
Get(name string) (*v1beta1.CloudStorageSource, error)
CloudStorageSourceNamespaceListerExpansion
}
CloudStorageSourceNamespaceLister helps list and get CloudStorageSources.
type CloudStorageSourceNamespaceListerExpansion ¶
type CloudStorageSourceNamespaceListerExpansion interface{}
CloudStorageSourceNamespaceListerExpansion allows custom methods to be added to CloudStorageSourceNamespaceLister.