CronJob represents a cronjob K8s resource.
| 30 | |
| 31 | // CronJob represents a cronjob K8s resource. |
| 32 | type CronJob struct { |
| 33 | Generic |
| 34 | } |
| 35 | |
| 36 | // ListImages lists container images. |
| 37 | func (c *CronJob) ListImages(_ context.Context, fqn string) ([]string, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected