Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeprecatedImageCheck ¶
func DeprecatedImageCheck(response *ConfigResponse) error
Processes the config down to v2.0, then checks image used against the block list
Types ¶
type CompileConfigRequest ¶
type ConfigError ¶
type ConfigError struct {
Message string `json:"message"`
}
type ConfigResponse ¶
type ConfigResponse struct {
Valid bool `json:"valid"`
SourceYaml string `json:"source-yaml"`
OutputYaml string `json:"output-yaml"`
Errors []ConfigError `json:"errors"`
}
func ConfigQuery ¶
func ConfigQuery( rest *rest.Client, configPath string, orgID string, params pipeline.Parameters, values pipeline.Values, ) (*ConfigResponse, error)
Click to show internal directories.
Click to hide internal directories.