v1

package
v0.1.0-rc4 Latest Latest
Warning

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

Go to latest
Published: May 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 GitModuleLister

type GitModuleLister interface {
	// List lists all GitModules in the indexer.
	List(selector labels.Selector) (ret []*v1.GitModule, err error)
	// GitModules returns an object that can list and get GitModules.
	GitModules(namespace string) GitModuleNamespaceLister
	GitModuleListerExpansion
}

GitModuleLister helps list GitModules.

func NewGitModuleLister

func NewGitModuleLister(indexer cache.Indexer) GitModuleLister

NewGitModuleLister returns a new GitModuleLister.

type GitModuleListerExpansion

type GitModuleListerExpansion interface{}

GitModuleListerExpansion allows custom methods to be added to GitModuleLister.

type GitModuleNamespaceLister

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

GitModuleNamespaceLister helps list and get GitModules.

type GitModuleNamespaceListerExpansion

type GitModuleNamespaceListerExpansion interface{}

GitModuleNamespaceListerExpansion allows custom methods to be added to GitModuleNamespaceLister.

Jump to

Keyboard shortcuts

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