Chen Chen
|
b3060bfbd0
|
Fix golangci-lint errors (#10196)
* Fix golangci-lint errors
Signed-off-by: z1cheng <imchench@gmail.com>
* Fix dupl errors
Signed-off-by: z1cheng <imchench@gmail.com>
* Fix comments
Signed-off-by: z1cheng <imchench@gmail.com>
* Fix errcheck lint errors
Signed-off-by: z1cheng <imchench@gmail.com>
* Fix assert in e2e test
Signed-off-by: z1cheng <imchench@gmail.com>
* Not interrupt the waitForPodsReady
Signed-off-by: z1cheng <imchench@gmail.com>
* Replace string with constant
Signed-off-by: z1cheng <imchench@gmail.com>
* Fix comments
Signed-off-by: z1cheng <imchench@gmail.com>
* Revert write file permision
Signed-off-by: z1cheng <imchench@gmail.com>
---------
Signed-off-by: z1cheng <imchench@gmail.com>
|
2023-08-31 00:36:48 -07:00 |
|
Ricardo Katz
|
4c6a7ee158
|
Decouple shared functions between controllers (#8829)
* Decouple shared functions between controllers
* Apply suggestions from code review
Co-authored-by: Jintao Zhang <tao12345666333@163.com>
* Fix package names and fmt
Co-authored-by: Jintao Zhang <tao12345666333@163.com>
|
2022-07-20 11:53:44 -07:00 |
|
Aditya Kamath
|
2aa34202c1
|
Allow to configure delay before controller exits (#8143)
* Allow to configure delay before controller exits
Signed-off-by: Aditya Kamath <theunrealgeek@gmail.com>
* Address comments
Signed-off-by: Aditya Kamath <theunrealgeek@gmail.com>
|
2022-01-17 15:24:49 -08:00 |
|
Manuel Alejandro de Brito Fontes
|
1389cc0e80
|
Refactor extraction of ingress pod details
|
2020-11-19 17:31:28 -03:00 |
|
Manuel Alejandro de Brito Fontes
|
29ea30a4e8
|
Add events for NGINX reloads
|
2020-09-27 17:16:09 -03:00 |
|
Manuel Alejandro de Brito Fontes
|
a46126a034
|
Update client-go methods to support context and and new create and delete options
|
2020-03-27 19:52:51 -03:00 |
|
Manuel Alejandro de Brito Fontes
|
1d46ec2eb2
|
Cleanup test
|
2019-12-10 22:45:11 -03:00 |
|
Manuel Alejandro de Brito Fontes
|
19d596b72b
|
Allow custom CA certificate when flag --api-server is specified (#4807)
|
2019-12-05 19:12:54 -03:00 |
|
Manuel Alejandro de Brito Fontes
|
80bd481abb
|
Only support SSL dynamic mode
|
2019-08-13 17:33:34 -04:00 |
|
Manuel Alejandro de Brito Fontes
|
3d7a09347d
|
Apply fixes suggested by staticcheck
|
2019-07-08 16:18:52 -04:00 |
|
Manuel Alejandro de Brito Fontes
|
004d0c8214
|
Fix go imports
|
2019-06-30 18:58:18 -04:00 |
|
Manuel Alejandro de Brito Fontes
|
2fa55eabf6
|
Replace glog with klog
|
2018-12-05 13:27:55 -03:00 |
|
Fernando Diaz
|
c783c08d81
|
Remove KubeConfig Dependency for Store Tests
Removes the KubeConfig Dependency for the Store Test by using the
FakeClient Instead. Unit Tests should not rely on a real KubeConfig.
Fixes #2789
|
2018-07-17 11:13:41 -05:00 |
|
Manuel de Brito Fontes
|
1542a12764
|
Refactor controller metrics interface
|
2018-07-12 12:46:34 -04:00 |
|
Antoine Cotten
|
a74c34dbf1
|
Proofread cmd package and update flags description
|
2018-06-11 13:15:45 +02:00 |
|
Manuel de Brito Fontes
|
14b5259b0f
|
Refactoring of ingress class annotation and main flags
|
2017-11-22 19:31:59 -03:00 |
|