Skip to content

Commit

Permalink
Remove unused import of removed api type
Browse files Browse the repository at this point in the history
The RollbackConfig type from axtension v1beta1 has
been removed from the k8s api. This import is not
used anyways so removal should be safe.
  • Loading branch information
tux-rampage committed May 12, 2020
1 parent a2e0c3e commit a00b451
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config_types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import * as fs from 'fs';
import * as u from 'underscore';
import { ExtensionsV1beta1RollbackConfig } from './api';

export interface Cluster {
readonly name: string;
Expand Down

0 comments on commit a00b451

Please sign in to comment.