Documentation ¶
Index ¶
- func ConfigToTomlFile(config interface{}, tomlConfigFilePath string) error
- func ConfigToYamlFile(config interface{}, yamlConfigFilePath string) error
- func GenerateMergedJsonConfigMap(ctx *context.Context) (map[string]interface{}, error)
- func GetTomlConfigPath(tomlFilePath string) string
- func RunSchemaValidation(inputJsonMap map[string]interface{}) (*gojsonschema.Result, error)
- func TranslateJsonMapToEnvConfigFile(jsonConfigValue map[string]interface{}, envConfigPath string)
- func TranslateJsonMapToTomlConfig(jsonConfigValue interface{}) (interface{}, error)
- func TranslateJsonMapToYamlConfig(jsonConfigValue interface{}) (interface{}, error)
- func VerifyCredentials(ctx *context.Context, runAsUser string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigToTomlFile ¶ added in v1.300025.0
func ConfigToYamlFile ¶ added in v1.300025.0
func GetTomlConfigPath ¶
func RunSchemaValidation ¶
func RunSchemaValidation(inputJsonMap map[string]interface{}) (*gojsonschema.Result, error)
func TranslateJsonMapToEnvConfigFile ¶
TranslateJsonMapToEnvConfigFile populates env-config.json based on the input json config.
func TranslateJsonMapToTomlConfig ¶ added in v1.300025.0
func TranslateJsonMapToTomlConfig(jsonConfigValue interface{}) (interface{}, error)
func TranslateJsonMapToYamlConfig ¶ added in v1.300025.0
func TranslateJsonMapToYamlConfig(jsonConfigValue interface{}) (interface{}, error)
func VerifyCredentials ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.