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.
|
public 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 © 2018 Pivotal Software, Inc.. All rights reserved.