func/pkg/k8s
Zuhair AlSader 6558f9652d
add pvc and emptyDir to function_volumes (#1666)
* add pvc and emptyDir to function_volumes

Signed-off-by: Zuhair AlSader <zuhair@koor.tech>

* add pvc and emptydir to deployer

Signed-off-by: Zuhair AlSader <zuhair@koor.tech>

* add config functions

Signed-off-by: Zuhair AlSader <zuhair@koor.tech>

* update tests

Signed-off-by: Zuhair AlSader <zuhair@koor.tech>

* use random string for emptydir

Signed-off-by: Zuhair AlSader <zuhair@koor.tech>

* include func yaml schema

Signed-off-by: Zuhair AlSader <zuhair@koor.tech>

* fix make schema-generate

it needs to be regenrated every time.

Signed-off-by: Zuhair AlSader <zuhair@koor.tech>

* make function volumes dependency-free

Signed-off-by: Zuhair AlSader <zuhair@koor.tech>

* add prompt for extension flags

Signed-off-by: Zuhair AlSader <zuhair@koor.tech>

* add dependency in func_yaml-schema

Signed-off-by: Zuhair AlSader <zuhair@koor.tech>

---------

Signed-off-by: Zuhair AlSader <zuhair@koor.tech>
2023-05-03 13:57:56 +00:00
..
labels chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
testdata chore: `testData` -> `testdata` (#1560) 2023-02-16 11:05:51 +00:00
client.go feat: Pipelines as Code - initial support (pack) (#1594) 2023-03-07 15:41:20 +00:00
configmaps.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
configmaps_test.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
dialer.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
dialer_test.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
logs.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
logs_test.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
persistent_volumes.go add pvc and emptyDir to function_volumes (#1666) 2023-05-03 13:57:56 +00:00
persistent_volumes_test.go add pvc and emptyDir to function_volumes (#1666) 2023-05-03 13:57:56 +00:00
secrets.go feat: Pipelines as Code - initial support (pack) (#1594) 2023-03-07 15:41:20 +00:00
secrets_test.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00
security_context.go chore: refactor repository layout (#1554) 2023-02-15 08:46:52 +00:00