Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Invocation ¶
type Invocation struct {
ImageName string
Image compute.Computable[oci.ResolvableImage]
PublicImageID *oci.ImageID
SupportedToolVersion int
Command []string
Args []string
Snapshots []Snapshot
WorkingDir string
NoCache bool
Inject []*schema.Invocation_ValueInjection
}
func Make ¶
func Make(ctx context.Context, pl pkggraph.SealedPackageLoader, env cfg.Context, serverLocRef *pkggraph.Location, with *schema.Invocation) (*Invocation, error)
func MakeForPlatforms ¶
func MakeForPlatforms(ctx context.Context, pl pkggraph.SealedPackageLoader, env cfg.Context, serverLocRef *pkggraph.Location, with *schema.Invocation, target ...specs.Platform) (*Invocation, error)
Click to show internal directories.
Click to hide internal directories.