Documentation ¶
Index ¶
- func ParseAllow(inp []string) ([]entitlements.Entitlement, error)
- func ParseExportCache(exportCaches []string) ([]client.CacheOptionsEntry, error)
- func ParseImportCache(importCaches []string) ([]client.CacheOptionsEntry, error)
- func ParseLocal(locals []string) (map[string]fsutil.FS, error)
- func ParseOCILayout(layouts []string) (map[string]content.Store, error)
- func ParseOpt(opts []string) (map[string]string, error)
- func ParseOutput(exports []string) ([]client.ExportEntry, error)
- func ParseRegistryAuthTLSContext(registryAuthTLSContext []string) (map[string]*authprovider.AuthTLSConfig, error)
- func ParseSSH(inp []string) ([]sshprovider.AgentConfig, error)
- func ParseSecret(sl []string) (session.Attachable, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseAllow ¶
func ParseAllow(inp []string) ([]entitlements.Entitlement, error)
ParseAllow parses --allow
func ParseExportCache ¶
func ParseExportCache(exportCaches []string) ([]client.CacheOptionsEntry, error)
ParseExportCache parses --export-cache
func ParseImportCache ¶
func ParseImportCache(importCaches []string) ([]client.CacheOptionsEntry, error)
ParseImportCache parses --import-cache
func ParseLocal ¶
ParseLocal parses --local
func ParseOCILayout ¶ added in v0.11.0
ParseOCILayout parses --oci-layout
func ParseOutput ¶
func ParseOutput(exports []string) ([]client.ExportEntry, error)
ParseOutput parses --output
func ParseRegistryAuthTLSContext ¶ added in v0.13.0
func ParseRegistryAuthTLSContext(registryAuthTLSContext []string) (map[string]*authprovider.AuthTLSConfig, error)
func ParseSSH ¶
func ParseSSH(inp []string) ([]sshprovider.AgentConfig, error)
ParseSSH parses --ssh
func ParseSecret ¶
func ParseSecret(sl []string) (session.Attachable, error)
ParseSecret parses --secret
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.