Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeploymentTemplate ¶
type DeploymentTemplate struct {
// contains filtered or unexported fields
}
func NewDeploymentTemplate ¶
func NewDeploymentTemplate(content []byte) DeploymentTemplate
func (DeploymentTemplate) Evaluate ¶
func (t DeploymentTemplate) Evaluate(vars boshtpl.Variables) (InterpolatedTemplate, error)
type DeploymentTemplateFactory ¶
type DeploymentTemplateFactory interface {
NewDeploymentTemplateFromPath(path string) (DeploymentTemplate, error)
}
func NewDeploymentTemplateFactory ¶
func NewDeploymentTemplateFactory(fs boshsys.FileSystem) DeploymentTemplateFactory
type InterpolatedTemplate ¶
type InterpolatedTemplate struct {
// contains filtered or unexported fields
}
func NewInterpolatedTemplate ¶
func NewInterpolatedTemplate(content []byte, shaSumString string) InterpolatedTemplate
func (*InterpolatedTemplate) Content ¶
func (t *InterpolatedTemplate) Content() []byte
func (*InterpolatedTemplate) SHA ¶
func (t *InterpolatedTemplate) SHA() string
Source Files ¶
Click to show internal directories.
Click to hide internal directories.