fix: Fix Static check job failure#10424
fix: Fix Static check job failure#10424mayuka-c wants to merge 1 commit intokubernetes-retired:masterfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mayuka-c The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Welcome @mayuka-c! |
staticcheck fix: QF1008
f34941e to
4b0a1da
Compare
Static check jobs are failing since one of the file was not formatted properly.
Applied gofmt across all the files.
Also while fixing above, found below issue
This occured as we can directly access
CAFilewithout using having to useTLSClientConfigobject since it is embeded.