You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
buildx/driver/kubernetes
Justin Chadwell 83f3691c15 driver: don't create tracer delegate opt if tracer is nil
The error handling for the cast to client.TracerDelegate was incorrect,
and previously, a client would unconditionally append an opt.

This results in the scenario that while the ClientOpt was not nil, the
tracer delegate in the ClientOpt was, which isn't an error case
explicitly handled by buildkit.

Signed-off-by: Justin Chadwell <me@jedevc.com>
2 years ago
..
context vendor: v20.10.3-0.20220803220330-418ca3b4d46f (v22.06.0-dev) 2 years ago
execconn new driver: kubernetes 5 years ago
manifest kubernetes: rootless: support Google Container-Optimized OS 2 years ago
podchooser kubernetes: add error when no pods available 3 years ago
driver.go driver: don't create tracer delegate opt if tracer is nil 2 years ago
factory.go Complete remote driver 3 years ago
factory_test.go Fix tolerations not parsing its options correctly, add tests 3 years ago