@catladder/pipeline
Version:
Panter workflow for cloud CI/CD and DevOps
6 lines • 639 B
TypeScript
import type { StringOrBashExpression } from "../../../bash/BashExpression";
import type { ComponentContext } from "../../../types";
export declare const getCloudRunJobName: (fullAppName: StringOrBashExpression, jobName: StringOrBashExpression) => StringOrBashExpression;
export declare const getFullJobName: (context: ComponentContext, name: StringOrBashExpression) => StringOrBashExpression;
export declare const getCloudRunSchedulerName: (fullAppName: StringOrBashExpression, schedulerName: string) => StringOrBashExpression;
export declare const getFullSchedulerName: (context: ComponentContext, name: string) => StringOrBashExpression;