v1alpha1

package
v0.0.0-...-d5b48cf Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2018 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 ClusterEventSourceLister

type ClusterEventSourceLister interface {
	// List lists all ClusterEventSources in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.ClusterEventSource, err error)
	// Get retrieves the ClusterEventSource from the index for a given name.
	Get(name string) (*v1alpha1.ClusterEventSource, error)
	ClusterEventSourceListerExpansion
}

ClusterEventSourceLister helps list ClusterEventSources.

func NewClusterEventSourceLister

func NewClusterEventSourceLister(indexer cache.Indexer) ClusterEventSourceLister

NewClusterEventSourceLister returns a new ClusterEventSourceLister.

type ClusterEventSourceListerExpansion

type ClusterEventSourceListerExpansion interface{}

ClusterEventSourceListerExpansion allows custom methods to be added to ClusterEventSourceLister.

type ClusterEventTypeLister

type ClusterEventTypeLister interface {
	// List lists all ClusterEventTypes in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.ClusterEventType, err error)
	// Get retrieves the ClusterEventType from the index for a given name.
	Get(name string) (*v1alpha1.ClusterEventType, error)
	ClusterEventTypeListerExpansion
}

ClusterEventTypeLister helps list ClusterEventTypes.

func NewClusterEventTypeLister

func NewClusterEventTypeLister(indexer cache.Indexer) ClusterEventTypeLister

NewClusterEventTypeLister returns a new ClusterEventTypeLister.

type ClusterEventTypeListerExpansion

type ClusterEventTypeListerExpansion interface{}

ClusterEventTypeListerExpansion allows custom methods to be added to ClusterEventTypeLister.

type EventSourceLister

type EventSourceLister interface {
	// List lists all EventSources in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.EventSource, err error)
	// EventSources returns an object that can list and get EventSources.
	EventSources(namespace string) EventSourceNamespaceLister
	EventSourceListerExpansion
}

EventSourceLister helps list EventSources.

func NewEventSourceLister

func NewEventSourceLister(indexer cache.Indexer) EventSourceLister

NewEventSourceLister returns a new EventSourceLister.

type EventSourceListerExpansion

type EventSourceListerExpansion interface{}

EventSourceListerExpansion allows custom methods to be added to EventSourceLister.

type EventSourceNamespaceLister

type EventSourceNamespaceLister interface {
	// List lists all EventSources in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.EventSource, err error)
	// Get retrieves the EventSource from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.EventSource, error)
	EventSourceNamespaceListerExpansion
}

EventSourceNamespaceLister helps list and get EventSources.

type EventSourceNamespaceListerExpansion

type EventSourceNamespaceListerExpansion interface{}

EventSourceNamespaceListerExpansion allows custom methods to be added to EventSourceNamespaceLister.

type EventTypeLister

type EventTypeLister interface {
	// List lists all EventTypes in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.EventType, err error)
	// EventTypes returns an object that can list and get EventTypes.
	EventTypes(namespace string) EventTypeNamespaceLister
	EventTypeListerExpansion
}

EventTypeLister helps list EventTypes.

func NewEventTypeLister

func NewEventTypeLister(indexer cache.Indexer) EventTypeLister

NewEventTypeLister returns a new EventTypeLister.

type EventTypeListerExpansion

type EventTypeListerExpansion interface{}

EventTypeListerExpansion allows custom methods to be added to EventTypeLister.

type EventTypeNamespaceLister

type EventTypeNamespaceLister interface {
	// List lists all EventTypes in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.EventType, err error)
	// Get retrieves the EventType from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.EventType, error)
	EventTypeNamespaceListerExpansion
}

EventTypeNamespaceLister helps list and get EventTypes.

type EventTypeNamespaceListerExpansion

type EventTypeNamespaceListerExpansion interface{}

EventTypeNamespaceListerExpansion allows custom methods to be added to EventTypeNamespaceLister.

type FeedLister

type FeedLister interface {
	// List lists all Feeds in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Feed, err error)
	// Feeds returns an object that can list and get Feeds.
	Feeds(namespace string) FeedNamespaceLister
	FeedListerExpansion
}

FeedLister helps list Feeds.

func NewFeedLister

func NewFeedLister(indexer cache.Indexer) FeedLister

NewFeedLister returns a new FeedLister.

type FeedListerExpansion

type FeedListerExpansion interface{}

FeedListerExpansion allows custom methods to be added to FeedLister.

type FeedNamespaceLister

type FeedNamespaceLister interface {
	// List lists all Feeds in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.Feed, err error)
	// Get retrieves the Feed from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Feed, error)
	FeedNamespaceListerExpansion
}

FeedNamespaceLister helps list and get Feeds.

type FeedNamespaceListerExpansion

type FeedNamespaceListerExpansion interface{}

FeedNamespaceListerExpansion allows custom methods to be added to FeedNamespaceLister.

Jump to

Keyboard shortcuts

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