Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SharePodLister ¶
type SharePodLister interface { labels.Selector) (ret []*v1.SharePod, err error) SharePods(namespace string) SharePodNamespaceLister SharePodListerExpansion }List(selector
SharePodLister helps list SharePods.
func NewSharePodLister ¶
func NewSharePodLister(indexer cache.Indexer) SharePodLister
NewSharePodLister returns a new SharePodLister.
type SharePodListerExpansion ¶
type SharePodListerExpansion interface{}
SharePodListerExpansion allows custom methods to be added to SharePodLister.
type SharePodNamespaceLister ¶
type SharePodNamespaceLister interface { labels.Selector) (ret []*v1.SharePod, err error) Get(name string) (*v1.SharePod, error) SharePodNamespaceListerExpansion }List(selector
SharePodNamespaceLister helps list and get SharePods.
type SharePodNamespaceListerExpansion ¶
type SharePodNamespaceListerExpansion interface{}
SharePodNamespaceListerExpansion allows custom methods to be added to SharePodNamespaceLister.
Click to show internal directories.
Click to hide internal directories.