Skip to content

Commit

Permalink
update generated artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarbian-sap committed Feb 19, 2024
1 parent d28df5b commit e5c14ed
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions crds/operator.kyma-project.io_certmanagers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,14 @@ spec:
format: int64
type: integer
state:
description: Component state. Can be one of 'Ready', 'Processing',
'Error', 'Deleting'.
description: Component state. Can be one of 'Ready', 'Pending', 'Processing',
'DeletionPending', 'Deleting', 'Error'.
enum:
- Ready
- Pending
- Processing
- DeletionPending
- Deleting
- Ready
- Error
type: string
required:
Expand Down

0 comments on commit e5c14ed

Please sign in to comment.