@kubevirt-ui/kubevirt-api
    Preparing search index...

    Interface IoK8sApiBatchV1CronJobStatus

    CronJobStatus represents the current state of a cron job.

    interface IoK8sApiBatchV1CronJobStatus {
        active?: IoK8sApiCoreV1ObjectReference[];
        lastScheduleTime?: string;
        lastSuccessfulTime?: string;
    }
    Index

    Properties

    A list of pointers to currently running jobs.

    lastScheduleTime?: string

    Information when was the last time the job was successfully scheduled.

    lastSuccessfulTime?: string

    Information when was the last time the job successfully completed.