Skip to content

Commit

Permalink
Move vsphere host type into the provider dir
Browse files Browse the repository at this point in the history
Signed-off-by: yaacov <yzamir@redhat.com>
  • Loading branch information
yaacov committed Jun 26, 2023
1 parent 6fe9d0a commit 853d97d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/types/src/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// @index('./*', f => `export * from '${f.path}';`)
export * from './host';
export * from './k8s';
export * from './MustGatherResponse';
export * from './provider';
Expand Down
4 changes: 2 additions & 2 deletions packages/types/src/types/provider/vsphere/Host.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { VSphereResource } from './Resource';
import { VSphereHostInventory } from './host';

export type VSphereHost = VSphereResource;
export type VSphereHost = VSphereHostInventory;
File renamed without changes.

0 comments on commit 853d97d

Please sign in to comment.