Versions in this module Expand all Collapse all v0 v0.0.1 May 15, 2024 Changes in this version + func New(base v1.ImageIndex, entrypoints map[types.Architecture]*Entrypoint, ...) (v1.ImageIndex, error) + func Podspec(cfg *config.Configuration, ref name.Reference, arch string) *corev1.Pod + type Bundle struct + Architectures []string + Epoch uint64 + Package string + Version string + type Bundles struct + Graph Graph + Packages map[string]name.Digest + func Pull(pull string) (*Bundles, error) + func (b *Bundles) Bundle(want string) (*Bundle, error) + type Entrypoint struct + File string + Flags []string + type Graph = map[string]map[string]graph.Edge[string]