func/pkg/functions
Sascha Grunert c1a90f65f2
Add support for `serviceAccountName` on deploy (#1811)
This allows setting the service account for the resulting knative
service, which must pre-exist in the namespace to let the deployment
succeed.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-06-19 16:46:54 +00:00
..
testdata feat: start timeout for host runs (#1782) 2023-06-16 19:57:49 +00:00
client.go feat: start timeout for host runs (#1782) 2023-06-16 19:57:49 +00:00
client_int_test.go feat: job scaffolding (#1697) 2023-05-04 20:53:57 +00:00
client_test.go feat: start timeout for host runs (#1782) 2023-06-16 19:57:49 +00:00
config_test.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
errors.go feat: start timeout for host runs (#1782) 2023-06-16 19:57:49 +00:00
function.go Add support for `serviceAccountName` on deploy (#1811) 2023-06-19 16:46:54 +00:00
function_envs.go src: Envs type (#1701) 2023-04-28 16:45:51 +00:00
function_envs_unit_test.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
function_git.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
function_git_unit_test.go feat: host-based scaffolded function runner (#1733) 2023-05-24 21:26:25 +00:00
function_labels.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
function_labels_unit_test.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
function_migrations.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
function_migrations_unit_test.go feat: host-based scaffolded function runner (#1733) 2023-05-24 21:26:25 +00:00
function_options.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
function_options_unit_test.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
function_test.go fix: .gitignore stamp interference (#1728) 2023-05-16 19:41:11 +00:00
function_unit_test.go Fix appending SHA256 hash to image reference in ImageWithDigest (#1784) 2023-06-06 19:01:26 +00:00
function_volumes.go add pvc and emptyDir to function_volumes (#1666) 2023-05-03 13:57:56 +00:00
function_volumes_unit_test.go add pvc and emptyDir to function_volumes (#1666) 2023-05-03 13:57:56 +00:00
instances.go src: errors cleanup (#1783) 2023-06-06 20:15:26 +00:00
instances_test.go src: errors cleanup (#1783) 2023-06-06 20:15:26 +00:00
invoke.go add pvc and emptyDir to function_volumes (#1666) 2023-05-03 13:57:56 +00:00
job.go feat: enable scaffolding for host builds (#1750) 2023-06-06 20:37:26 +00:00
job_test.go feat: host-based scaffolded function runner (#1733) 2023-05-24 21:26:25 +00:00
repositories.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
repositories_test.go feat: adds refspec support for `func repo add` (#1558) 2023-02-16 04:05:51 +00:00
repository.go feat: enable scaffolding for host builds (#1750) 2023-06-06 20:37:26 +00:00
repository_test.go src: Envs type (#1701) 2023-04-28 16:45:51 +00:00
runner.go feat: start timeout for host runs (#1782) 2023-06-16 19:57:49 +00:00
runner_test.go src: errors cleanup (#1783) 2023-06-06 20:15:26 +00:00
template.go feat: host-based scaffolded function runner (#1733) 2023-05-24 21:26:25 +00:00
templates.go src: errors cleanup (#1783) 2023-06-06 20:15:26 +00:00
templates_embedded.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
templates_test.go src: Envs type (#1701) 2023-04-28 16:45:51 +00:00