Versions in this module Expand all Collapse all v0 v0.84.0 Aug 20, 2026 Changes in this version + func Apply(ctx context.Context, s string, objs Objects) (string, error) + func ApplyToFile(ctx context.Context, src, dst string, objs Objects) error + type Objects map[string]any + func NewObjects(values value.Values) Objects + func (o Objects) WithConstants(constants []v1alpha1.Constant) Objects + func (o Objects) WithPackage(pkg v1alpha1.ZarfPackage) Objects + func (o Objects) WithState(access StateAccess) (Objects, error) + func (o Objects) WithValues(values value.Values) Objects + func (o Objects) WithVariables(vars variables.SetVariableMap) Objects + type Refs struct + Values [][]string + func ReferencedKeys(s string) (Refs, error) + type StateAccess struct + AccessKeys []v1alpha1.StateAccessKey + State *state.State v0.84.0-rc1 Aug 20, 2026