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