Generate CRDs

Signed-off-by: Philip Laine <philip.laine@xenit.se>
This commit is contained in:
Philip Laine 2020-10-28 22:53:49 +01:00
parent 01d0053871
commit c0ee546ce8
2 changed files with 3 additions and 15 deletions

View File

@ -88,12 +88,8 @@ spec:
type: string
type: object
timeout:
<<<<<<< HEAD
description: The timeout for download operations, defaults to 20s.
=======
default: 20s
description: The timeout for download operations, default ('20s').
>>>>>>> 0948720 (Fix duration default values)
description: The timeout for download operations, defaults to 20s.
type: string
required:
- bucketName

View File

@ -63,12 +63,8 @@ spec:
defaults to master branch.
properties:
branch:
<<<<<<< HEAD
description: The Git branch to checkout, defaults to master.
=======
default: master
description: The git branch to checkout, defaults to master.
>>>>>>> 0948720 (Fix duration default values)
description: The Git branch to checkout, defaults to master.
type: string
commit:
description: The Git commit SHA to checkout, if specified Tag
@ -94,12 +90,8 @@ spec:
type: string
type: object
timeout:
<<<<<<< HEAD
description: The timeout for remote Git operations like cloning, defaults
=======
default: 20s
description: The timeout for remote git operations like cloning, default
>>>>>>> 0948720 (Fix duration default values)
description: The timeout for remote Git operations like cloning, defaults
to 20s.
type: string
url: