Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TZCronJobLister ¶
type TZCronJobLister interface { // List lists all TZCronJobs in the indexer. List(selector labels.Selector) (ret []*v1alpha1.TZCronJob, err error) // TZCronJobs returns an object that can list and get TZCronJobs. TZCronJobs(namespace string) TZCronJobNamespaceLister TZCronJobListerExpansion }
TZCronJobLister helps list TZCronJobs.
func NewTZCronJobLister ¶
func NewTZCronJobLister(indexer cache.Indexer) TZCronJobLister
NewTZCronJobLister returns a new TZCronJobLister.
type TZCronJobListerExpansion ¶
type TZCronJobListerExpansion interface{}
TZCronJobListerExpansion allows custom methods to be added to TZCronJobLister.
type TZCronJobNamespaceLister ¶
type TZCronJobNamespaceLister interface { // List lists all TZCronJobs in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.TZCronJob, err error) // Get retrieves the TZCronJob from the indexer for a given namespace and name. Get(name string) (*v1alpha1.TZCronJob, error) TZCronJobNamespaceListerExpansion }
TZCronJobNamespaceLister helps list and get TZCronJobs.
type TZCronJobNamespaceListerExpansion ¶
type TZCronJobNamespaceListerExpansion interface{}
TZCronJobNamespaceListerExpansion allows custom methods to be added to TZCronJobNamespaceLister.
Click to show internal directories.
Click to hide internal directories.