v1

package
v0.0.0-...-87722f0 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 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 StudentLister

type StudentLister interface {
	// List lists all Students in the indexer.
	List(selector labels.Selector) (ret []*v1.Student, err error)
	// Students returns an object that can list and get Students.
	Students(namespace string) StudentNamespaceLister
	StudentListerExpansion
}

StudentLister helps list Students.

func NewStudentLister

func NewStudentLister(indexer cache.Indexer) StudentLister

NewStudentLister returns a new StudentLister.

type StudentListerExpansion

type StudentListerExpansion interface{}

StudentListerExpansion allows custom methods to be added to StudentLister.

type StudentNamespaceLister

type StudentNamespaceLister interface {
	// List lists all Students in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.Student, err error)
	// Get retrieves the Student from the indexer for a given namespace and name.
	Get(name string) (*v1.Student, error)
	StudentNamespaceListerExpansion
}

StudentNamespaceLister helps list and get Students.

type StudentNamespaceListerExpansion

type StudentNamespaceListerExpansion interface{}

StudentNamespaceListerExpansion allows custom methods to be added to StudentNamespaceLister.

Jump to

Keyboard shortcuts

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