UNPKG

@versatiledatakit/data-pipelines

Version:

Data Pipelines help Data Engineers develop, deploy, run, and manage data processing workloads (called 'Data Job')

15 lines (14 loc) 625 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class FormatSchedulePipe implements PipeTransform { private static _fallbackTransformNonStandardCron; /** * @inheritDoc * * - Cron schedule default format from kubernetes https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/ * - Time in UTC */ transform(cronSchedule: string, defaultResult?: string): string; static ɵfac: i0.ɵɵFactoryDeclaration<FormatSchedulePipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<FormatSchedulePipe, "formatSchedule">; }