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