Table of Contents

Class DeploymentSpecificationParser

Namespace
JD.AI.Core.Specifications
Assembly
JD.AI.Core.dll
public static class DeploymentSpecificationParser
Inheritance
DeploymentSpecificationParser
Inherited Members

Methods

Parse(string)

public static DeploymentSpecification Parse(string yaml)

Parameters

yaml string

Returns

DeploymentSpecification

ParseFile(string)

public static DeploymentSpecification ParseFile(string path)

Parameters

path string

Returns

DeploymentSpecification

ParseIndex(string)

public static DeploymentSpecificationIndex ParseIndex(string yaml)

Parameters

yaml string

Returns

DeploymentSpecificationIndex

ParseIndexFile(string)

public static DeploymentSpecificationIndex ParseIndexFile(string path)

Parameters

path string

Returns

DeploymentSpecificationIndex