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 ¶
Types ¶
type RuntimeSpec ¶
Click to show internal directories.
Click to hide internal directories.