package pb
import "github.com/docker/buildx/controller/pb"
Index ¶
- func CreateAttestations(attests []*Attest) map[string]*string
- func CreateCaches(entries []*CacheOptionsEntry) []client.CacheOptionsEntry
- func CreateExports(entries []*ExportEntry) ([]client.ExportEntry, []string, error)
- func CreateSSH(ssh []*SSH) (session.Attachable, error)
- func CreateSecrets(secrets []*Secret) (session.Attachable, error)
- type Attest
- type CacheOptionsEntry
- type CallFunc
- type ExportEntry
- type InvokeConfig
- type SSH
- type Secret
- type Ulimit
- type UlimitOpt
Functions ¶
func CreateAttestations ¶
func CreateCaches ¶
func CreateCaches(entries []*CacheOptionsEntry) []client.CacheOptionsEntry
func CreateExports ¶
func CreateExports(entries []*ExportEntry) ([]client.ExportEntry, []string, error)
func CreateSSH ¶
func CreateSSH(ssh []*SSH) (session.Attachable, error)
func CreateSecrets ¶
func CreateSecrets(secrets []*Secret) (session.Attachable, error)
Types ¶
type Attest ¶
type CacheOptionsEntry ¶
type CallFunc ¶
func (*CallFunc) String ¶
type ExportEntry ¶
type InvokeConfig ¶
type InvokeConfig struct { Entrypoint []string Cmd []string NoCmd bool Env []string User string NoUser bool Cwd string NoCwd bool Tty bool Rollback bool Initial bool }
type SSH ¶
type Secret ¶
type Ulimit ¶
type UlimitOpt ¶
Source Files ¶
attest.go cache.go export.go invoke.go secrets.go ssh.go ulimit.go
- Version
- v0.24.0-rc1
- Published
- May 14, 2025
- Platform
- js/wasm
- Imports
- 13 packages
- Last checked
- 3 hours ago –
Tools for package owners.