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: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EnvironmentMappingLister

type EnvironmentMappingLister interface {
	// List lists all EnvironmentMappings in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.EnvironmentMapping, err error)
	// EnvironmentMappings returns an object that can list and get EnvironmentMappings.
	EnvironmentMappings(namespace string) EnvironmentMappingNamespaceLister
	EnvironmentMappingListerExpansion
}

EnvironmentMappingLister helps list EnvironmentMappings.

func NewEnvironmentMappingLister

func NewEnvironmentMappingLister(indexer cache.Indexer) EnvironmentMappingLister

NewEnvironmentMappingLister returns a new EnvironmentMappingLister.

type EnvironmentMappingListerExpansion

type EnvironmentMappingListerExpansion interface{}

EnvironmentMappingListerExpansion allows custom methods to be added to EnvironmentMappingLister.

type EnvironmentMappingNamespaceLister

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

EnvironmentMappingNamespaceLister helps list and get EnvironmentMappings.

type EnvironmentMappingNamespaceListerExpansion

type EnvironmentMappingNamespaceListerExpansion interface{}

EnvironmentMappingNamespaceListerExpansion allows custom methods to be added to EnvironmentMappingNamespaceLister.

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.

type RemoteEnvironmentLister

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

RemoteEnvironmentLister helps list RemoteEnvironments.

func NewRemoteEnvironmentLister

func NewRemoteEnvironmentLister(indexer cache.Indexer) RemoteEnvironmentLister

NewRemoteEnvironmentLister returns a new RemoteEnvironmentLister.

type RemoteEnvironmentListerExpansion

type RemoteEnvironmentListerExpansion interface{}

RemoteEnvironmentListerExpansion allows custom methods to be added to RemoteEnvironmentLister.

Jump to

Keyboard shortcuts

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