mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
kubernetes: show Kubernetes Pods as buildx "Nodes" in docker buildx inspect
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
@ -3,6 +3,7 @@ package driver
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/docker/buildx/store"
|
||||
"github.com/docker/buildx/util/progress"
|
||||
"github.com/moby/buildkit/client"
|
||||
"github.com/pkg/errors"
|
||||
@ -39,6 +40,8 @@ func (s Status) String() string {
|
||||
|
||||
type Info struct {
|
||||
Status Status
|
||||
// DynamicNodes must be empty if the actual nodes are statically listed in the store
|
||||
DynamicNodes []store.Node
|
||||
}
|
||||
|
||||
type Driver interface {
|
||||
|
Reference in New Issue
Block a user