k8ts
Version:
Powerful framework for building Kubernetes manifests in TypeScript.
10 lines • 342 B
TypeScript
import { type DataSource, type Resource_Ref_Min } from "@k8ts/instruments";
export declare function resolveDataSourceRecord(resource: Resource_Ref_Min, input: Record<string, DataSource>): Promise<{
data: {
[k: string]: string;
};
binaryData: {
[k: string]: string;
};
}>;
//# sourceMappingURL=resolver.d.ts.map