Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EarlyExit ¶
func EarlyExit(ctx context.Context, gqlUrl, gqlFile, gqlUsername, gqlPassowrd, prevBundleSha, saasName string) (bool, error)
query previous graphql bundle and latest bundle then compare bundles for relevant changes return true if gitlabSyncs and promotion targets of git partition sync for both bundles are same
Types ¶
type ResourceTemplate ¶
type ResourceTemplate struct {
Targets []Target `yaml:"targets"`
}
type Saas ¶
type Saas struct { Name string `yaml:"name"` ResourceTemplates []ResourceTemplate `yaml:"resourceTemplates"` }
Click to show internal directories.
Click to hide internal directories.