Versions in this module Expand all Collapse all v2 v2.1.1 Dec 22, 2021 v2.1.0 Dec 22, 2021 Changes in this version + func FromCells(cells []dataselect.DataCell) []batchv1beta1.CronJob + func GetCronJobEvents(client client.Interface, dsQuery *dataselect.DataSelectQuery, ...) (*common.EventList, error) + func GetCronJobJobs(client client.Interface, metricClient metricapi.MetricClient, ...) (*job.JobList, error) + func ToCells(std []batchv1beta1.CronJob) []dataselect.DataCell + func TriggerCronJob(client client.Interface, namespace, name string) error + type CronJob struct + Active int + ContainerImages []string + LastSchedule *metav1.Time + ObjectMeta api.ObjectMeta + Schedule string + Suspend *bool + TypeMeta api.TypeMeta + type CronJobCell batchv1beta1.CronJob + func (self CronJobCell) GetProperty(name dataselect.PropertyName) dataselect.ComparableValue + func (self CronJobCell) GetResourceSelector() *metricapi.ResourceSelector + type CronJobDetail struct + ConcurrencyPolicy string + Errors []error + StartingDeadLineSeconds *int64 + func GetCronJobDetail(client k8sClient.Interface, namespace, name string) (*CronJobDetail, error) + type CronJobList struct + CumulativeMetrics []metricapi.Metric + Errors []error + Items []CronJob + ListMeta api.ListMeta + Status common.ResourceStatus + func GetCronJobList(client client.Interface, nsQuery *common.NamespaceQuery, ...) (*CronJobList, error) + func GetCronJobListFromChannels(channels *common.ResourceChannels, dsQuery *dataselect.DataSelectQuery, ...) (*CronJobList, error)