Skip to content

Commit 17c8188

Browse files
committed
Generated code
1 parent 2b6eaec commit 17c8188

File tree

3 files changed

+138
-59
lines changed

3 files changed

+138
-59
lines changed

deploy/crds/shipwright.io_buildruns.yaml

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -743,18 +743,34 @@ spec:
743743
description: TriggerWhen a given scenario where the webhook
744744
trigger is applicable.
745745
properties:
746-
branches:
747-
description: Branches slice of branch names where the
748-
event applies.
749-
items:
750-
type: string
751-
type: array
752-
images:
753-
description: Images slice of image names where the event
746+
github:
747+
description: GitHub describes how to trigger builds
748+
based on GitHub (SCM) events.
749+
properties:
750+
branches:
751+
description: Branches slice of branch names where
752+
the event applies.
753+
items:
754+
type: string
755+
type: array
756+
events:
757+
description: Events GitHub event names.
758+
items:
759+
description: GitHubEventName set of WhenGitHub
760+
valid event names.
761+
type: string
762+
type: array
763+
type: object
764+
image:
765+
description: Image slice of image names where the event
754766
applies.
755-
items:
756-
type: string
757-
type: array
767+
properties:
768+
names:
769+
description: Names fully qualified image names.
770+
items:
771+
type: string
772+
type: array
773+
type: object
758774
objectRef:
759775
description: ObjectRef describes how to match a foreign
760776
resource, either by namespace/name or by label selector,

deploy/crds/shipwright.io_builds.yaml

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -431,18 +431,34 @@ spec:
431431
description: TriggerWhen a given scenario where the webhook
432432
trigger is applicable.
433433
properties:
434-
branches:
435-
description: Branches slice of branch names where the event
436-
applies.
437-
items:
438-
type: string
439-
type: array
440-
images:
441-
description: Images slice of image names where the event
434+
github:
435+
description: GitHub describes how to trigger builds based
436+
on GitHub (SCM) events.
437+
properties:
438+
branches:
439+
description: Branches slice of branch names where the
440+
event applies.
441+
items:
442+
type: string
443+
type: array
444+
events:
445+
description: Events GitHub event names.
446+
items:
447+
description: GitHubEventName set of WhenGitHub valid
448+
event names.
449+
type: string
450+
type: array
451+
type: object
452+
image:
453+
description: Image slice of image names where the event
442454
applies.
443-
items:
444-
type: string
445-
type: array
455+
properties:
456+
names:
457+
description: Names fully qualified image names.
458+
items:
459+
type: string
460+
type: array
461+
type: object
446462
objectRef:
447463
description: ObjectRef describes how to match a foreign
448464
resource, either by namespace/name or by label selector,

pkg/apis/build/v1alpha1/zz_generated.deepcopy.go

Lines changed: 84 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)