Versions in this module Expand all Collapse all v0 v0.1.0 Nov 12, 2024 Changes in this version + type FieldDescriptor struct + ExpectedSchema *spec.Schema + ExpectedType string + 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 ResourceVariableKindReadyWhen + const ResourceVariableKindStatic + func (r ResourceVariableKind) IsDynamic() bool + func (r ResourceVariableKind) IsIncludeWhen() bool + func (r ResourceVariableKind) IsStatic() bool + func (r ResourceVariableKind) String() string