56b49dcee8
Ability to retain specialised pods for poolmanager functions ( #2830 )
...
- added retainPods flag to take in the number of specialized pods to retain
- add retainPods in both the create function and update function command
- modify crd keys to be typed instead of string
- keep track of function generation in case of update function operation
- add delete handler function to make sure specialized pods are deleted in case function is deleted
---------
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
Signed-off-by: Pranoy Kundu <pranoy1998k@gmail.com >
Co-authored-by: Pranoy Kundu <pranoy1998k@gmail.com >
2023-09-27 13:33:19 +05:30
2213ebc637
feat: add trace and timeout support for the timer ( #2750 )
...
* feat: add trace and timeout support for the timer
Co-authored-by: gw123 <iamakillerforyou@gmail.com >
Signed-off-by: saltbo <saltbo@foxmail.com >
* fix: add error check for the lint
Signed-off-by: saltbo <saltbo@foxmail.com >
---------
Signed-off-by: saltbo <saltbo@foxmail.com >
Co-authored-by: gw123 <iamakillerforyou@gmail.com >
2023-03-29 09:27:55 +05:30
Shubham Nazare and GitHub
922cb34243
Change cron syntax to standard format ( #2678 )
...
* Change cron syntax to standard format
* Add standard cron example in showschedule command
Signed-off-by: Shubham Nazare <shubham4443@gmail.com >
2023-01-02 20:05:58 +05:30
b9fa6ca20a
Use informer for time trigger handling with multiple namespace support ( #2593 )
...
* changes to add informer in timer for time trigger
* Refactor timer trigger handlers and remove unwanted code
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
Co-authored-by: Sanket Sudake <sanketsudake@gmail.com >
2022-11-02 16:08:48 +05:30
Gaurav Gahlot and GitHub
695b0759e4
Fixed golangci-lint issues: /fission/pkg ( #1902 )
2021-01-19 23:29:20 +05:30
Ta-Ching Chen and GitHub
11f9ef1045
Follow kubernetes APIs directory structure ( #1497 )
2020-01-20 17:06:46 +08:00
Ta-Ching Chen and GitHub
574fb55fcf
Use code-generator to generate clientset/informer/lister ( #1492 )
...
To reduce maintenance effort and avoid writing duplicate informer code,
use code-generator to generate clientset/informer/lister code.
2020-01-16 15:18:38 +08:00
Ta-Ching Chen and GitHub
a0e9a39511
Move packages to proejct/pkg to follow go project folder structure convention ( #1190 )
2019-05-31 16:28:55 +08:00