Versions in this module Expand all Collapse all v0 v0.2.1 Apr 13, 2026 v0.2.0 Apr 1, 2026 Changes in this version type FieldDescriptor + Expression *krocel.Expression v0.1.0 Mar 18, 2026 Changes in this version + type FieldDescriptor struct + ExpectedType *cel.Type + Expressions []string + Path string + StandaloneExpression bool + type ResourceField struct + Dependencies []string + Kind ResourceVariableKind + func (rv *ResourceField) AddDependencies(dep ...string) + type ResourceVariableKind string + const ResourceVariableKindDynamic + const ResourceVariableKindIncludeWhen + const ResourceVariableKindIteration + const ResourceVariableKindReadyWhen + const ResourceVariableKindStatic + func (r ResourceVariableKind) IsDynamic() bool + func (r ResourceVariableKind) IsIncludeWhen() bool + func (r ResourceVariableKind) IsIteration() bool + func (r ResourceVariableKind) IsStatic() bool + func (r ResourceVariableKind) String() string