Documentation
¶
Index ¶
Constants ¶
View Source
const ( BashLibraryReservedKeyword = "reserved_BashLibrary" DefaultDelayReservedKeyword = "reserved_DefaultDelay" DefaultTimeoutReservedKeyword = "reserved_DefaultTimeout" LongTimeoutReservedKeyword = "reserved_LongTimeout" ClusterJoinTimeoutReservedKeyword = "reserved_ClusterJoinTimeout" DockerImagePullTimeoutReservedKeyword = "reserved_DockerImagePullTimeout" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BashLibraryDefinition ¶
type BashLibraryDefinition struct {
Content string `json:"reserved_BashLibrary"`
DefaultDelay uint `json:"reserved_DefaultDelay"`
DefaultTimeout string `json:"reserved_DefaultTimeout"`
LongTimeout string `json:"reserved_LongTimeout"`
ClusterJoinTimeout string `json:"reserved_ClusterJoinTimeout"`
DockerImagePullTimeout string `json:"reserved_DockerImagePullTimeout"`
}
func BuildBashLibraryDefinition ¶
func BuildBashLibraryDefinition( timings temporal.Timings, ) (*BashLibraryDefinition, fail.Error)
BuildBashLibraryDefinition generates the content of {{.reserved_BashLibrary}} and other reserved template variables
Click to show internal directories.
Click to hide internal directories.