mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-25 22:29:26 +08:00
TrafficSplit API version update
This commit is contained in:
@@ -79,6 +79,9 @@ export class Kubectl {
|
||||
return results;
|
||||
}
|
||||
|
||||
public executeCommand(customCommand: string, args?: string) {
|
||||
return args ? this.execute([customCommand, args]) : this.execute([customCommand]);
|
||||
}
|
||||
|
||||
public delete(args: string | string[]) {
|
||||
if (typeof args === 'string')
|
||||
|
||||
Reference in New Issue
Block a user