Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttachmentLister ¶
type AttachmentLister interface { // List lists all Attachments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Attachment, err error) // Attachments returns an object that can list and get Attachments. Attachments(namespace string) AttachmentNamespaceLister AttachmentListerExpansion }
AttachmentLister helps list Attachments. All objects returned here must be treated as read-only.
func NewAttachmentLister ¶
func NewAttachmentLister(indexer cache.Indexer) AttachmentLister
NewAttachmentLister returns a new AttachmentLister.
type AttachmentListerExpansion ¶
type AttachmentListerExpansion interface{}
AttachmentListerExpansion allows custom methods to be added to AttachmentLister.
type AttachmentNamespaceLister ¶
type AttachmentNamespaceLister interface { // List lists all Attachments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Attachment, err error) // Get retrieves the Attachment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Attachment, error) AttachmentNamespaceListerExpansion }
AttachmentNamespaceLister helps list and get Attachments. All objects returned here must be treated as read-only.
type AttachmentNamespaceListerExpansion ¶
type AttachmentNamespaceListerExpansion interface{}
AttachmentNamespaceListerExpansion allows custom methods to be added to AttachmentNamespaceLister.
type HavipLister ¶
type HavipLister interface { // List lists all Havips in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Havip, err error) // Havips returns an object that can list and get Havips. Havips(namespace string) HavipNamespaceLister HavipListerExpansion }
HavipLister helps list Havips. All objects returned here must be treated as read-only.
func NewHavipLister ¶
func NewHavipLister(indexer cache.Indexer) HavipLister
NewHavipLister returns a new HavipLister.
type HavipListerExpansion ¶
type HavipListerExpansion interface{}
HavipListerExpansion allows custom methods to be added to HavipLister.
type HavipNamespaceLister ¶
type HavipNamespaceLister interface { // List lists all Havips in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Havip, err error) // Get retrieves the Havip from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Havip, error) HavipNamespaceListerExpansion }
HavipNamespaceLister helps list and get Havips. All objects returned here must be treated as read-only.
type HavipNamespaceListerExpansion ¶
type HavipNamespaceListerExpansion interface{}
HavipNamespaceListerExpansion allows custom methods to be added to HavipNamespaceLister.