package storeutil
import "github.com/docker/buildx/store/storeutil"
Index ¶
- func GetCurrentEndpoint(dockerCli command.Cli) (string, error)
- func GetCurrentInstance(txn *store.Txn, dockerCli command.Cli) (*store.NodeGroup, error)
- func GetDockerEndpoint(dockerCli command.Cli, name string) (string, error)
- func GetImageConfig(dockerCli command.Cli, ng *store.NodeGroup) (opt imagetools.Opt, err error)
- func GetNodeGroup(txn *store.Txn, dockerCli command.Cli, name string) (*store.NodeGroup, error)
- func GetProxyConfig(dockerCli command.Cli) map[string]string
- func GetStore(dockerCli command.Cli) (*store.Txn, func(), error)
Functions ¶
func GetCurrentEndpoint ¶
GetCurrentEndpoint returns the current default endpoint value
func GetCurrentInstance ¶
GetCurrentInstance finds the current builder instance
func GetDockerEndpoint ¶
GetDockerEndpoint returns docker endpoint string for given context
func GetImageConfig ¶
func GetNodeGroup ¶
GetNodeGroup returns nodegroup based on the name
func GetProxyConfig ¶
func GetStore ¶
GetStore returns current builder instance store
Source Files ¶
- Version
- v0.9.0
- Published
- Aug 16, 2022
- Platform
- js/wasm
- Imports
- 11 packages
- Last checked
- 11 hours ago –
Tools for package owners.