Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DependencyRenderer ¶
type DependencyRenderer interface {
render2.Renderer
RenderString(ctx context.Context, expr string) (any, error)
ResolveDependsOn(ctx context.Context, rn *yaml.RNode) error
GetDependencies(ctx context.Context) sets.Set[string]
GetPkgDependencies(ctx context.Context) sets.Set[string]
}
func New ¶
func New(blocks []string) DependencyRenderer
Click to show internal directories.
Click to hide internal directories.