-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gopher Crew Writing Labels Pods (#32)
* Feat [Worker] Writing Labels Pods - [+] feat(worker): register CrewWriteLabelPods TaskRunner - [+] feat(worker): add CrewLabelPodsTaskRunner implementation * Feat [Language] [Constant] write labels pods - [+] chore(init_const.go): reformat code and add missing constant for labeling pods - [+] feat(init_const.go): add new constant for starting to write label pods and successfully labeled pods * Fix [Language] Constant - [+] fix(init_const.go): remove unnecessary variable substitution in ErrorFailedToWriteLabel constant - [+] feat(init_const.go): add variable substitution in WorkerSucessfully constant to include label key and value * Feat [Language] [Constant] add new constant 'Error' - [+] feat(init_const.go): add new constant 'Error' * Feat [Docs] [README] docs docs docs - [+] chore(README.md): update task list and descriptions - [+] feat(README.md): add structured logging integration - [+] feat(README.md): implement dynamic task execution model - [+] feat(README.md): develop support for additional Kubernetes resources - [+] feat(README.md): design and integrate metrics collection framework * Feat [Worker] implementation writing labels pods - [+] feat(worker): add CrewLabelPodsTaskRunner implementation - [+] feat(worker): add extractLabelParameters function - [+] feat(worker): add Run method to CrewLabelPodsTaskRunner * Go Docs [Worker] Update package documentation - [+] chore(docs.go): update package documentation with latest enhancements and TODOs
- Loading branch information
1 parent
80b4bb4
commit 69a556f
Showing
6 changed files
with
135 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters