v1alpha1

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2021 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 LicenseLister

type LicenseLister interface {
	// List lists all Licenses in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.License, err error)
	// Licenses returns an object that can list and get Licenses.
	Licenses(namespace string) LicenseNamespaceLister
	LicenseListerExpansion
}

LicenseLister helps list Licenses. All objects returned here must be treated as read-only.

func NewLicenseLister

func NewLicenseLister(indexer cache.Indexer) LicenseLister

NewLicenseLister returns a new LicenseLister.

type LicenseListerExpansion

type LicenseListerExpansion interface{}

LicenseListerExpansion allows custom methods to be added to LicenseLister.

type LicenseNamespaceLister

type LicenseNamespaceLister interface {
	// List lists all Licenses in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.License, err error)
	// Get retrieves the License from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.License, error)
	LicenseNamespaceListerExpansion
}

LicenseNamespaceLister helps list and get Licenses. All objects returned here must be treated as read-only.

type LicenseNamespaceListerExpansion

type LicenseNamespaceListerExpansion interface{}

LicenseNamespaceListerExpansion allows custom methods to be added to LicenseNamespaceLister.

Jump to

Keyboard shortcuts

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