Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,22 @@ spec:
createdAt:
format: date-time
type: string
failure:
properties:
code:
type: string
message:
type: string
stepIndex:
type: integer
while:
type: string
required:
- code
- message
- stepIndex
- while
type: object
observedGeneration:
format: int64
type: integer
Expand All @@ -399,8 +415,6 @@ spec:
items:
description: StepStatus
properties:
failureSummary:
type: string
getPromotionValues:
properties:
commitAuthorAvatarUrl:
Expand Down Expand Up @@ -633,6 +647,32 @@ spec:
updatedAt:
format: date-time
type: string
warnings:
items:
properties:
count:
type: integer
error:
properties:
code:
type: string
message:
type: string
stepIndex:
type: integer
while:
type: string
required:
- code
- message
- stepIndex
- while
type: object
required:
- count
- error
type: object
type: array
required:
- createdAt
- phase
Expand Down