v1alpha1

package
v1.95.1 Latest Latest
Warning

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

Go to latest
Published: May 20, 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 CredentialsBindingLister

type CredentialsBindingLister interface {
	// List lists all CredentialsBindings in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.CredentialsBinding, err error)
	// CredentialsBindings returns an object that can list and get CredentialsBindings.
	CredentialsBindings(namespace string) CredentialsBindingNamespaceLister
	CredentialsBindingListerExpansion
}

CredentialsBindingLister helps list CredentialsBindings. All objects returned here must be treated as read-only.

func NewCredentialsBindingLister

func NewCredentialsBindingLister(indexer cache.Indexer) CredentialsBindingLister

NewCredentialsBindingLister returns a new CredentialsBindingLister.

type CredentialsBindingListerExpansion

type CredentialsBindingListerExpansion interface{}

CredentialsBindingListerExpansion allows custom methods to be added to CredentialsBindingLister.

type CredentialsBindingNamespaceLister

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

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

type CredentialsBindingNamespaceListerExpansion

type CredentialsBindingNamespaceListerExpansion interface{}

CredentialsBindingNamespaceListerExpansion allows custom methods to be added to CredentialsBindingNamespaceLister.

Jump to

Keyboard shortcuts

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