mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-26 06:39:27 +08:00
case-insensitive resource type (#398)
* case-insensitive resource type * inline error and throw outside switch * consistent input naming * catch failed clustertype parse * protect raw input * naming * format
This commit is contained in:
@@ -35,7 +35,7 @@ import {
|
||||
} from '../utilities/githubUtils'
|
||||
import {getDeploymentConfig} from '../utilities/dockerUtils'
|
||||
import {DeployResult} from '../types/deployResult'
|
||||
import {ClusterType} from '../actions/deploy'
|
||||
import {ClusterType} from '../inputUtils'
|
||||
|
||||
export async function deployManifests(
|
||||
files: string[],
|
||||
|
||||
Reference in New Issue
Block a user