v1alpha1

package
v0.32.0-alpha.3 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2024 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 LeaseCandidateLister

type LeaseCandidateLister interface {
	// List lists all LeaseCandidates in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*coordinationv1alpha1.LeaseCandidate, err error)
	// LeaseCandidates returns an object that can list and get LeaseCandidates.
	LeaseCandidates(namespace string) LeaseCandidateNamespaceLister
	LeaseCandidateListerExpansion
}

LeaseCandidateLister helps list LeaseCandidates. All objects returned here must be treated as read-only.

func NewLeaseCandidateLister

func NewLeaseCandidateLister(indexer cache.Indexer) LeaseCandidateLister

NewLeaseCandidateLister returns a new LeaseCandidateLister.

type LeaseCandidateListerExpansion

type LeaseCandidateListerExpansion interface{}

LeaseCandidateListerExpansion allows custom methods to be added to LeaseCandidateLister.

type LeaseCandidateNamespaceLister

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

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

type LeaseCandidateNamespaceListerExpansion

type LeaseCandidateNamespaceListerExpansion interface{}

LeaseCandidateNamespaceListerExpansion allows custom methods to be added to LeaseCandidateNamespaceLister.

Jump to

Keyboard shortcuts

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