v1

package
v0.0.0-...-5d42de7 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2020 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 BlackduckLister

type BlackduckLister interface {
	// List lists all Blackducks in the indexer.
	List(selector labels.Selector) (ret []*v1.Blackduck, err error)
	// Blackducks returns an object that can list and get Blackducks.
	Blackducks(namespace string) BlackduckNamespaceLister
	BlackduckListerExpansion
}

BlackduckLister helps list Blackducks.

func NewBlackduckLister

func NewBlackduckLister(indexer cache.Indexer) BlackduckLister

NewBlackduckLister returns a new BlackduckLister.

type BlackduckListerExpansion

type BlackduckListerExpansion interface{}

BlackduckListerExpansion allows custom methods to be added to BlackduckLister.

type BlackduckNamespaceLister

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

BlackduckNamespaceLister helps list and get Blackducks.

type BlackduckNamespaceListerExpansion

type BlackduckNamespaceListerExpansion interface{}

BlackduckNamespaceListerExpansion allows custom methods to be added to BlackduckNamespaceLister.

Jump to

Keyboard shortcuts

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