Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit 0c205b0

Browse files
committed
Runtime struct updated for tekton v1beta1 api
1 parent 06dc767 commit 0c205b0

File tree

7 files changed

+71
-71
lines changed

7 files changed

+71
-71
lines changed

go-1.x/runtime.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ kind: Task
1717
metadata:
1818
name: knative-go-runtime
1919
spec:
20-
inputs:
21-
params:
22-
- name: IMAGE
23-
description: Where to store resulting image
24-
- name: SSH_KEY
25-
description: SSH key
26-
default: "placeholder"
27-
- name: DIRECTORY
28-
description: The subdirectory of the workspace/repo
29-
default: "."
30-
resources:
20+
params:
21+
- name: IMAGE
22+
description: Where to store resulting image
23+
- name: SSH_KEY
24+
description: SSH key
25+
default: "placeholder"
26+
- name: DIRECTORY
27+
description: The subdirectory of the workspace/repo
28+
default: "."
29+
resources:
30+
inputs:
3131
- name: sources
3232
targetPath: /workspace
3333
type: git

java8/runtime.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ kind: Task
1717
metadata:
1818
name: knative-java8-runtime
1919
spec:
20-
inputs:
21-
params:
22-
- name: IMAGE
23-
description: Where to store resulting image
24-
- name: DIRECTORY
25-
description: The subdirectory of the workspace/repo
26-
default: "."
27-
- name: HANDLER
28-
default: "org.lambci.lambda.ExampleHandler"
29-
resources:
20+
params:
21+
- name: IMAGE
22+
description: Where to store resulting image
23+
- name: DIRECTORY
24+
description: The subdirectory of the workspace/repo
25+
default: "."
26+
- name: HANDLER
27+
default: "org.lambci.lambda.ExampleHandler"
28+
resources:
29+
inputs:
3030
- name: sources
3131
targetPath: /workspace
3232
type: git

node-10.x/runtime.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ kind: Task
1717
metadata:
1818
name: knative-node10-runtime
1919
spec:
20-
inputs:
21-
params:
22-
- name: IMAGE
23-
description: The URI of the image to push, including registry host
24-
- name: DIRECTORY
25-
description: The subdirectory of the workspace/repo
26-
default: "."
27-
- name: HANDLER
28-
default: "function.handler"
29-
resources:
20+
params:
21+
- name: IMAGE
22+
description: The URI of the image to push, including registry host
23+
- name: DIRECTORY
24+
description: The subdirectory of the workspace/repo
25+
default: "."
26+
- name: HANDLER
27+
default: "function.handler"
28+
resources:
29+
inputs:
3030
- name: sources
3131
targetPath: /workspace
3232
type: git

node-4.x/runtime.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ kind: Task
1717
metadata:
1818
name: knative-node4-runtime
1919
spec:
20-
inputs:
21-
params:
22-
- name: IMAGE
23-
description: The URI of the image to push, including registry host
24-
- name: DIRECTORY
25-
description: The subdirectory of the workspace/repo
26-
default: "."
27-
- name: HANDLER
28-
default: "function.handler"
29-
resources:
20+
params:
21+
- name: IMAGE
22+
description: The URI of the image to push, including registry host
23+
- name: DIRECTORY
24+
description: The subdirectory of the workspace/repo
25+
default: "."
26+
- name: HANDLER
27+
default: "function.handler"
28+
resources:
29+
inputs:
3030
- name: sources
3131
targetPath: /workspace
3232
type: git

python-2.7/runtime.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ kind: Task
1717
metadata:
1818
name: knative-python27-runtime
1919
spec:
20-
inputs:
21-
params:
22-
- name: IMAGE
23-
description: The URI of the image to push, including registry host
24-
- name: DIRECTORY
25-
description: The subdirectory of the workspace/repo
26-
default: "."
27-
- name: HANDLER
28-
default: "function.handler"
29-
resources:
20+
params:
21+
- name: IMAGE
22+
description: The URI of the image to push, including registry host
23+
- name: DIRECTORY
24+
description: The subdirectory of the workspace/repo
25+
default: "."
26+
- name: HANDLER
27+
default: "function.handler"
28+
resources:
29+
inputs:
3030
- name: sources
3131
targetPath: /workspace
3232
type: git

python-3.7/runtime.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ kind: Task
1717
metadata:
1818
name: knative-python37-runtime
1919
spec:
20-
inputs:
21-
params:
22-
- name: IMAGE
23-
description: The URI of the image to push, including registry host
24-
- name: DIRECTORY
25-
description: The subdirectory of the workspace/repo
26-
default: "."
27-
- name: HANDLER
28-
default: "function.handler"
29-
resources:
20+
params:
21+
- name: IMAGE
22+
description: The URI of the image to push, including registry host
23+
- name: DIRECTORY
24+
description: The subdirectory of the workspace/repo
25+
default: "."
26+
- name: HANDLER
27+
default: "function.handler"
28+
resources:
29+
inputs:
3030
- name: sources
3131
targetPath: /workspace
3232
type: git

ruby-2.5/runtime.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ kind: Task
1717
metadata:
1818
name: knative-ruby25-runtime
1919
spec:
20-
inputs:
21-
params:
22-
- name: IMAGE
23-
description: The URI of the image to push, including registry host
24-
- name: DIRECTORY
25-
description: The subdirectory of the workspace/repo
26-
default: "."
27-
- name: HANDLER
28-
default: "function.handler"
29-
resources:
20+
params:
21+
- name: IMAGE
22+
description: The URI of the image to push, including registry host
23+
- name: DIRECTORY
24+
description: The subdirectory of the workspace/repo
25+
default: "."
26+
- name: HANDLER
27+
default: "function.handler"
28+
resources:
29+
inputs:
3030
- name: sources
3131
targetPath: /workspace
3232
type: git

0 commit comments

Comments
 (0)