public class ManifestUtils extends Object
| Constructor and Description |
|---|
ManifestUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
createManifest(org.springframework.cloud.skipper.domain.Package packageToDeploy,
Map<String,?> model)
Iterate overall the template files, replacing placeholders with model values.
|
static String |
resolveKind(String manifest)
Resolve a kind from a raw manifest yaml.
|
public static String resolveKind(String manifest)
manifest - the raw yamlnull if not foundpublic static String createManifest(org.springframework.cloud.skipper.domain.Package packageToDeploy, Map<String,?> model)
packageToDeploy - The top level package that contains all templates where
placeholders are to be replacedmodel - The placeholder values.Copyright © 2022 Pivotal Software, Inc.. All rights reserved.