MCPcopy
hub / github.com/koderover/zadig / CronJobItem

Interface CronJobItem

pkg/shared/kube/wrapper/cronjob.go:31–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29)
30
31type CronJobItem interface {
32 GetName() string
33 ImageInfos() []string
34 GetSchedule() string
35 GetSuspend() bool
36 GetActive() int
37 GetLastSchedule() string
38 GetAge() string
39 GetCreationTime() time.Time
40 GetAnnotations() map[string]string
41}
42
43type cronJob struct {
44 *batchv1.CronJob

Callers 15

GetApiDocV2Method · 0.65
recursePathMethod · 0.65
ListCronJobsFunction · 0.65
ListCronJobsFunction · 0.65
ListWorkloadsFunction · 0.65
ListCronJobsFunction · 0.65
ListCronJobsFunction · 0.65
ListJobsFunction · 0.65
ListWorkloadsFunction · 0.65
GetHelmServiceNameFunction · 0.65
cleanupClusterResourceFunction · 0.65

Implementers 1

cronJobpkg/shared/kube/wrapper/cronjob.go

Calls

no outgoing calls

Tested by

no test coverage detected