Variable arcConfigSchemaConst
arcConfigSchema: ZodObject<{ github: ZodDefault<ZodObject<{ appId: ZodString; appInstallationId: ZodString; appPrivateKey: ZodString; }, "strip", ZodTypeAny, { appId: string; appInstallationId: string; appPrivateKey: string; }, { appId: string; appInstallationId: string; appPrivateKey: string; }>>; images: ZodDefault<ZodRecord<ZodNativeEnum<typeof ScaleSetContainer>, ZodString>>; maxRunners: ZodDefault<ZodNullable<ZodNumber>>; minRunners: ZodDefault<ZodNullable<ZodNumber>>; }, "strip", ZodTypeAny, { github: { appId: string; appInstallationId: string; appPrivateKey: string; }
; images: Partial<Record<ScaleSetContainer, string>>; maxRunners: null | number; minRunners: null | number; }, { github?: { appId: string; appInstallationId: string; appPrivateKey: string; }
; images?: Partial<Record<ScaleSetContainer, string>>; maxRunners?: null | number; minRunners?: null | number; }> = ...
Type declaration
-
github: ZodDefault<ZodObject<{
appId: ZodString;
appInstallationId: ZodString;
appPrivateKey: ZodString;
}, "strip", ZodTypeAny, {
appId: string;
appInstallationId: string;
appPrivateKey: string;
}, {
appId: string;
appInstallationId: string;
appPrivateKey: string;
}>>
-
images: ZodDefault<ZodRecord<ZodNativeEnum<typeof ScaleSetContainer>, ZodString>>
-
maxRunners: ZodDefault<ZodNullable<ZodNumber>>
-
minRunners: ZodDefault<ZodNullable<ZodNumber>>
Type declaration
-
github: { appId: string; appInstallationId: string; appPrivateKey: string; }
-
images: Partial<Record<ScaleSetContainer, string>>
-
maxRunners: null | number
-
minRunners: null | number
Type declaration
-
Optional
github?: { appId: string; appInstallationId: string; appPrivateKey: string; }
-
Optional
images?: Partial<Record<ScaleSetContainer, string>>
-
Optional
maxRunners?: null | number
-
Optional
minRunners?: null | number