tektonaddon

package
v0.0.0-...-765428d Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	LabelPipelineEnvironmentType = "pipeline.openshift.io/type"
	LabelPipelineStrategy        = "pipeline.openshift.io/strategy"
	LabelPipelineRuntime         = "pipeline.openshift.io/runtime"
	AnnotationPreserveNS         = "operator.tekton.dev/preserve-namespace"
)

Variables

View Source
var (
	Runtimes = map[string]RuntimeSpec{
		"s2i-dotnet": {Runtime: "dotnet", Version: "$(params.VERSION)", Default: "3.1-ubi8"},
		"s2i-go":     {Runtime: "golang", Version: "$(params.VERSION)", Default: "1.14.7-ubi8"},
		"s2i-java":   {Runtime: "java", Version: "$(params.VERSION)", Default: "openjdk-11-ubi8"},
		"s2i-nodejs": {Runtime: "nodejs", Version: "$(params.VERSION)", Default: "14-ubi8"},
		"s2i-perl":   {Runtime: "perl", Version: "$(params.VERSION)", Default: "5.30-ubi8"},
		"s2i-php":    {Runtime: "php", Version: "$(params.VERSION)", Default: "7.4-ubi8"},
		"s2i-python": {Runtime: "python", Version: "$(params.VERSION)", Default: "3.8-ubi8"},
		"s2i-ruby":   {Runtime: "ruby", Version: "$(params.VERSION)", Default: "2.7-ubi8"},
		"buildah":    {},
	}
)

Functions

func GeneratePipelineTemplates

func GeneratePipelineTemplates(templatePath string, manifest *mf.Manifest) error

Types

type RuntimeSpec

type RuntimeSpec struct {
	Runtime string
	Version string
	Default string
}

Jump to

Keyboard shortcuts

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