Skip to content

Commit

Permalink
Add proxmox to know provider list.
Browse files Browse the repository at this point in the history
Signed-off-by: Nashwan Azhari <[email protected]>
  • Loading branch information
aznashwan committed Mar 1, 2024
1 parent edda4e1 commit a626a3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/@types/Providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export type ProviderTypes =
| "opca"
| "o3c"
| "oracle_vm"
| "proxmox"
| "vmware_vsphere"
| "aws"
| "oci"
Expand Down
3 changes: 3 additions & 0 deletions tests/mocks/ProvidersMock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ export const PROVIDERS_MOCK: Providers = {
olvm: {
types: [],
},
proxmox: {
types: [],
},
kubevirt: {
types: [],
},
Expand Down

0 comments on commit a626a3c

Please sign in to comment.