MCPcopy
hub / github.com/derailed/k9s / CronJob

Struct CronJob

internal/dao/cronjob.go:32–34  ·  view source on GitHub ↗

CronJob represents a cronjob K8s resource.

Source from the content-addressed store, hash-verified

30
31// CronJob represents a cronjob K8s resource.
32type CronJob struct {
33 Generic
34}
35
36// ListImages lists container images.
37func (c *CronJob) ListImages(_ context.Context, fqn string) ([]string, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected