Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceAttachmentLister ¶
type ServiceAttachmentLister interface { // List lists all ServiceAttachments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1.ServiceAttachment, err error) // ServiceAttachments returns an object that can list and get ServiceAttachments. ServiceAttachments(namespace string) ServiceAttachmentNamespaceLister ServiceAttachmentListerExpansion }
ServiceAttachmentLister helps list ServiceAttachments. All objects returned here must be treated as read-only.
func NewServiceAttachmentLister ¶
func NewServiceAttachmentLister(indexer cache.Indexer) ServiceAttachmentLister
NewServiceAttachmentLister returns a new ServiceAttachmentLister.
type ServiceAttachmentListerExpansion ¶
type ServiceAttachmentListerExpansion interface{}
ServiceAttachmentListerExpansion allows custom methods to be added to ServiceAttachmentLister.
type ServiceAttachmentNamespaceLister ¶
type ServiceAttachmentNamespaceLister interface { // List lists all ServiceAttachments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1.ServiceAttachment, err error) // Get retrieves the ServiceAttachment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1.ServiceAttachment, error) ServiceAttachmentNamespaceListerExpansion }
ServiceAttachmentNamespaceLister helps list and get ServiceAttachments. All objects returned here must be treated as read-only.
type ServiceAttachmentNamespaceListerExpansion ¶
type ServiceAttachmentNamespaceListerExpansion interface{}
ServiceAttachmentNamespaceListerExpansion allows custom methods to be added to ServiceAttachmentNamespaceLister.
Click to show internal directories.
Click to hide internal directories.