Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
fix: update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
teodor-pripoae committed Aug 9, 2021
1 parent 8208197 commit d690357
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/crd/bases/templating.flanksource.com_rests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ spec:
description: 'Method represents HTTP method to be used for the
request. Example: POST'
type: string
status:
additionalProperties:
type: string
description: Status defines the status fields which will be updated
based on response status
type: object
url:
description: URL represents the URL used for the request
type: string
Expand Down
10 changes: 10 additions & 0 deletions config/deploy/crd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ spec:
description: 'Method represents HTTP method to be used for the
request. Example: POST'
type: string
status:
additionalProperties:
type: string
description: Status defines the status fields which will be updated
based on response status
type: object
url:
description: URL represents the URL used for the request
type: string
Expand Down Expand Up @@ -94,9 +100,13 @@ spec:
type: string
type: object
x-kubernetes-preserve-unknown-fields: true
required:
- spec
type: object
served: true
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
Expand Down
10 changes: 10 additions & 0 deletions config/deploy/operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ spec:
description: 'Method represents HTTP method to be used for the
request. Example: POST'
type: string
status:
additionalProperties:
type: string
description: Status defines the status fields which will be updated
based on response status
type: object
url:
description: URL represents the URL used for the request
type: string
Expand Down Expand Up @@ -94,9 +100,13 @@ spec:
type: string
type: object
x-kubernetes-preserve-unknown-fields: true
required:
- spec
type: object
served: true
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
Expand Down

0 comments on commit d690357

Please sign in to comment.