v1beta1

package
v0.0.0-...-a991c86 Latest Latest
Warning

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

Go to latest
Published: Sep 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 CrdLister

type CrdLister interface {
	// List lists all Crds in the indexer.
	List(selector labels.Selector) (ret []*v1beta1.Crd, err error)
	// Get retrieves the Crd from the index for a given name.
	Get(name string) (*v1beta1.Crd, error)
	CrdListerExpansion
}

CrdLister helps list Crds.

func NewCrdLister

func NewCrdLister(indexer cache.Indexer) CrdLister

NewCrdLister returns a new CrdLister.

type CrdListerExpansion

type CrdListerExpansion interface{}

CrdListerExpansion allows custom methods to be added to CrdLister.

Jump to

Keyboard shortcuts

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