Skip to content

Commit

Permalink
feat(platform): add expiration to ClusterInfo record
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu committed Oct 3, 2024
1 parent c4e5c9a commit b419e12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions silverback/cluster/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
Expand Down

0 comments on commit b419e12

Please sign in to comment.