v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2018 License: Apache-2.0 Imports: 4 Imported by: 39

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventActivationLister

type EventActivationLister interface {
	// List lists all EventActivations in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.EventActivation, err error)
	// EventActivations returns an object that can list and get EventActivations.
	EventActivations(namespace string) EventActivationNamespaceLister
	EventActivationListerExpansion
}

EventActivationLister helps list EventActivations.

func NewEventActivationLister

func NewEventActivationLister(indexer cache.Indexer) EventActivationLister

NewEventActivationLister returns a new EventActivationLister.

type EventActivationListerExpansion

type EventActivationListerExpansion interface{}

EventActivationListerExpansion allows custom methods to be added to EventActivationLister.

type EventActivationNamespaceLister

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

EventActivationNamespaceLister helps list and get EventActivations.

type EventActivationNamespaceListerExpansion

type EventActivationNamespaceListerExpansion interface{}

EventActivationNamespaceListerExpansion allows custom methods to be added to EventActivationNamespaceLister.

Jump to

Keyboard shortcuts

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