@storm-software/k8s-tools
Version:
Tools for managing Kubernetes (k8s) infrastructure within a Nx workspace.
12 lines (9 loc) • 490 B
TypeScript
import { CreateNodesV2 } from '@nx/devkit';
import { E as ExternalContainerExecutorSchema } from '../../../schema.d-Cx_3iG9A.js';
declare const name = "storm-software/docker";
declare const description = "Plugin for parsing Dockerfile files";
interface DockerFilePluginOptions {
defaultEngine?: ExternalContainerExecutorSchema["engine"];
}
declare const createNodesV2: CreateNodesV2<DockerFilePluginOptions>;
export { type DockerFilePluginOptions, createNodesV2, description, name };