vmware-archive / buildkit-cli-for-kubectl

BuildKit CLI for kubectl is a tool for building container images with your Kubernetes cluster
Other
501 stars 40 forks source link

Register GCP auth provider #105

Closed unguiculus closed 2 years ago

unguiculus commented 3 years ago

Fixes: #94 Signed-off-by: Reinhard Nägele unguiculus@gmail.com

vmwclabot commented 3 years ago

@unguiculus, you must sign our contributor license agreement before your changes are merged. Click here to sign the agreement. If you are a VMware employee, read this for further instruction.

vmwclabot commented 3 years ago

@unguiculus, VMware has approved your signed contributor license agreement.

codecov-commenter commented 2 years ago

Codecov Report

Merging #105 (0c5bdf8) into main (3e821b5) will increase coverage by 0.03%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #105      +/-   ##
==========================================
+ Coverage   65.27%   65.30%   +0.03%     
==========================================
  Files          40       40              
  Lines        2825     2825              
==========================================
+ Hits         1844     1845       +1     
+ Misses        759      758       -1     
  Partials      222      222              
Flag Coverage Δ
integration-tests 62.13% <ø> (+0.03%) :arrow_up:
unit-tests 9.69% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/driver/kubernetes/factory.go 70.19% <ø> (ø)
pkg/driver/kubernetes/creation.go 67.24% <0.00%> (+0.57%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3e821b5...0c5bdf8. Read the comment docs.

dhiltgen commented 2 years ago

Thanks for fixing this one!