Commit Graph

4 Commits

Author SHA1 Message Date
Siyu Wang 46c7edb957 Set different user-agent for controllers
Signed-off-by: Siyu Wang <FillZpp.pub@gmail.com>
2021-01-12 20:05:14 +08:00
Rishi Anand b1f24ee0e0
AdvancedCronJob webhook impl and test cases (#468)
* Adding mutating and validating webhook handler for advancedcronjob

* Adding test cases file

* Fixing go lint

* Addressing review comments for acj

* Generating manifests to include api changes in crd

* Fixing vet for acj

* Generating all and manifests
2020-12-02 10:18:29 -08:00
Rishi Anand f4bc28b7a2
implementing advancedcronjob controller (#461)
* implementing advancedcronjob controller

* Changes according to review comments

* Renaming indexPodName -> indexPodNodeName
2020-11-25 22:20:08 -08:00
Rishi Anand 04b6175e60
Adding AdvancedCronJob api as per proposal (#440)
* Adding AdvancedCronJob api

* Moving controller to pkg/controller

* Removing go-logr dependency

* Commenting codes for CI error

* Fixing ci for unused codes
2020-11-20 18:10:27 -08:00