v1alpha1

package
v0.8.2 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2022 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 APIResourceImportLister

type APIResourceImportLister interface {
	// List lists all APIResourceImports in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.APIResourceImport, err error)
	// Get retrieves the APIResourceImport from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.APIResourceImport, error)
	APIResourceImportListerExpansion
}

APIResourceImportLister helps list APIResourceImports. All objects returned here must be treated as read-only.

func NewAPIResourceImportLister

func NewAPIResourceImportLister(indexer cache.Indexer) APIResourceImportLister

NewAPIResourceImportLister returns a new APIResourceImportLister.

type APIResourceImportListerExpansion

type APIResourceImportListerExpansion interface{}

APIResourceImportListerExpansion allows custom methods to be added to APIResourceImportLister.

type NegotiatedAPIResourceLister

type NegotiatedAPIResourceLister interface {
	// List lists all NegotiatedAPIResources in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.NegotiatedAPIResource, err error)
	// Get retrieves the NegotiatedAPIResource from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.NegotiatedAPIResource, error)
	NegotiatedAPIResourceListerExpansion
}

NegotiatedAPIResourceLister helps list NegotiatedAPIResources. All objects returned here must be treated as read-only.

func NewNegotiatedAPIResourceLister

func NewNegotiatedAPIResourceLister(indexer cache.Indexer) NegotiatedAPIResourceLister

NewNegotiatedAPIResourceLister returns a new NegotiatedAPIResourceLister.

type NegotiatedAPIResourceListerExpansion

type NegotiatedAPIResourceListerExpansion interface{}

NegotiatedAPIResourceListerExpansion allows custom methods to be added to NegotiatedAPIResourceLister.

Jump to

Keyboard shortcuts

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