v1alpha1

package
v0.0.0-...-affaa53 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2019 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 ApplicationMappingLister

type ApplicationMappingLister interface {
	// List lists all ApplicationMappings in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.ApplicationMapping, err error)
	// ApplicationMappings returns an object that can list and get ApplicationMappings.
	ApplicationMappings(namespace string) ApplicationMappingNamespaceLister
	ApplicationMappingListerExpansion
}

ApplicationMappingLister helps list ApplicationMappings.

func NewApplicationMappingLister

func NewApplicationMappingLister(indexer cache.Indexer) ApplicationMappingLister

NewApplicationMappingLister returns a new ApplicationMappingLister.

type ApplicationMappingListerExpansion

type ApplicationMappingListerExpansion interface{}

ApplicationMappingListerExpansion allows custom methods to be added to ApplicationMappingLister.

type ApplicationMappingNamespaceLister

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

ApplicationMappingNamespaceLister helps list and get ApplicationMappings.

type ApplicationMappingNamespaceListerExpansion

type ApplicationMappingNamespaceListerExpansion interface{}

ApplicationMappingNamespaceListerExpansion allows custom methods to be added to ApplicationMappingNamespaceLister.

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