Skip to content

Commit

Permalink
devex: add created_at to type
Browse files Browse the repository at this point in the history
  • Loading branch information
Looskie committed Feb 6, 2023
1 parent e915b3e commit a939765
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/rest/types/ignite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,11 @@ export type HealthCheck = {
* Maximum number of consecutive failures before the container is considered unhealthy
*/
max_retries: number;

/**
* When the health check was created
*/
created_at: Timestamp;
};

export type DeploymentRollout = {
Expand Down

0 comments on commit a939765

Please sign in to comment.