Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstaScaleLister ¶
type InstaScaleLister interface { // List lists all InstaScales in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.InstaScale, err error) // InstaScales returns an object that can list and get InstaScales. InstaScales(namespace string) InstaScaleNamespaceLister InstaScaleListerExpansion }
InstaScaleLister helps list InstaScales. All objects returned here must be treated as read-only.
func NewInstaScaleLister ¶
func NewInstaScaleLister(indexer cache.Indexer) InstaScaleLister
NewInstaScaleLister returns a new InstaScaleLister.
type InstaScaleListerExpansion ¶
type InstaScaleListerExpansion interface{}
InstaScaleListerExpansion allows custom methods to be added to InstaScaleLister.
type InstaScaleNamespaceLister ¶
type InstaScaleNamespaceLister interface { // List lists all InstaScales in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.InstaScale, err error) // Get retrieves the InstaScale from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.InstaScale, error) InstaScaleNamespaceListerExpansion }
InstaScaleNamespaceLister helps list and get InstaScales. All objects returned here must be treated as read-only.
type InstaScaleNamespaceListerExpansion ¶
type InstaScaleNamespaceListerExpansion interface{}
InstaScaleNamespaceListerExpansion allows custom methods to be added to InstaScaleNamespaceLister.
type MCADLister ¶
type MCADLister interface { // List lists all MCADs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.MCAD, err error) // MCADs returns an object that can list and get MCADs. MCADs(namespace string) MCADNamespaceLister MCADListerExpansion }
MCADLister helps list MCADs. All objects returned here must be treated as read-only.
func NewMCADLister ¶
func NewMCADLister(indexer cache.Indexer) MCADLister
NewMCADLister returns a new MCADLister.
type MCADListerExpansion ¶
type MCADListerExpansion interface{}
MCADListerExpansion allows custom methods to be added to MCADLister.
type MCADNamespaceLister ¶
type MCADNamespaceLister interface { // List lists all MCADs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.MCAD, err error) // Get retrieves the MCAD from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.MCAD, error) MCADNamespaceListerExpansion }
MCADNamespaceLister helps list and get MCADs. All objects returned here must be treated as read-only.
type MCADNamespaceListerExpansion ¶
type MCADNamespaceListerExpansion interface{}
MCADNamespaceListerExpansion allows custom methods to be added to MCADNamespaceLister.