internalversion

package
v0.0.0-...-be4dc66 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2019 License: Apache-2.0, BSD-2-Clause, MIT, + 1 more Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ControllerInstallationLister

type ControllerInstallationLister interface {
	// List lists all ControllerInstallations in the indexer.
	List(selector labels.Selector) (ret []*core.ControllerInstallation, err error)
	// Get retrieves the ControllerInstallation from the index for a given name.
	Get(name string) (*core.ControllerInstallation, error)
	ControllerInstallationListerExpansion
}

ControllerInstallationLister helps list ControllerInstallations.

func NewControllerInstallationLister

func NewControllerInstallationLister(indexer cache.Indexer) ControllerInstallationLister

NewControllerInstallationLister returns a new ControllerInstallationLister.

type ControllerInstallationListerExpansion

type ControllerInstallationListerExpansion interface{}

ControllerInstallationListerExpansion allows custom methods to be added to ControllerInstallationLister.

type ControllerRegistrationLister

type ControllerRegistrationLister interface {
	// List lists all ControllerRegistrations in the indexer.
	List(selector labels.Selector) (ret []*core.ControllerRegistration, err error)
	// Get retrieves the ControllerRegistration from the index for a given name.
	Get(name string) (*core.ControllerRegistration, error)
	ControllerRegistrationListerExpansion
}

ControllerRegistrationLister helps list ControllerRegistrations.

func NewControllerRegistrationLister

func NewControllerRegistrationLister(indexer cache.Indexer) ControllerRegistrationLister

NewControllerRegistrationLister returns a new ControllerRegistrationLister.

type ControllerRegistrationListerExpansion

type ControllerRegistrationListerExpansion interface{}

ControllerRegistrationListerExpansion allows custom methods to be added to ControllerRegistrationLister.

Jump to

Keyboard shortcuts

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