Table of Contents

Class ManifestLoader

Namespace
AgentContainers.Core.Loading
Assembly
AgentContainers.Core.dll
Loads all manifest YAML files from a definitions root directory and returns a populated ManifestCatalog.
public sealed class ManifestLoader
Inheritance
ManifestLoader
Inherited Members

Constructors

ManifestLoader()

public ManifestLoader()

Methods

LoadAll(string)

Loads all manifests from the given definitions root directory. Expected subdirectories: common-tools, bases, combos, agents, tool-packs, compose, profiles, tag-policies
public ManifestCatalog LoadAll(string definitionsRoot)

Parameters

definitionsRoot string

Returns

ManifestCatalog