You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following workitem is associated with #124 in a sense that both the collectors extensively used the kubectl implementation which we should plan of converting into golang -> pkg based implementations which could involve using kubernetes - client-go or kubernetes or apiextensionsClient under the hood.
The long term benefit we are aiming for is the test-ability (Increase codeCoverage), along with removal of kubectl binary download, if we 100% move to using the pkgs, (which is medium to long term plan)
Following workitem is associated with #124 in a sense that both the collectors extensively used the
kubectl
implementation which we should plan of converting intogolang
->pkg
based implementations which could involve usingkubernetes
-client-go
orkubernetes
orapiextensionsClient
under the hood.The long term benefit we are aiming for is the test-ability (Increase codeCoverage), along with removal of
kubectl binary
download, if we 100% move to using the pkgs, (which is medium to long term plan)some helpful pkgs:
Thanks heaps, fyi: @SanyaKochhar , thanks and I could collaborate with you, for help.
cc: @rzhang628 , @arnaud-tincelin , @qpetraroia
The text was updated successfully, but these errors were encountered: