func/k8s
Matej Vasek d536b799f2
On cluster build without VCS (#1298)
* refactor: attach() and podReady() more general

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* feat: added function for upload to a volume

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* refactor: extract defaultSecurityContext

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* fix: added runtime type check

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* feat: allow on-cluster-build without VCS

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* fix: reword error message

Co-authored-by: Lance Ball <lball@redhat.com>

* fix: runtime type check

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* test: e2e test for direct upload on-cluster-build

Signed-off-by: Matej Vasek <mvasek@redhat.com>

Signed-off-by: Matej Vasek <mvasek@redhat.com>
Co-authored-by: Lance Ball <lball@redhat.com>
2022-10-17 19:52:11 +00:00
..
labels feat: add `function.knative.dev/name: functionName` label to every resouce created for a Function (#757) 2022-01-13 10:19:11 -08:00
testData On cluster build without VCS (#1298) 2022-10-17 19:52:11 +00:00
client.go Improve error handling (#916) 2022-03-22 17:18:17 -07:00
configmaps.go 🐛 allow adding environment variables without a cluster connection (#893) 2022-03-16 07:20:00 -07:00
configmaps_test.go chore: update all references to kn-plugin-func (#1311) 2022-10-13 16:31:53 +00:00
dialer.go On cluster build without VCS (#1298) 2022-10-17 19:52:11 +00:00
dialer_test.go chore: update all references to kn-plugin-func (#1311) 2022-10-13 16:31:53 +00:00
logs.go Print logs if Pipeline Run fails (#943) 2022-04-05 16:07:44 +00:00
logs_test.go test: added test for get pod's logs (#1330) 2022-10-13 23:55:53 +00:00
persistent_volumes.go On cluster build without VCS (#1298) 2022-10-17 19:52:11 +00:00
persistent_volumes_test.go On cluster build without VCS (#1298) 2022-10-17 19:52:11 +00:00
secrets.go Adds labels and annotations from func.yaml to pipeline resources (#1205) 2022-09-09 12:48:25 +00:00
secrets_test.go chore: update all references to kn-plugin-func (#1311) 2022-10-13 16:31:53 +00:00
security_context.go On cluster build without VCS (#1298) 2022-10-17 19:52:11 +00:00