apt-api-types: add Ceph Squid as valid Proxmox APT repository handle

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-11-10 18:42:13 +01:00
parent 0ea27021a2
commit 8e74afbca7

View File

@ -291,6 +291,12 @@ pub enum APTRepositoryHandle {
CephReefNoSubscription,
/// Ceph Reef test repository.
CephReefTest,
/// Ceph Squid enterprise repository.
CephSquidEnterprise,
/// Ceph Squid no-subscription repository.
CephSquidNoSubscription,
/// Ceph Squid test repository.
CephSquidTest,
}
serde_plain::derive_display_from_serialize!(APTRepositoryHandle);