Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildDotFile ¶
func BuildDotFile(cloudBuildConfig CloudBuildConfig) string
BuildDotFile builds a GraphViz .dot file from a Google Cloud Build configuration
Types ¶
type CloudBuildConfig ¶
type CloudBuildConfig struct {
Steps []Step
}
CloudBuildConfig contains the parts of the Cloud Build configuration schema that are relevant for generating the steps graph
func LoadCloudBuildConfig ¶
func LoadCloudBuildConfig(filename string) (cloudBuildConfig CloudBuildConfig, err error)
LoadCloudBuildConfig looks for the Cloud Build configuration file (currently only YAML is supported) and returns a CloudBuildConfig.
Click to show internal directories.
Click to hide internal directories.