v1beta1

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2022 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SuggestionLister

type SuggestionLister interface {
	// List lists all Suggestions in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.Suggestion, err error)
	// Suggestions returns an object that can list and get Suggestions.
	Suggestions(namespace string) SuggestionNamespaceLister
	SuggestionListerExpansion
}

SuggestionLister helps list Suggestions. All objects returned here must be treated as read-only.

func NewSuggestionLister

func NewSuggestionLister(indexer cache.Indexer) SuggestionLister

NewSuggestionLister returns a new SuggestionLister.

type SuggestionListerExpansion

type SuggestionListerExpansion interface{}

SuggestionListerExpansion allows custom methods to be added to SuggestionLister.

type SuggestionNamespaceLister

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

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

type SuggestionNamespaceListerExpansion

type SuggestionNamespaceListerExpansion interface{}

SuggestionNamespaceListerExpansion allows custom methods to be added to SuggestionNamespaceLister.

Jump to

Keyboard shortcuts

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