diff --git a/silverback/cluster/types.py b/silverback/cluster/types.py index 3acc7950..3e31a029 100644 --- a/silverback/cluster/types.py +++ b/silverback/cluster/types.py @@ -285,6 +285,8 @@ class ClusterInfo(BaseModel): name: str # User-friendly display name slug: str # Shorthand name, for CLI and URI usage + expiration: datetime | None = None # NOTE: self-hosted clusters have no expiration + created: datetime # When the resource was first created status: ResourceStatus last_updated: datetime # Last time the resource was changed (upgrade, provisioning, etc.)