internalversion

package
v3.8.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Feb 26, 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 ProjectLister

type ProjectLister interface {
	// List lists all Projects in the indexer.
	List(selector labels.Selector) (ret []*project.Project, err error)
	// Get retrieves the Project from the index for a given name.
	Get(name string) (*project.Project, error)
	ProjectListerExpansion
}

ProjectLister helps list Projects.

func NewProjectLister

func NewProjectLister(indexer cache.Indexer) ProjectLister

NewProjectLister returns a new ProjectLister.

type ProjectListerExpansion

type ProjectListerExpansion interface{}

ProjectListerExpansion allows custom methods to be added to ProjectLister.

Jump to

Keyboard shortcuts

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