Skip to content

Commit a00b451

Browse files
committed
Remove unused import of removed api type
The RollbackConfig type from axtension v1beta1 has been removed from the k8s api. This import is not used anyways so removal should be safe.
1 parent a2e0c3e commit a00b451

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/config_types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import * as fs from 'fs';
22
import * as u from 'underscore';
3-
import { ExtensionsV1beta1RollbackConfig } from './api';
43

54
export interface Cluster {
65
readonly name: string;

0 commit comments

Comments
 (0)