Skip to content

Commit

Permalink
Automatic generation of CRD API Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-operator authored and gciezkowski-acc committed Dec 16, 2024
1 parent c0c2d7e commit de10429
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/reference/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1107,6 +1107,29 @@ components:
status:
description: TeamStatus defines the observed state of Team
properties:
members:
items:
description: User specifies a human person.
properties:
email:
description: Email of the user.
type: string
firstName:
description: FirstName of the user.
type: string
id:
description: ID is the unique identifier of the user.
type: string
lastName:
description: LastName of the user.
type: string
required:
- email
- firstName
- id
- lastName
type: object
type: array
statusConditions:
description: A StatusConditions contains a list of conditions.\nOnly one condition of a given type may exist in the list.
properties:
Expand Down Expand Up @@ -1141,6 +1164,7 @@ components:
x-kubernetes-list-type: map
type: object
required:
- members
- statusConditions
type: object
type: object
Expand Down

0 comments on commit de10429

Please sign in to comment.