Skip to content

Commit

Permalink
feat(cor-1103) Apply iso-8601 to karpenter parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
mzottola committed Dec 23, 2024
1 parent 11813af commit a75af03
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19915,17 +19915,16 @@ components:
start_time:
description: |
The start date of the consolidation.
The expected format is "hh24:mm".
The format should follow ISO-8601 convention: `PThh:mm`
type: string
example: '22:30'
example: 'PT22:30'
nullable: false
duration:
description: |
The duration during the consolidation will be active.
Only hours and minutes can be defined, no seconds.
The expected format is "h:m".
The format should follow ISO-8601 convention: `PThhHmmM`
type: string
example: 1h05m
example: "PT2H45M"
nullable: false
EnvironmentDeploymentStatusEnum:
title: EnvironmentDeploymentStatusEnum
Expand Down

0 comments on commit a75af03

Please sign in to comment.