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.
Click to show internal directories.
Click to hide internal directories.