Versions in this module Expand all Collapse all v0 v0.3.0 Feb 21, 2020 Changes in this version + const Creation + const Failed + const JobType + const Level0 + const Level1 + const Level2 + const Min + const Name + const Namespace + const Pending + const Phase + const Replicas + const RetryCount + const Running + const Scheduler + const Succeeded + const Terminating + const Unknown + const Version + func DeleteJob() error + func GetEvents(config *rest.Config, job *v1alpha1.Job) []coreV1.Event + func HumanDuration(d time.Duration) string + func InitDeleteFlags(cmd *cobra.Command) + func InitListFlags(cmd *cobra.Command) + func InitResumeFlags(cmd *cobra.Command) + func InitRunFlags(cmd *cobra.Command) + func InitSuspendFlags(cmd *cobra.Command) + func InitViewFlags(cmd *cobra.Command) + func ListJobs() error + func PrintEvents(events []coreV1.Event, writer io.Writer) + func PrintJobInfo(job *v1alpha1.Job, writer io.Writer) + func PrintJobs(jobs *v1alpha1.JobList, writer io.Writer) + func ResumeJob() error + func RunJob() error + func SuspendJob() error + func ViewJob() error + func WriteLine(writer io.Writer, spaces int, content string, params ...interface{})