func/k8s
Matej Vasek 56b56a5559
Testing cleanup (#1272)
* chore: replace WithEnvVar -> t.Setenv()

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

* chore: replace defer with t.Cleanup()

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

* chore: remove unused function

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

* fix: os.Hostname -> os.UserHomeDir

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

Signed-off-by: Matej Vasek <mvasek@redhat.com>
2022-09-22 13:12:12 +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
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 Testing cleanup (#1272) 2022-09-22 13:12:12 +00:00
dialer.go chore: linkage assignable socatImage (#1266) 2022-09-21 04:34:09 +00:00
dialer_test.go chore: dialer improvements (#1232) 2022-09-12 19:26:46 +00:00
logs.go Print logs if Pipeline Run fails (#943) 2022-04-05 16:07:44 +00:00
persistent_volumes.go Adds labels and annotations from func.yaml to pipeline resources (#1205) 2022-09-09 12:48:25 +00:00
role_bidings.go feat: delete pipeline and resources with `func delete` (#763) 2022-01-24 12:39:29 -08: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 Testing cleanup (#1272) 2022-09-22 13:12:12 +00:00
service_accounts.go feat: delete pipeline and resources with `func delete` (#763) 2022-01-24 12:39:29 -08:00