Documentation
¶
Index ¶
- func JSONToJSON(inputJSON string) (string, error)
- func JSONToYAML(inputJSON string) (string, error)
- func ParsePipelineConfig(pipelineConfig string, pipelineConfigFormat string, ...) (string, error)
- func Provider() *schema.Provider
- func ProviderConfigurationBuilder(d *schema.ResourceData) (interface{}, error)
- func SerializeWarnings(warnings []concourse.ConfigWarning) string
- func YAMLToJSON(inputYAML string) (string, error)
- type ProviderConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func JSONToJSON ¶
JSONToJSON ensures that keys are ordered, etc, by double converting
func JSONToYAML ¶
JSONToYAML is just a wrapper for less type boilerplate
func ParsePipelineConfig ¶
func ParsePipelineConfig( pipelineConfig string, pipelineConfigFormat string, inputVars map[string]interface{}, ) (string, error)
ParsePipelineConfig returns parsed/validated JSON from either YAML or JSON
func ProviderConfigurationBuilder ¶
func ProviderConfigurationBuilder( d *schema.ResourceData, ) (interface{}, error)
func SerializeWarnings ¶
func SerializeWarnings(warnings []concourse.ConfigWarning) string
func YAMLToJSON ¶
YAMLToJSON is just a wrapper for less type boilerplate
Types ¶
type ProviderConfig ¶
Click to show internal directories.
Click to hide internal directories.