Documentation ¶
Index ¶
- type SubContactLister
- type SubContactListerExpansion
- type SubContactNamespaceLister
- type SubContactNamespaceListerExpansion
- type SubSubscriptionLister
- type SubSubscriptionListerExpansion
- type SubSubscriptionNamespaceLister
- type SubSubscriptionNamespaceListerExpansion
- type SubWebhookLister
- type SubWebhookListerExpansion
- type SubWebhookNamespaceLister
- type SubWebhookNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SubContactLister ¶
type SubContactLister interface { // List lists all SubContacts in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SubContact, err error) // SubContacts returns an object that can list and get SubContacts. SubContacts(namespace string) SubContactNamespaceLister SubContactListerExpansion }
SubContactLister helps list SubContacts. All objects returned here must be treated as read-only.
func NewSubContactLister ¶
func NewSubContactLister(indexer cache.Indexer) SubContactLister
NewSubContactLister returns a new SubContactLister.
type SubContactListerExpansion ¶
type SubContactListerExpansion interface{}
SubContactListerExpansion allows custom methods to be added to SubContactLister.
type SubContactNamespaceLister ¶
type SubContactNamespaceLister interface { // List lists all SubContacts in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SubContact, err error) // Get retrieves the SubContact from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SubContact, error) SubContactNamespaceListerExpansion }
SubContactNamespaceLister helps list and get SubContacts. All objects returned here must be treated as read-only.
type SubContactNamespaceListerExpansion ¶
type SubContactNamespaceListerExpansion interface{}
SubContactNamespaceListerExpansion allows custom methods to be added to SubContactNamespaceLister.
type SubSubscriptionLister ¶
type SubSubscriptionLister interface { // List lists all SubSubscriptions in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SubSubscription, err error) // SubSubscriptions returns an object that can list and get SubSubscriptions. SubSubscriptions(namespace string) SubSubscriptionNamespaceLister SubSubscriptionListerExpansion }
SubSubscriptionLister helps list SubSubscriptions. All objects returned here must be treated as read-only.
func NewSubSubscriptionLister ¶
func NewSubSubscriptionLister(indexer cache.Indexer) SubSubscriptionLister
NewSubSubscriptionLister returns a new SubSubscriptionLister.
type SubSubscriptionListerExpansion ¶
type SubSubscriptionListerExpansion interface{}
SubSubscriptionListerExpansion allows custom methods to be added to SubSubscriptionLister.
type SubSubscriptionNamespaceLister ¶
type SubSubscriptionNamespaceLister interface { // List lists all SubSubscriptions in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SubSubscription, err error) // Get retrieves the SubSubscription from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SubSubscription, error) SubSubscriptionNamespaceListerExpansion }
SubSubscriptionNamespaceLister helps list and get SubSubscriptions. All objects returned here must be treated as read-only.
type SubSubscriptionNamespaceListerExpansion ¶
type SubSubscriptionNamespaceListerExpansion interface{}
SubSubscriptionNamespaceListerExpansion allows custom methods to be added to SubSubscriptionNamespaceLister.
type SubWebhookLister ¶ added in v0.5.0
type SubWebhookLister interface { // List lists all SubWebhooks in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SubWebhook, err error) // SubWebhooks returns an object that can list and get SubWebhooks. SubWebhooks(namespace string) SubWebhookNamespaceLister SubWebhookListerExpansion }
SubWebhookLister helps list SubWebhooks. All objects returned here must be treated as read-only.
func NewSubWebhookLister ¶ added in v0.5.0
func NewSubWebhookLister(indexer cache.Indexer) SubWebhookLister
NewSubWebhookLister returns a new SubWebhookLister.
type SubWebhookListerExpansion ¶ added in v0.5.0
type SubWebhookListerExpansion interface{}
SubWebhookListerExpansion allows custom methods to be added to SubWebhookLister.
type SubWebhookNamespaceLister ¶ added in v0.5.0
type SubWebhookNamespaceLister interface { // List lists all SubWebhooks in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SubWebhook, err error) // Get retrieves the SubWebhook from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SubWebhook, error) SubWebhookNamespaceListerExpansion }
SubWebhookNamespaceLister helps list and get SubWebhooks. All objects returned here must be treated as read-only.
type SubWebhookNamespaceListerExpansion ¶ added in v0.5.0
type SubWebhookNamespaceListerExpansion interface{}
SubWebhookNamespaceListerExpansion allows custom methods to be added to SubWebhookNamespaceLister.