Versions in this module Expand all Collapse all v0 v0.10.0 Feb 13, 2026 v0.9.0 Jan 14, 2026 Changes in this version + func CompileExpressionWithEnv(expression string, env *cel.Env) (cel.Program, error) + func Evaluate(expression string, obj client.Object) (any, error) + func EvaluateExpression(yamlStr string, templateData map[string]any) ([]byte, error) + func EvaluateList(expression string, objs []client.Object) ([]any, error) + func EvaluateTyped[T any](expression string, obj client.Object) (T, error) + func EvaluateWithData(expression string, env *cel.Env, data map[string]any) (any, error)