mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-04-06 13:02:35 +08:00
6 lines
125 B
TypeScript
6 lines
125 B
TypeScript
export interface DeploymentConfig {
|
|
manifestFilePaths: string[]
|
|
helmChartFilePaths: string[]
|
|
dockerfilePaths: any
|
|
}
|