package
0.1.6
Repository: https://github.com/jacobtomlinson/krontab.git
Documentation: pkg.go.dev

# Functions

BuildCrontab constructs a string representation of Kubernetes CronJob resources in a crontab format.
EditCrontab generates the current crontab, allows the user to edit and then applies the changes.
ListCronJobs gets a list of Kubernetes CronJob resources.
ListCrontab generates the current crontab and shows it to the user.
ListKronJobs gets a list of Kubernetes CronJob resources in KronJob format.
ListRunning gets a list of the current running jobs.
ParseCrontab reads the crontab and parses it into jobs.
RunCronJob creates a new job for an existing cron job.
RunJob creates and runs a new job.

# Structs

KronJob represents a job.