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 []*v1alpha1.InstanceInfo, err error) // Get retrieves the InstanceInfo from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.InstanceInfo, error) 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 ShareInfoLister ¶
type ShareInfoLister interface { // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ShareInfo, err error) // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ShareInfo, error) 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.
Click to show internal directories.
Click to hide internal directories.