v1beta1

package
v0.0.0-...-4fc8c9b Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2023 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 ResolutionRequestLister

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

ResolutionRequestLister helps list ResolutionRequests. All objects returned here must be treated as read-only.

func NewResolutionRequestLister

func NewResolutionRequestLister(indexer cache.Indexer) ResolutionRequestLister

NewResolutionRequestLister returns a new ResolutionRequestLister.

type ResolutionRequestListerExpansion

type ResolutionRequestListerExpansion interface{}

ResolutionRequestListerExpansion allows custom methods to be added to ResolutionRequestLister.

type ResolutionRequestNamespaceLister

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

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

type ResolutionRequestNamespaceListerExpansion

type ResolutionRequestNamespaceListerExpansion interface{}

ResolutionRequestNamespaceListerExpansion allows custom methods to be added to ResolutionRequestNamespaceLister.

Jump to

Keyboard shortcuts

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