Documentation ¶
Index ¶
- Constants
- func BackedURL() string
- func CreateRunID() string
- func GetResultsOutputPath() string
- func GetTags() map[string]string
- func Init(projectName, backedURL, resultsOutput string, tags map[string]string)
- func InitBase(projectName, backedURL string)
- func ProjectName() string
- func ResourceTags() pulumi.StringMap
- func ResourceTagsWithCustom(customTags map[string]string) pulumi.StringMap
- func RunID() string
- func StackNameByProject(stackName string) string
Constants ¶
View Source
const ( TagKeyProjectName = "projectName" TagKeyRunID = "runid" )
Variables ¶
This section is empty.
Functions ¶
func CreateRunID ¶
func CreateRunID() string
It will create a runID if context has been intialized it will set it as the runID for the context otherwise it will return the value (one time value)
func GetResultsOutputPath ¶
func GetResultsOutputPath() string
func ProjectName ¶
func ProjectName() string
func ResourceTags ¶
Get tags ready to be added to any pulumi resource
func ResourceTagsWithCustom ¶
Get tags ready to be added to any pulumi resource in addition we cas set specific custom tags
func StackNameByProject ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.