tekton

package
v0.2.0-rc.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 8, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

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 Pipeline

type Pipeline struct {
	Name          string
	WorkspaceName string
}

Pipeline holds the details about the clone build push pipeline 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

type TriggerTemplate

type TriggerTemplate struct {
	Name               string
	PipelineName       string
	PipelineRunName    string
	ServiceAccountName string
	WorkspaceName      string
	StorageClassName   string
}

TriggerTemplate holds the details about the git event trigger template resource

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL