Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventListener ¶
type EventListener struct { Name string ServiceAccountName string TriggerBindingName string TriggerTemplateName string }
EventListener holds the details about the git event listener resource
type Resources ¶
type Resources struct { EventListeners []EventListener TriggerBindings []TriggerBinding TriggerTemplates []TriggerTemplate Pipelines []Pipeline }
Resources contains the resources for CI/CD
type TriggerBinding ¶
type TriggerBinding struct{ Name string }
TriggerBinding holds the details about the git event trigger binding resource
Click to show internal directories.
Click to hide internal directories.