func/pkg/functions
Luke Kingland 3c371f79f2
feat: func domain route (#1690)
* feat: func domain route

Adds the --domain flag which, when provided sets the value of the
func.domain label on the deployed knative service.  The cluster can then
use this to choose which route to create for multi-route clusters.
Optional.

* fix whitespace
2023-05-04 19:48:57 +00:00
..
testdata chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
client.go feat: write a build stamp log to .func (#1695) 2023-05-03 21:43:56 +00:00
client_int_test.go Replace path with function struct in client api (#1640) 2023-03-31 00:45:00 +00:00
client_test.go Replace path with function struct in client api (#1640) 2023-03-31 00:45:00 +00:00
config_test.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
function.go feat: func domain route (#1690) 2023-05-04 19:48:57 +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 chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +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 chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +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 Replace path with function struct in client api (#1640) 2023-03-31 00:45:00 +00:00
function_unit_test.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +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 rename Instance to InstanceRefs (#1694) 2023-04-25 13:58:45 +00:00
instances_test.go rename Instance to InstanceRefs (#1694) 2023-04-25 13:58:45 +00:00
invoke.go add pvc and emptyDir to function_volumes (#1666) 2023-05-03 13:57:56 +00:00
job.go feat: func run support all build options (#1693) 2023-05-02 12:11:55 +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 move template struct to templates.go (#1698) 2023-04-25 14:00:45 +00:00
repository_test.go src: Envs type (#1701) 2023-04-28 16:45:51 +00:00
template.go move template struct to templates.go (#1698) 2023-04-25 14:00:45 +00:00
templates.go extract splitTemplateName from Templates.Get (#1700) 2023-04-25 14:01:45 +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