Skip to content

Commit

Permalink
Generate CRDs
Browse files Browse the repository at this point in the history
  • Loading branch information
addreas committed Feb 22, 2022
1 parent 833c149 commit 31235b5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/integreatly/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions deploy/manifests/latest/crds.yaml
Expand Up @@ -51,6 +51,8 @@ spec:
required:
- key
type: object
contentCacheDuration:
type: string
customFolderName:
type: string
datasources:
Expand Down Expand Up @@ -95,6 +97,26 @@ spec:
type: string
type: object
status:
properties:
content:
type: string
contentTimestamp:
format: date-time
type: string
contentUrl:
type: string
error:
properties:
code:
type: integer
error:
type: string
retries:
type: integer
required:
- code
- error
type: object
type: object
type: object
served: true
Expand Down

0 comments on commit 31235b5

Please sign in to comment.