Concepts help you learn about the different parts of the KubeCI and the abstractions it uses.
Workflow
for configuring a set of tasks in a Kubernetes native way.WorkflowTemplate
to invoke a template with arguments for different workflows.Workplan
that represents the final state of a workflow after it is triggered.Trigger
that represents a fake create event for a Kubernetes resource to trigger workflows.WorkplanLog
that can be used to collect logs of any workplan step.Repository
for syncing a git repository in a Kubernetes native way.Branch
to represent branches of git repositories.Tag
to represent tags of git repositories.PullRequest
to represent pull-requests of remote git repositories.GithubEvent
that represents Github events.