Versions in this module Expand all Collapse all v1 v1.6.20 Aug 17, 2022 Changes in this version + var CronJobKind = resource.Kind + var CronJobResource = resource.Type + type Client interface + func NewClient(resources resource.Client, filter resource.Filter) Client + type CronJob struct + Object *batchv1beta1.CronJob + func NewCronJob(cronJob *batchv1beta1.CronJob, client resource.Client) *CronJob + func (r *CronJob) Delete(ctx context.Context) error + type CronJobsClient interface + CronJobs func() CronJobsReader + func NewCronJobsClient(resources resource.Client, filter resource.Filter) CronJobsClient + type CronJobsReader interface + Get func(ctx context.Context, name string) (*CronJob, error) + List func(ctx context.Context) ([]*CronJob, error) + func NewCronJobsReader(client resource.Client, filter resource.Filter) CronJobsReader