 Ta-Ching ChenandGitHub
|
bb3e6d6907
|
Codebase cleanup & optimization (#1493)
Remove old v1 types that are no longer used and move fetcher structs to fetcher directory.
|
2020-01-16 16:47:32 +08:00 |
|
 Ta-Ching ChenandGitHub
|
ee18a88664
|
Update go dependencies (#1240)
NOTES for update k8s dependencies
In go.mod
require (
k8s.io/api kubernetes-x.x.x
k8s.io/apiextensions-apiserver kubernetes-x.x.x
k8s.io/apimachinery kubernetes-x.x.x
// check here https://github.com/kubernetes/client-go#compatibility-matrix
k8s.io/client-go v12.0.0+incompatible
)
|
2019-08-23 16:17:12 +08:00 |
|
 Ta-Ching ChenandGitHub
|
a9dd4bf81a
|
Fix fetcher of newdeploy pod error out when starting up (#1210)
* Connect to k8s API server to ensure network connectivity
* Fix readiness probe path
|
2019-07-14 21:09:35 +08:00 |
|
 Ta-Ching ChenandGitHub
|
a0e9a39511
|
Move packages to proejct/pkg to follow go project folder structure convention (#1190)
|
2019-05-31 16:28:55 +08:00 |
|