feat(argo-cd): Add spec for the status field of AppProject CRD.
Signed-off-by: Vlad Losev <vladimir.losev@sage.com>
This commit is contained in:
parent
711518cc52
commit
540bcf3207
1 changed files with 23 additions and 0 deletions
|
@ -224,6 +224,29 @@ spec:
|
||||||
type: object
|
type: object
|
||||||
type: array
|
type: array
|
||||||
type: object
|
type: object
|
||||||
|
status:
|
||||||
|
description: Status of the AppProject
|
||||||
|
properties:
|
||||||
|
jwtTokensByRole:
|
||||||
|
additionalProperties:
|
||||||
|
description: List of JWTToken objects for a given role
|
||||||
|
items:
|
||||||
|
description: Holds the issuedAt and expiresAt values of the token
|
||||||
|
properties:
|
||||||
|
exp:
|
||||||
|
description: The expiresAt value of a token
|
||||||
|
type: string
|
||||||
|
iat:
|
||||||
|
description: The issuedAt value of a token
|
||||||
|
type: string
|
||||||
|
id:
|
||||||
|
description: ID of the token
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
|
description: JWT Tokens issued for each of the roles in the project
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
required:
|
required:
|
||||||
- metadata
|
- metadata
|
||||||
- spec
|
- spec
|
||||||
|
|
Loading…
Reference in a new issue