UNPKG

kubricate

Version:

A TypeScript framework for building reusable, type-safe Kubernetes infrastructure — without the YAML mess.

8 lines 498 B
import { type BaseLogger } from '@kubricate/core'; import type { KubricateConfig } from '../types.js'; import type { GlobalConfigOptions } from './types.js'; export declare const DEFAULT_CONFIG_NAME = "kubricate.config"; export declare const DEFAULT_CONFIG_EXTENSIONS: string[]; export declare function getMatchConfigFile(): string; export declare function getConfig(options: GlobalConfigOptions, logger?: BaseLogger): Promise<KubricateConfig | undefined>; //# sourceMappingURL=load-config.d.ts.map