Generate CRDs
Signed-off-by: Philip Laine <philip.laine@xenit.se>
This commit is contained in:
parent
01d0053871
commit
c0ee546ce8
|
|
@ -88,12 +88,8 @@ spec:
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
timeout:
|
timeout:
|
||||||
<<<<<<< HEAD
|
|
||||||
description: The timeout for download operations, defaults to 20s.
|
|
||||||
=======
|
|
||||||
default: 20s
|
default: 20s
|
||||||
description: The timeout for download operations, default ('20s').
|
description: The timeout for download operations, defaults to 20s.
|
||||||
>>>>>>> 0948720 (Fix duration default values)
|
|
||||||
type: string
|
type: string
|
||||||
required:
|
required:
|
||||||
- bucketName
|
- bucketName
|
||||||
|
|
|
||||||
|
|
@ -63,12 +63,8 @@ spec:
|
||||||
defaults to master branch.
|
defaults to master branch.
|
||||||
properties:
|
properties:
|
||||||
branch:
|
branch:
|
||||||
<<<<<<< HEAD
|
|
||||||
description: The Git branch to checkout, defaults to master.
|
|
||||||
=======
|
|
||||||
default: master
|
default: master
|
||||||
description: The git branch to checkout, defaults to master.
|
description: The Git branch to checkout, defaults to master.
|
||||||
>>>>>>> 0948720 (Fix duration default values)
|
|
||||||
type: string
|
type: string
|
||||||
commit:
|
commit:
|
||||||
description: The Git commit SHA to checkout, if specified Tag
|
description: The Git commit SHA to checkout, if specified Tag
|
||||||
|
|
@ -94,12 +90,8 @@ spec:
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
timeout:
|
timeout:
|
||||||
<<<<<<< HEAD
|
|
||||||
description: The timeout for remote Git operations like cloning, defaults
|
|
||||||
=======
|
|
||||||
default: 20s
|
default: 20s
|
||||||
description: The timeout for remote git operations like cloning, default
|
description: The timeout for remote Git operations like cloning, defaults
|
||||||
>>>>>>> 0948720 (Fix duration default values)
|
|
||||||
to 20s.
|
to 20s.
|
||||||
type: string
|
type: string
|
||||||
url:
|
url:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue