v1alpha1

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Oct 28, 2021 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 ContactsContactLister

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

ContactsContactLister helps list ContactsContacts. All objects returned here must be treated as read-only.

func NewContactsContactLister

func NewContactsContactLister(indexer cache.Indexer) ContactsContactLister

NewContactsContactLister returns a new ContactsContactLister.

type ContactsContactListerExpansion

type ContactsContactListerExpansion interface{}

ContactsContactListerExpansion allows custom methods to be added to ContactsContactLister.

type ContactsContactNamespaceLister

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

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

type ContactsContactNamespaceListerExpansion

type ContactsContactNamespaceListerExpansion interface{}

ContactsContactNamespaceListerExpansion allows custom methods to be added to ContactsContactNamespaceLister.

Jump to

Keyboard shortcuts

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