TrafficSplit API version update

This commit is contained in:
Shivam Gupta
2020-01-09 11:21:36 +05:30
parent 2a3bf64395
commit ad0b77acbe
3 changed files with 30 additions and 9 deletions
+3
View File
@@ -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')