Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The official plugin index for [datumctl](https://github.com/datum-cloud/datumctl
| Name | Description |
|------|-------------|
| [compute](plugins/compute.yaml) | Deploy and manage containerized workloads on Datum Cloud |
| [inventory](plugins/inventory.yaml) | Browse the Datum Cloud physical inventory (providers, regions, sites, clusters, nodes) |

## Installing a plugin

Expand Down
45 changes: 45 additions & 0 deletions plugins/inventory.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
apiVersion: datumctl.datum.net/v1alpha1
kind: Plugin
metadata:
name: inventory
spec:
shortDescription: Browse the Datum Cloud physical inventory (providers, regions, sites, clusters, nodes)
homepage: https://github.com/datum-cloud/inventory
version: v0.0.1
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/datum-cloud/inventory/releases/download/v0.0.1/datumctl-inventory_Linux_x86_64.tar.gz
sha256: 5bb84c2c8aee79befaed72c98ac7e964f5f4d75850f319177bbd94e2c32a2fc5
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/datum-cloud/inventory/releases/download/v0.0.1/datumctl-inventory_Linux_arm64.tar.gz
sha256: 6f9b5f49cf959caf6f042e6de54dd7655baff4546ebbbc4c0ab16b03a6c25bc6
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/datum-cloud/inventory/releases/download/v0.0.1/datumctl-inventory_Darwin_x86_64.tar.gz
sha256: fc1c1dbf61c87511d973ac755fb22a514403139a3c7cbb9ff8dae20fcae3ed32
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/datum-cloud/inventory/releases/download/v0.0.1/datumctl-inventory_Darwin_arm64.tar.gz
sha256: 84a439d3e22927047e06c960c960cc5ddc11d526994a196e4f9d75d7f5882521
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/datum-cloud/inventory/releases/download/v0.0.1/datumctl-inventory_Windows_x86_64.zip
sha256: 13b1e0f0d0d5e579e4631480aa26621adf612be561d6b099b91d2f1c5a4a760d
- selector:
matchLabels:
os: windows
arch: arm64
uri: https://github.com/datum-cloud/inventory/releases/download/v0.0.1/datumctl-inventory_Windows_arm64.zip
sha256: 118a65acc87da5fb3ab9360f565e09de92d5f306dc07672af8c7d6b2f19c6d8b
Loading