Documentation ¶
Overview ¶
Package template implements important functions for templating.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreatePackage ¶
func CreatePackage(src, dst string, newType bool, config *clusterstack.CsctlConfig, metadata *clusterstack.MetaData) error
CreatePackage creates the package for release.
func GenerateOutputFromTemplate ¶
func GenerateOutputFromTemplate(src, dst string, meta *csctlclusterstack.MetaData) error
GenerateOutputFromTemplate is used to generate the template with replaced values.
func MyWalk ¶
func MyWalk(src, dst string, walkFn CustomWalkFunc, meta *csctlclusterstack.MetaData) error
MyWalk is the custom walking function to walk in the cluster stacks.
Types ¶
type CustomWalkFunc ¶
type CustomWalkFunc func(src, dst, path string, info os.FileInfo, meta *csctlclusterstack.MetaData) error
CustomWalkFunc is the type for the walk function.
Click to show internal directories.
Click to hide internal directories.