Skip to content

Commit

Permalink
Minor fixes (Azure#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelawyu authored Oct 22, 2024
1 parent 1d28a09 commit ac6287f
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 67 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ spec:
schema:
openAPIV3Schema:
description: |-
ApprovalRequest defines a request for the approval from the user.
ApprovalRequest defines a request for user approval.
The request object MUST have the following labels:
- `TargetUpdateRun` which points to the update run that this approval request is for.
- `TargetStage` which is the name of the stage that this approval request is for.
- `IsLatestUpdateRunApproval` which indicates whether this approval request is the latest one related to this update run.
- `TargetUpdateRun`: Points to the update run that this approval request is for.
- `TargetStage`: The name of the stage that this approval request is for.
- `IsLatestUpdateRunApproval`: Indicates whether this approval request is the latest one related to this update run.
properties:
apiVersion:
description: |-
Expand Down Expand Up @@ -63,12 +63,12 @@ spec:
- message: The spec field is immutable
rule: self == oldSelf
status:
description: The desired state of ApprovalRequest.
description: The observed state of ApprovalRequest.
properties:
conditions:
description: |-
Conditions is an array of current observed conditions for the specific type of post update task.
Known conditions are "Approved", and "ApprovalAccepted".
Conditions is an array of current observed conditions for the specific type of post-update task.
Known conditions are "Approved" and "ApprovalAccepted".
items:
description: "Condition contains details for one aspect of the current
state of this API Resource.\n---\nThis struct is intended for
Expand Down
Loading

0 comments on commit ac6287f

Please sign in to comment.