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 []*v1.Project, err error) // Get retrieves the Project from the index for a given name. Get(name string) (*v1.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.
Click to show internal directories.
Click to hide internal directories.