Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstanceInfoLister ¶
type InstanceInfoLister interface { // List lists all InstanceInfos in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1.InstanceInfo, err error) // InstanceInfos returns an object that can list and get InstanceInfos. InstanceInfos(namespace string) InstanceInfoNamespaceLister InstanceInfoListerExpansion }
InstanceInfoLister helps list InstanceInfos. All objects returned here must be treated as read-only.
func NewInstanceInfoLister ¶
func NewInstanceInfoLister(indexer cache.Indexer) InstanceInfoLister
NewInstanceInfoLister returns a new InstanceInfoLister.
type InstanceInfoListerExpansion ¶
type InstanceInfoListerExpansion interface{}
InstanceInfoListerExpansion allows custom methods to be added to InstanceInfoLister.
type InstanceInfoNamespaceLister ¶
type InstanceInfoNamespaceLister interface { // List lists all InstanceInfos in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1.InstanceInfo, err error) // Get retrieves the InstanceInfo from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1.InstanceInfo, error) InstanceInfoNamespaceListerExpansion }
InstanceInfoNamespaceLister helps list and get InstanceInfos. All objects returned here must be treated as read-only.
type InstanceInfoNamespaceListerExpansion ¶
type InstanceInfoNamespaceListerExpansion interface{}
InstanceInfoNamespaceListerExpansion allows custom methods to be added to InstanceInfoNamespaceLister.
type ShareInfoLister ¶
type ShareInfoLister interface { // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1.ShareInfo, err error) ShareInfos(namespace string) ShareInfoNamespaceLister ShareInfoListerExpansion }
ShareInfoLister helps list ShareInfos. All objects returned here must be treated as read-only.
func NewShareInfoLister ¶
func NewShareInfoLister(indexer cache.Indexer) ShareInfoLister
NewShareInfoLister returns a new ShareInfoLister.
type ShareInfoListerExpansion ¶
type ShareInfoListerExpansion interface{}
ShareInfoListerExpansion allows custom methods to be added to ShareInfoLister.
type ShareInfoNamespaceLister ¶
type ShareInfoNamespaceLister interface { // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1.ShareInfo, err error) // Objects returned here must be treated as read-only. Get(name string) (*v1.ShareInfo, error) ShareInfoNamespaceListerExpansion }
ShareInfoNamespaceLister helps list and get ShareInfos. All objects returned here must be treated as read-only.
type ShareInfoNamespaceListerExpansion ¶
type ShareInfoNamespaceListerExpansion interface{}
ShareInfoNamespaceListerExpansion allows custom methods to be added to ShareInfoNamespaceLister.