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>
2022-11-18 13:36:31 +00:00
..
context vendor: v20.10.3-0.20220803220330-418ca3b4d46f (v22.06.0-dev) 2022-08-04 00:45:51 +02:00
execconn new driver: kubernetes 2019-11-21 10:30:39 +09:00
manifest kubernetes: rootless: support Google Container-Optimized OS 2022-10-07 18:57:26 +09:00
podchooser kubernetes: add error when no pods available 2022-07-06 16:02:48 +01:00
driver.go driver: don't create tracer delegate opt if tracer is nil 2022-11-18 13:36:31 +00:00
factory.go Complete remote driver 2022-04-28 11:34:06 +01:00
factory_test.go Fix tolerations not parsing its options correctly, add tests 2022-04-22 12:12:05 +12:00